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 script pastebin roblox
By LINK GAME on 2024-09-18 08:00 am | Syntax: LUA | Views: 10



New Script | Raw | Show/Hide line no. | Copy text to clipboard
  1. function Tween(time,pos)
  2.     pcall(function()
  3.         workspace.Gravity = 0
  4.         game:GetService("TweenService"):Create(game.Players.LocalPlayer.Character.HumanoidRootPart, TweenInfo.new(time, Enum.EasingStyle.Linear), {CFrame = pos}):Play() wait(time)
  5.         workspace.Gravity = 196.19999694824
  6.     end)
  7. end
  8. function Repeat()
  9.     Tween(1,game:GetService("Workspace").BoatStages.NormalStages.CaveStage1.DarknessPart.CFrame)
  10.     Tween(18,game:GetService("Workspace").BoatStages.NormalStages.CaveStage10.DarknessPart.CFrame)
  11.     Tween(2,game:GetService("Workspace").BoatStages.NormalStages.TheEnd.GoldenChest.TreasureChest.Top.Union.CFrame + Vector3.new(0,10,0)) pcall(function()
  12.     firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart,game:GetService("Workspace").GoldenChest.Collider,0) end) wait(8)
  13.     Repeat()
  14. end
  15. Repeat()