getMoney
Description
Returns the amount of money for a specific type.
Parameters
type(string): Type of money ('cash','bank','crypto').
Return Value
Returns the amount as a number.
Example Use Case
print("Bank Balance: $" .. ps.getMoney('bank'))Last updated