Advertisement
_Thanh_Thy_Cute_

Embrithas MOB AUTO FARM

Jul 10th, 2021
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. local ayy = game:GetService("Workspace").Enemies
  2. local rose = true
  3. while rose do
  4. wait()
  5. for _,v in ipairs(ayy:GetChildren()) do
  6. if v:FindFirstChild("HumanoidRootPart") then
  7. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.HumanoidRootPart.CFrame + Vector3.new(0,15,6)
  8. end
  9. end
  10. end
  11.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement