Advertisement
Diep8328Paster

Untitled

Jun 3rd, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. local p = game:GetService("Players").LocalPlayer
  2. local part = Instance.new("Part",workspace)
  3. local mesh = Instance.new("SpecialMesh",part)
  4. mesh.MeshId = "rbxassetid://622859071"
  5. part.BrickColor = BrickColor.new("Deep orange")
  6. part.CanCollide = false
  7. local BOOM = Instance.new("Explosion",workspace)
  8. BOOM.BlastRadius = 1000
  9. BOOM.BlastPressure = 324345546463646456464564564564564564645646
  10. wait(4)
  11. part:Destroy()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement