Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local teams2 = Instance.new("Team",game:GetService("Teams"))
- teams2.Name = "Peasents"
- teams2.TeamColor = BrickColor.new("Bright yellow")
- g = game.Players:GetChildren()
- for i=1,#g do
- if g[i] ~= nil then
- g[i].Team = game.Teams.Peasents
- end
- end
- local teams = Instance.new("Team",game:GetService("Teams"))
- teams.Name = "Server King"
- teams.TeamColor = BrickColor.new("Bright red")
- game.Players.LocalPlayer.Team = game.Teams["Server King"]
- local Hint = Instance.new("Hint",workspace)
- Hint.Text = "iiJoeCats is the server king."
- wait(20)
- Hint:Destroy()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement