Inf Coins Pogo Simulator Mobile Script
Roblox Scripts is what Roblox players and coders use to build interactive games. To be more specific, players use Lua scripts a popular scripting and programming language.
Instruction
1.Open Roblox And Start Playing 2.Click The Blue Circle To Copy The Script Code 3.Paste The Script Code Into Your Executor 4.Then Execute The Script Code 5.Enjoy
Script Code
local args = { [1] = 999999999999999999, --put here what ever you want the one i put there is max put math.huge for infinite [2] = workspace.earth.collectables.coin } game:GetService("ReplicatedStorage").coinCollect:FireServer(unpack(args))