setClimbAngle
Sets the player's maximum climb angle.
note
A too low angle will cause the player to "slide" on the surface if gravity allows it.
Syntax
player.setClimbAngle(angle);
Parameters
Name | Type | Description |
---|---|---|
angle | number | The maximum climb angle in degrees. The angle must be between 20 and 108. Default 55 |
Example
player.setClimbAngle(65);
Available on: Client Server