Advertisement
replic8

Untitled

Jun 28th, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. game.Workspace.dylanroxrox2.Head.Color = Color3.new(math.random(),math.random(),math.random())
  2. game.Workspace.dylanroxrox2.Torso.Color = Color3.new(math.random(),math.random(),math.random())
  3. game.Workspace.dylanroxrox2.RightArm.Color = Color3.new(math.random(),math.random(),math.random())
  4. game.Workspace.dylanroxrox2.LeftArm.Color = Color3.new(math.random(),math.random(),math.random())
  5. game.Workspace.dylanroxrox2.RightLeg.Color = Color3.new(math.random(),math.random(),math.random())
  6. game.Workspace.dylanroxrox2.LeftLeg.Color = Color3.new(math.random(),math.random(),math.random())
  7. wait()
  8. end
  9. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement