local A_1 = game:GetService("Players").THEIRNAME -- Edit this to the player you want to give cash local A_2 = -90000000 local Event = game:GetService("ReplicatedStorage").Modules.GlobalInit.RemoteEvents.PlayerDonateCash Event:FireServer(A_1, A_2)