--INF MONEY: local args = { [1] = { ['Money'] = 0, -- give instant money ['ToCollect'] = 1000000, --set money that u can collect }, [2] = 'hello world', } game :GetService('ReplicatedStorage') :WaitForChild('Events') :WaitForChild('PayPlayer') :FireServer(unpack(args)) --INF Rebirth (spam execute it then it should work): local args = { [1] = 0, [2] = 0, [3] = workspace:WaitForChild('Tycoons'):WaitForChild('Red'), } game :GetService('ReplicatedStorage') :WaitForChild('Events') :WaitForChild('RequestRebirth') :FireServer(unpack(args))