Team color, after dying the player returns to neutral respawn

I’ve tried everything but when I die it goes back to neutral spawn location, can anyone tell me if this is normal or if there is a solution to this problem.

Thanks for the help!

TeamTest.rbxl (55.7 KB)

vid.wmv (567.0 KB)

2 Likes

I’m not able to access Studio right now. Have you tried checking your Scripts which directly interact with the Player’s teams? Do send the Scripts here if possible.

2 Likes

I think I found your problem. Though the “Choosing” team is your ‘Neutral’ team and you’ve set the team properties up correctly in your spawn locations, the Neutral property overrides any team-specific settings, even if the player isn’t on that team and if that team acts as the Neutral team itself. You already have the “Choosing” team linked to the “Choosing” spawn location - there’s no need for the Neutral property to be active, as again, this overrides the team-specific setting, and you’ve already linked the Choosing team to that specific spawn location.

I’ve not been able to replicate your issue after disabling this property, this is likely your solution.
image

1 Like

It worked out! Thanks a lot for the help! :smiley:

2 Likes

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