Workshop.codes
Create

Set Player Jump Count Last updated February 21, 2026

Description

Sets the maximum number of jumps a player can perform before landing, overriding the hero's default jump count. A value of 1 is the standard single jump. Values above 1 grant additional midair jumps. A value of 0 prevents the player from jumping entirely.

Snippet

Set Player Jump Count(Event Player, 3);

Properties

Returns: Void
Parameters: Player, Jump Count

Player
Type: Player, Default: Event Player
The player whose maximum jump count will be set.

Jump Count
Type: Number, Default: 1
The maximum number of jumps the player may perform before landing. Clamped between 0 and 10.

Workshop.codes