Workshop.codes
Create

Set Player Currency Last updated February 07, 2026

Description

Sets a player's custom in-mode currency balance to a specified value, for use in Workshop-driven economy systems such as shops, betting mechanics, or reward structures. Has no connection to any Overwatch account currency. Currency behavior must be implemented entirely through Workshop rules.

Snippet

Set Player Currency(Event Player, 100);

Properties

Returns: Void
Parameters: Player, Amount

Player
Type: Player, Default: Event Player
The player whose currency balance will be set.

Amount
Type: Number, Default: 0
The currency value to assign. Negative values are clamped to 0.

Workshop.codes