Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- mouse = game.Players.LocalPlayer:GetMouse()
- wait(10)
- mouse.Button1Down:Connect(function()
- workspace.Tank.event:FireServer(mouse.Target,mouse.Hit)
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement