Advertisement
Guest User

Untitled

a guest
Feb 9th, 2016
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. local p = Insert.new("Part")
  2. p.Parent = game.Workspace
  3. p.Position = Vector3.new(0,0,0)
  4. while true do
  5. wait(.1)
  6. p.BrickColor = BrickColor.random()
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement