Advertisement
Baldeagle22

ewdw

Apr 5th, 2019
368
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. local player = game.Players.baldeagle22
  2. local char = script.Parent
  3. local mouse = player:GetMouse()
  4.  
  5. mouse.Button1Down:Connect(function()
  6. mouse.Target:Destroy()
  7. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement