Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- while true do
- local part = Instance.new("Part", game.Workspace)
- part.BrickColor = BrickColor.Random()
- part.Anchored = true
- part.Position = Vector3.new(math.random(1, 100), math.random(1, 100), math.random(1, 100))
- wait()
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement