Advertisement
scripterhaxer

Untitled

Jun 8th, 2021
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. local args = {
  2. [1] = "AttackEnemy",
  3. [2] = workspace.Zones.Zone10.Enemies:FindFirstChild("Cursed Moai"),
  4. [3] = game:GetService("Players").LocalPlayer.Character.Pets.Pet
  5. }
  6.  
  7. game:GetService("ReplicatedStorage").Remotes.Functions.CombatRF:InvokeServer(unpack(args))
  8. local args = {
  9. [1] = "AttackEnemy",
  10. [2] = workspace.Zones.Zone10.Enemies:FindFirstChild("Cursed Moai"),
  11. [3] = game:GetService("Players").LocalPlayer.Character.Pets.Pet
  12. }
  13.  
  14. game:GetService("ReplicatedStorage").Remotes.Functions.CombatRF:InvokeServer(unpack(args))
  15.  
  16. local args = {
  17. [1] = "AttackEnemy",
  18. [2] = workspace.Zones.Zone10.Enemies:FindFirstChild("Cursed Moai"),
  19. [3] = game:GetService("Players").LocalPlayer.Character.Pets.Pet
  20. }
  21.  
  22. game:GetService("ReplicatedStorage").Remotes.Functions.CombatRF:InvokeServer(unpack(args))
  23.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement