local ReplicatedStorage = game:GetService("ReplicatedStorage") local event = ReplicatedStorage.Remotes.Rewards.DropCash event:FireServer(150000000) -- do not set the number to math.huge or inf as it could set your cash to NaN and i have no idea how to fix it