MADE BY SaturnDex
FEATURE:
- AUTO OBBY TELEPORT
- .
- https://www.roblox.com/games/9976239895/UPDATE-10-Gumball-Factory-Tycoon
SCRIPTS: [2]
This one is for Free to Play players, without the Reduce Obby Timer gamepass.
while true do
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-187.66159057617188, 2.9999988079071045, 322.68902587890625) -- easy obby
wait(2.5)
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(162.76344299316406, 3.999915361404419, 338.3460388183594) -- hard obby
wait(300)
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-187.66159057617188, 2.9999988079071045, 322.68902587890625)
wait(300)
end
This one is for the players with the Reduce Obby Timer gamepass.
while true do
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-187.66159057617188, 2.9999988079071045, 322.68902587890625) -- easy obby
wait(2.5)
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(162.76344299316406, 3.999915361404419, 338.3460388183594) -- hard obby
wait(150)
game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(-187.66159057617188, 2.9999988079071045, 322.68902587890625)
wait(150)
end