MADE BY PancakeCat#0715
- COIN AUTO COLLECT
- ㅤ
- DEV NOTE:
- how to use: execute once and every time you die you get all the possible money you can get, you can’t get more coins even tho it looks like you’re collecting them.
GAME LINK:
GLIDER SIMULATOR
SCRIPT:
loadstring(game:HttpGet("https://raw.githubusercontent.com/NotRllyRn/Universal-loader/main/UniversalLoader.lua"))()
local collect = replicatedS.Remotes.PlayerCollectedBoost
local collectables = workspace.Collectables
local round = function(v)
return math.floor(v + 0.5)