Why is my character not spawning at the correct location after choosing his team?

Hello developers 8^)

Today I have another problem. I am making a game, right now I am trying to make it so that when the player picks the team they want to fight on, they get respawned and are taken down to the map.

My Problem: The character gets respawned, but he’s still spawning at the lobby spawn.

Lobby SpawnLocation Properties:

Praetorian SpawnLocation Properties:

Sixth Legion SpawnLocation Properties:

Lobby TEAM Properties:

Praetorian TEAM Properties:

Sixth Legion TEAM Properties:

Also I made sure that the colors match up, black to black, maroon to maroon, mulberry to mulberry. What am I doing wrong?

video got deleted sorry follks
Sorry for bad video quality, I’m on my work laptop right now.

It’s probably because you are changing the user’s team on a local script and not server script so it won’t make that change. Fire a remote event when they change the team and execute the code in a server script.

2 Likes