Advertisement
Guest User

Untitled

a guest
Feb 13th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. local mouse = game.Players.LocalPlayer:GetMouse()
  2. if game.PlaceId == 272689493 then
  3. if _G.surf then
  4. for _,v in next, workspace.Model[_G.surfMap]:GetDescendants() do
  5. mouse.Button1Down:connect(function()
  6. local obj = mouse.Target
  7. local xplosion = Instance.new("Explosion",game.Workspace)
  8. xplosion.Position = obj.Position
  9. obj:Remove()
  10. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement