removeMoney
Server export to remove money from a player
removeMoney
Removes an amount from a player's balance.
Usage
exports["FS-Money"]:removeMoney("bank", source, 100, "fee", "Processing fee", true)Parameters
Prop
Type
Returns
- boolean: True on success, false if funds are insufficient or data is invalid.