Doodle World Script | HEAL YOUR TEAM ANYWHERE, GRAB ALL CHESTS, ATTACK WILD DOODLES ANYWHERE

Created by Unordinary

Features:

  • HEAL YOUR TEAM ANYWHERE
-- Heal Your Team
game:GetService("Players").LocalPlayer.Event:FireServer("GUIDHERE", "PlayerData", "Heal")
  • GRAB ALL CHESTS
-- Attack Wild Doodles Anywhere
for i,v in pairs(game:GetService("Workspace"):GetDescendants()) do
    if v.Name == "WildGrass" then
        game:GetService("Players").LocalPlayer.Event:FireServer("GUIDHERE", "RequestWild", v.Parent.Name, v.Name)
        break
    end
end
  • ATTACK WILD DOODLES ANYWHERE
--Grab all Chests
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

ENJOY!

Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script!

More Scripts!

TOP 10 TRENDING SCRIPTS