--What I mean't by this is ( I was thinking that you should add a SpawnLocation name the that
--SpawnLocation "Normal Spawn" than go into it's properties and enable
--AllowTeamChangeOnTouch than if the player touches it, it will team them that.)
--Either Enable That Property Or Use This Script
-- Insert A Script Into The SpawnLocation
1 | game.Workspace.SpawnLocation.AllowTeamChangeOnTouch = true |
3 | game.Workspace.NormalSpawn.AllowTeamChangeOnTouch = true |
--Also The Error Is You Don't Have A Function For Touched (I Believe)