I'm on the right team, but spawning on the wrong spawn?
Hi,
I have 2 teams, SFU (a group, TeamColor "Bright green") and Otherwise (anything else, TeamColor "White").
I have a script in the SFU spawn, which is this:
08 | local player = game.Players:GetPlayerFromCharacter(human) |
12 | if player:IsInGroup(group) then |
14 | player.TeamColor = BrickColor.new( "Bright green" ) |
22 | script.Parent.Touched:connect(Check) |
The scoreboard says I'm on the "Otherwise" team, but I spawn at the SFU spawn, and I checked the output, and it said
Nope!
Nope!
(Yes it did it twice)
What is going wrong?