Advertisement
ProScripter29

Build a Boat AutoFarm

Feb 20th, 2025 (edited)
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. _G.Enabled = true
  2.  
  3. while _G.Enabled == true do
  4. local character = game.Players.LocalPlayer.Character
  5. local humroot = character:FindFirstChild("HumanoidRootPart")
  6. if humroot then
  7. humroot.CFrame = CFrame.new(7, 21, 0)
  8. task.wait()
  9. humroot.CFrame = workspace.Main.Place.CFrame + Vector3.new(0,5,0)
  10. end
  11. task.wait()
  12. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement