Advertisement
RandomNewbieScripter

Untitled

Apr 14th, 2017
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. while true do
  2. local part = Instance.new("Part", game.Workspace)
  3. part.BrickColor = BrickColor.Random()
  4. part.Anchored = true
  5. part.Position = Vector3.new(math.random(1, 100), math.random(1, 100), math.random(1, 100))
  6. wait()
  7. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement