Workshop.codes
Create

Last Ability Used Last updated April 14, 2026

Description

Returns the button corresponding to the last ability activated by a player. Includes primary fire, secondary fire, ability slots, and ultimate. Returns Null if the player has not used any ability since the match began.

Snippet

Last Ability Used(Event Player);

Properties

Returns: Button
Parameters: Player

Player
Type: Player, Default: Event Player
The player whose last used ability will be returned.

Workshop.codes