ADVERTISEMENTREMOVE ADS
Game icon

Infinite coins

Script preview thumbnail
Script Preview

Description

ADVERTISEMENTREMOVE ADS
8 Lines • 177 Bytes
Raw
local RS = game:GetService("ReplicatedStorage")
local Addcoins = RS.Flinko.Addcoins
local function giveCoins(amount)
Addcoins:FireServer(amount)
end
giveCoins(1e18)
ADVERTISEMENTREMOVE ADS

Comments

0 comments
to add a comment
Loading comments
ADVERTISEMENTREMOVE ADS