The text below is selected, press Ctrl+C to copy to your clipboard. (⌘+C on Mac) No line numbers will be copied.
Guest
BUILD A BOAT FOR TREASURE AUTOFARM script pastebin roblox
By BUILD A BOAT FOR TREASURE AUTOFARM on 2024-09-21 08:00 am | Syntax: LUA | Views: 10



New Script | Raw | Show/Hide line no. | Copy text to clipboard
  1. local players = game:GetService("Players")
  2. local plr = players.LocalPlayer
  3. local tween = game:GetService("TweenService")
  4. game.Workspace.Gravity = 0.5 -- reduces glitchiness
  5. function main()
  6.         local humroot = plr.Character:WaitForChild("HumanoidRootPart")
  7.         local startTween = tween:Create(humroot, TweenInfo.new(2, Enum.EasingStyle.Linear, Enum.EasingDirection.Out, 0, false, 0), {CFrame = CFrame.new(-51.3946900, 67.3164978, 814.888123, -0.999501824, -0.00451373775, 0.0312365349, -8.62000427e-09, 0.989720345, 0.14301616, -0.0315609723, 0.142944917, -0.989227295)})
  8.         startTween:Play()
  9.         startTween.Completed:Wait()
  10.         local mainTween = tween:Create(humroot, TweenInfo.new(21, Enum.EasingStyle.Linear, Enum.EasingDirection.Out, 0, false, 0), {CFrame = CFrame.new(-77.0485153, 82.6013031, 8625.86719, -0.995574772, 0.022579968, -0.0912195817, -4.97565011e-09, 0.970703065, 0.240282282, 0.0939726979, 0.23921898, -0.966407478)})
  11.         mainTween:Play()
  12.         mainTween.Completed:Wait()
  13.         local endTween = tween:Create(humroot, TweenInfo.new(4, Enum.EasingStyle.Linear, Enum.EasingDirection.Out, 0, false, 0), {CFrame = game:GetService("Workspace").BoatStages.NormalStages.TheEnd.GoldenChest.Trigger.CFrame})
  14.         endTween:Play()
  15.         wait(4)
  16. game.Players.LocalPlayer.Character.HumanoidRootPart.Anchored = true
  17.  
  18. end
  19. main()
  20. plr.CharacterAdded:Connect(function(char)
  21.         char:WaitForChild("HumanoidRootPart")
  22.         main()
  23. end)



  • Recent Roblox Scripts