Description
Whether a player is standing (defined as both not moving and not in the air).
Snippet
Is Standing(Event Player);
Properties
Returns: Boolean
Parameters: Player
Player
Type: Player, Default: Event Player
The player whose standing status to check.