Advertisement
SUUKIDIS_69

Script A 0ne Piece Game Chest Tp Farm OP

Mar 26th, 2022
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  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 = 2
  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
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement