Advertisement
Cizzy

Untitled

May 22nd, 2021
353
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. game.Loaded:wait() -- remove this if you wanna manually execute
  2. while true do
  3. wait()
  4. if game.PlaceId == 6284881984 then
  5. local args = {
  6. [1] = "Pink Son Monkey Raid", -- change to name of raid you wanna farm
  7. [2] = "monkey"
  8. }
  9. game:GetService("ReplicatedStorage").Remotes.CreateRoom:InvokeServer(unpack(args))
  10. wait(.5)
  11. game:GetService("ReplicatedStorage").Remotes.BeginRoom:FireServer()
  12. end
  13. while true do
  14. wait()
  15. for _,v in pairs(game:GetService("Workspace").Living:GetDescendants()) do
  16. if v:FindFirstChild("AI") then
  17. v.Humanoid.Health = 0
  18. end
  19. end
  20. end
  21. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement