zed_isJayTheLionJR

Untitled

Jan 24th, 2019
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. plr = game.Players.LocalPlayer
  2. mouse = plr:GetMouse()
  3. function onClicked()
  4. local x = Instance.new("Explosion", workspace)
  5. x.Position = mouse.Hit.p
  6. x.BlastRadius = 10
  7. x.BlastPressure = 1000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000 end
  8. mouse.Button1Down:connect(onClicked)
Add Comment
Please, Sign In to add comment