Advertisement
Guest User

whatever

a guest
Feb 17th, 2020
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. plr = game.Players.LocalPlayer
  2. mouse = plr:GetMouse()
  3. mouse.KeyDown:connect(function(key)
  4. if key == "y" then
  5. for i,a in pairs(game.Workspace.map.titans:GetChildren()) do
  6. if a:findFirstChild("Nape") then
  7. local A_1 = -5000
  8. local A_2 = a.Nape
  9. local A_3 = -5000
  10. local A_4 = "1999"
  11. local Event = game:GetService("Workspace").GameScript.DamageTitan
  12. Event:FireServer(A_1, A_2, A_3, A_4)
  13. end
  14. end
  15. end
  16. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement