roblox team changer script -- Team Change script.Parent.Touched:Connect(function(hit) local user = game.Players:GetPlayerFromCharacter(hit.Parent) user.Team = game:GetService('Teams'):FindFirstChild('TEAM') end) -- Add this if you want the player to die after changing teams script.Parent.Touched:Connect(function(p) p.Parent.Humanoid.Health=0 end) roblox team changer script