Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2019
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. wait(3)
  2. m:remove()
  3. local b = Instance.new("Part")
  4. b.Parent = game.Workspace
  5. b.Position = Vector3.new(0,5000,0)
  6. b.Size = Vector3.new(200,500,200)
  7. b.BrickColor = BrickColor.new(199)
  8. b.Transparency = 0
  9. wait(10)
  10. b:remove()
  11. wait(1000)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement