MADE BY VVSCRIPT
FEATURE:
- AUTOFARM
- .
- https://www.roblox.com/games/7952502098/Impossible-Glass-Bridge-Obby-Squid-Game#!/game-instances
SCRIPT:
_G.Condition = true -- true turns it on, false turns it off
while _G.Condition == true do
game:GetService("Players").LocalPlayer.Character.HumanoidRootPart.CFrame = game:GetService("Workspace")["Glass Bridge"].Finish["Money Pig"].Money.CFrame
wait(1)
end