Player:GetMoney() - GamingMad101/Gmod-Fraternity GitHub Wiki

player:GetMoney()

when called on a player, returns the money stored in their wallet

player:AddMoney(amount)

adds money to the players wallet

player:SetMoney(amount)

sets the players wallet to that amount

player:SaveMoney()

saves the players wallet onto the server, activated on disconnect

player:SaveMoneyTXT()

save money in a txt file, useful for logging (if you're into the sort of thing)

player:TakeMoney(amount)

removes the amount from the players wallet