Advertisement
Jan_Simon12

Wosdemo item farm

Jun 15th, 2022
16
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. _G.Start = true
  2. while _G.Start do wait()
  3. for i,v in pairs(game:GetService("Workspace").StandArrow:GetChildren())do
  4. if v:IsA("Part") and v.Name == "Root"then
  5. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.CFrame
  6. end
  7. end
  8. wait(0.5)
  9. end
  10. -----------------------------------------------------------------------------------------------------
  11. _G.Start = true
  12. while _G.Start do wait()
  13. for i,v in pairs(game:GetService("Workspace").LocacacaFruit:GetChildren())do
  14. if v:IsA("Part") and v.Name == "Part"then
  15. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = v.CFrame
  16. end
  17. end
  18. wait(0.5)
  19. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement