Advertisement
Meliodas0_0

Rocitizens

Oct 17th, 2019
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. while wait() do
  2. local i = math.random(1,255)
  3. local x = math.random(1,255)
  4. local z = math.random(1,255)
  5. local oh1 = game.Players.LocalPlayer.Character
  6. local oh2 = { i,x,z }
  7. game.Workspace.CommunicationRelays.Character.ChangeSkinColor:FireServer(oh1, oh2)
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement