Doodle World | Grab all Chests

Uploaded On
Script Credit :- Innocence#4346
Features

Grab all Chests
 

Script
--BROUGHT TO YOU BY RobloxScripter.com!--

for i,a in pairs(game:GetService("Workspace"):GetDescendants()) do if a.Name == "ChestLoad" then game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = a.Parent.Helper.CFrame wait(1) end end for i,b in pairs(game:GetService("Workspace"):GetDescendants()) do if b.Name == "Helper" then game:GetService("Players").LocalPlayer.Function:InvokeServer("GUIDHERE", "PlayerData", "OpenChest", b.Parent.Name) wait(1) end end