Advertisement
bobopopcornboy

tanklocal

Sep 10th, 2024 (edited)
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. mouse = game.Players.LocalPlayer:GetMouse()
  2.  
  3. wait(10)
  4. mouse.Button1Down:Connect(function()
  5. workspace.Tank.event:FireServer(mouse.Target,mouse.Hit)
  6. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement