[ad_1]
Created by Unordinary
Features:
-- Heal Your Team
game:GetService("Players").LocalPlayer.Event:FireServer("GUIDHERE", "PlayerData", "Heal")
-- 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!
[ad_2]