Advertisement
Guest User

Untitled

a guest
Aug 21st, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. Mypart = Instance.new("Part",workspace)
  2.  
  3. while(1)do
  4. Mypart.Position = Vector3.new(0, 50, 0)
  5. Mypart.Anchored = false
  6. Mypart.Brickcolor = BrickColor.Random()
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement