Find any script for Roblox

Enter the name of the game or script.

A 0ne Piece Game script – (chest farm)

Functions: Chest farm

Script developer: borntodie1

Installation guide:Copy the script from the button below.Run any Injector (We recommend KRNL Injector)Install it, insert the script and click executeEnjoy it)

Thank you for using our website
Your script:

				
					getgenv().Chest = true
while Chest do task.wait()
for _,v in pairs(game:GetService("Workspace").Map.Islands:GetDescendants()) do
   if v:FindFirstChild("ClickDetectorPart") and v:IsA"Model" then
local Time = 4
local tween =  game:GetService("TweenService"):Create(game.Players.LocalPlayer.Character.HumanoidRootPart, TweenInfo.new(Time), {CFrame = v.ClickDetectorPart.CFrame})
tween:Play()
tween.Completed:Wait(E)
fireclickdetector(v.ClickDetectorPart:FindFirstChild("ClickDetector"))
end
end
end
				
			
Leave a Comment

Your email address will not be published. Required fields are marked *