How would i make it so that people teams are switched after a few seconds. Example- After waiting 30 seconds everyone's team is changed from being on red and blue to being on white team.
while true do wait(30) for k,p in pairs(game.Players:GetPlayers()) do p.TeamColor=BrickColor.new("Institutional white") end end
(I wrote this because it was simple, but for further reference, this is not a request site, just a help site, at least try, then people will help you fix your script)