SHOW:
|
|
- or go back to the newest paste.
| 1 | local li = game:GetService("Lighting")
| |
| 2 | local ply = game:GetService("Players").LocalPlayer
| |
| 3 | - | local keyword = "シュガーり・サフロン" |
| 3 | + | local keyword = "Rainbow rookie" |
| 4 | local tm = game:GetService("Teams"):FindFirstChild(keyword)
| |
| 5 | if tm == nil then | |
| 6 | tm = Instance.new("Team",game:GetService("Teams"))
| |
| 7 | tm.Name = keyword | |
| 8 | - | tm.TeamColor = BrickColor.new("Alder")
|
| 8 | + | tm.TeamColor = BrickColor.new (math.random()) |
| 9 | end | |
| 10 | ply.Team = tm | |
| 11 | ply.TeamColor = tm.TeamColor |