Created by neon#0666
Features:
- INFINITE YEN/RYO
- HOW TO USE:
- 1. Join game on an alt
- 2. Click play and you’ll see the customization area
- 3. At the bottom right click spin
- 4. Run the script as its spinning, won’t work if you run before or after.
- reexecute the script to get more yen
- 5. Your spins will decrease and when the spin finishes, you’ll get what you won x the amount in negatives.
game:GetService('RunService').RenderStepped:connect(function()
wait()
game:GetService("ReplicatedStorage").Remotes.Functions.Spin:InvokeServer()
end)