teotv202

Untitled

Nov 6th, 2018
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.  
  2. script.Parent = PlayerGui
  3.  
  4. while true do
  5. local Base = Instance.new("Part",workspace)
  6. Base.Locked = true
  7. Base.Anchored = true
  8. Base.Size = Vector3.new(900, 1, 900)
  9. Base.Material = "Neon"
  10. Base.BrickColor = BrickColor.random()
  11. wait()
  12. Base:remove()
  13. end
Add Comment
Please, Sign In to add comment