--INF Coins/Smiles --Coin Spam Both The Player On Stage And You Get Coins When This Is Executed --Execute More Then Once To Make Faster _G.G = true --Change To False To Stop Or Just Remove The Loop while _G.G do wait() local args = { [1] = "rbxassetid://185403130", [2] = "6" } game:GetService("ReplicatedStorage").RemoteEvents.ToServerEvents.EmoteChange:FireServer(unpack(args)) end ---------------------------------------------------- --Buy A Ton Tomatos --You Can Buy Tomatoes By Running This Dont Loop It If You Dont Have A Bunch Of Money local args = { [1] = 2 } game:GetService("ReplicatedStorage").RemoteEvents.ToServerEvents.BuyTomatoEvent:FireServer(unpack(args)) ---------------------------------------------------- --Change Decal Above Your Head To Anything You Want --Change IMAGE To Whatever You Want Not Decals You Can Find The Image ID Of Decals Using Imiji You Can Also Loop This So You Dont Have To Change It Everytime local args = { [1] = "rbxassetid://IMAGEIDHERE" } game:GetService("ReplicatedStorage").RemoteEvents.ToServerEvents.EmoteChange:FireServer(unpack(args)) ---------------------------------------------------- --Change TV Text To Whatever You Want Without It Being Your Turn --This You Can Change The TV Text Everyone Else Can See It Unfortunatly You Cant Add Images To It local args = { [1] = "" --Put Text Here In Between The Symbols } game:GetService("ReplicatedStorage").RemoteEvents.ToServerEvents.SetTVText:InvokeServer(unpack(args)) ---------------------------------------------------- --My Discord GH0STMA1NE#1236 --Add Me Please