To add money in the game, you can use the “AddMoney” interface with the following inputs:
‘Target’ = the “PlayerCode” reference from the “Get player” function
“MoneyToAdd” = a float value representing the amount of money to add to or subtract from the player's account.

To add xp in the game, you can use the “AddXp” interface with the following inputs:
‘Target’ = the “PlayerCode” reference from the “Get player” function
“XpToAdd” = a integer value representing the amount of money to add to or subtract from the player's account.

To add money in the game, you can use the “AddMoney” interface with the following inputs:
‘Target’ = the “PlayerCode” reference from the “Get player” function
“GemsToAdd” = a float value representing the amount of money to add to or subtract from the player's account.
