Team Spawns Issue

I am attempting to make a game in which the player may choose a team. However, whenever the player chooses that team, they will only spawn at the spawn location that is used for players who haven’t picked a team yet. I have set the team color property of the spawn to the same exact color as the team. I have looked all over and I cannot figure out why this won’t work. Any help is appreciated.
image
image

I’ve experienced this same issue before:
Is the team changing script you’re running on a localscript? if so, you’ll need to use a remote event for the teamchange (since the server won’t know what changed in your script, and only the client-side does)

It is, thank you for your help.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.