Description
Returns the player's full money table.
Parameters
None
Return Value
Returns a table containing all money types (cash, bank, crypto).
cash
bank
crypto
Example Use Case
local money = ps.getMoneyData() print("Cash: " .. money.cash)
Last updated 5 months ago