Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 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 = 2
- 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
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement