Rival Ducks

Command Palette

Search for a command to run...

Escape The Evil Roblox Studio's

Tracked since by IceIsNotWarm

PlayOpen on Roblox
Performance
Profile

Concurrent players

Metrics over time

About & history

About

YEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEETlocal teams = game.Teams local changeTeam -- remote changeTeam.OnServerEvent:connect(function(player, name) local team = teams:FindFirstChild(name) if team then player.Team = team end end)