Advertisement
Derek1017

Name Color Change

Dec 29th, 2015
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.14 KB | None | 0 0
  1. p = game.Players.LocalPlayer
  2.            p.Neutral = false
  3.  
  4.          while wait() do
  5.          p.TeamColor = BrickColor.Random()
  6.           end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement