Advertisement
JkleoMDS

Explosion Click (AWSOME LUA) (BY JKLEOMDS)

Jan 22nd, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. -----This made by Jkleomds
  2. -----Someone watched that same video and put it in pastebin
  3. ----Kill me please
  4. ----the kill me was a joke
  5.  
  6. plr = game.Players.LocalPlayer
  7. mouse = plr:GetMouse()
  8.  
  9. function onClicked()
  10. local x = Instance.new("Explosion", Workspace)
  11. x.Position = mouse.Hit.p
  12. x.BlastRadius = 10
  13. x.BlastPressure = 9e9
  14. end
  15. mouse.Button1Down:connect(onClicked)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement