Advertisement
brandon5487

ddddddddd

Aug 27th, 2016
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. local player = game.Players.LocalPlayer
  2. mouse = player:GetMouse()
  3. mouse.KeyDown:connect(function(key)
  4. if key == "z" then
  5. Instance.new("ForceField", mouse.Target)
  6. end
  7. if key == "x" then
  8. local ex = Instance.new("Explosion")
  9. ex.Position = mouse.hit.p
  10. end
  11. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement