Created by karbon#0409
Features:
- AUTOCOMPLETE OBBY
UNIVERSAL OBBY GAMES
SCRIPT:
--// This should work on 90% of obbys. If it doesnt it's because the devs are dumb.
--// Contact me if it doesn't work: .gg/APkQYGhDhY | karbon#0409
--// Reset your character to stop the script. Will also stop when completed.
_G.startFrom = 0 --// Enter the stage you are currently at
_G.waitTime = 0.5 --// How long you wish to wait before teleporting to next stage. Default: 0.5
loadstring(game:HttpGet("https://raw.githubusercontent.com/kxrbon/autoObbyCompleter/main/main.lua", true))()