Advertisement
HansCSia320

MHL2

Jan 16th, 2020
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.94 KB | None | 0 0
  1. game:GetService("RunService").Stepped:connect(function()
  2.  
  3. local A_1 = game:GetService("Players")["Zernov_3"].PlrStats.Stats.Melee
  4. local A_2 = game:GetService("Workspace").Mob.Dummy["God Dummy"].HumanoidRootPart
  5. local Event = game:GetService("Workspace")["Zernov_3"].DekuCombat.Damage
  6. Event:FireServer(A_1, A_2)
  7.  
  8. end)
  9.  
  10. game:GetService("RunService").Stepped:connect(function()
  11.  
  12. local A_1 = game:GetService("Players")["Zernov_3"].PlrStats.Stats.Melee
  13. local A_2 = game:GetService("Workspace")["Valefor,The  Shadow"].Sword
  14. local Event = game:GetService("Workspace")["Zernov_3"].DekuCombat.Damage
  15. Event:FireServer(A_1, A_2)
  16.  
  17. end)
  18.  
  19. game:GetService("RunService").Stepped:connect(function()
  20.  
  21. local A_1 = game:GetService("Players")["Zernov_3"].PlrStats.Stats.Melee
  22. local A_2 = game:GetService("Workspace").Mob.Monster["Ghost Boss"].UpperTorso
  23. local Event = game:GetService("Workspace")["Zernov_3"].DekuCombat.Damage
  24. Event:FireServer(A_1, A_2)
  25.  
  26. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement