--Infinite/Give Pets local args = { [1] = 0, [2] = "Skibidi Toilet Kai", -- put pet you want in here [3] = "", [4] = "Pet" } game:GetService("ReplicatedStorage").Remotes.Spins.RewardSpin:FireServer(unpack(args)) --Inifnite Coins local args = { [1] = 5000062642364236236238523246236237623623465432652346236237245731287623746276432642363265235423627524653465272456734576346, --put what ever how many coins you want or put it as math.huge for infinite coins [2] = "", [3] = "Currency", [4] = "crr" } game:GetService("ReplicatedStorage").Remotes.Spins.RewardSpin:FireServer(unpack(args)) --Infinite Gems local args = { [1] = 857238512853712657146326342653248215125125257247246256236326341643256326246235641364326, --put what ever how much gems you want here put it as math.huge for infinite [2] = "", [3] = "Currency2", [4] = "crr" } game:GetService("ReplicatedStorage").Remotes.Spins.RewardSpin:FireServer(unpack(args)) --Infinite Rebirths local args = { [1] = 512541613, --put how many rebirths you want if you want infinite put it as math.huge [2] = "", [3] = "Rebirth", [4] = "crr" } game:GetService("ReplicatedStorage").Remotes.Spins.RewardSpin:FireServer(unpack(args)) --Infinite Spins local args = { [1] = math.huge -- change to what ever how many spins you want keep as math.huge if you wanna have infinite } game:GetService("ReplicatedStorage").Remotes.Spins.BuySpin:FireServer(unpack(args))