MADE BY m320
FEATURE:
- DROP BALL
- .
- NOTE:
- you can only drop ball once its in the air in playground
GAME LINK:
Phenom
SCRIPT:
getgenv().lol = true
local G = getrenv()._G.Funcs
while lol do
for i, v in pairs(workspace["Map"]:GetChildren()) do
if v:IsA("Folder") and v:FindFirstChild("Handle") then
G:FireServer(v, "Unequip")
end
end
task.wait()
end