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



New Script | Raw | Show/Hide line no. | Copy text to clipboard
  1. getgenv().Chest = true
  2. while Chest do task.wait()
  3.  
  4. for _,v in pairs(game:GetService("Workspace").Map.Islands:GetDescendants()) do
  5.    if v:FindFirstChild("ClickDetectorPart") and v:IsA"Model" then
  6. local Time = 4
  7. local tween =  game:GetService("TweenService"):Create(game.Players.LocalPlayer.Character.HumanoidRootPart, TweenInfo.new(Time), {CFrame = v.ClickDetectorPart.CFrame})
  8.  
  9.  
  10. tween:Play()
  11. tween.Completed:Wait(E)
  12. fireclickdetector(v.ClickDetectorPart:FindFirstChild("ClickDetector"))
  13. end
  14. end
  15. end



  • Recent Roblox Scripts