Rotate
7/14/25Less than 1 minute
MLPlayer.Rotate(number rotation)
Rotates player root by given degree.
Parameters:
Name | Type | Description |
---|---|---|
rotation | number | rotation angle in degree. |
Usage
---@type MLPlayer
local mlplayer;
---@type number
local rotation;
mlplayer.Rotate(rotation)