Advertisement
Guest User

Untitled

a guest
Feb 13th, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 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. if v:IsA("BasePart") then
  6. v.RobloxLocked = true
  7. mouse.Button1Down:connect(function()
  8. local obj = mouse.Target
  9. local xplosion = Instance.new("Explosion",game.Workspace)
  10. xplosion.Position = obj.Position
  11. obj:Remove()
  12. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement