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