Advertisement
MrEnderJG

Untitled

Feb 10th, 2016
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. while true do
  2. wait(.1)
  3. game.Workspace.MrEnderJG.Head.BrickColor = BrickColor.Random()
  4. game.Workspace.MrEnderJG.Torso.BrickColor = BrickColor.Random()
  5. game.Workspace.MrEnderJG["Left Arm"].BrickColor = BrickColor.Random()
  6. game.Workspace.MrEnderJG["Left Leg"].BrickColor = BrickColor.Random()
  7. game.Workspace.MrEnderJG["Right Arm"].BrickColor = BrickColor.Random()
  8. game.Workspace.MrEnderJG["Right Leg"].BrickColor = BrickColor.Random()
  9. wait(.1)
  10. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement