MLPlayerRotateOn this pageMLPlayer.Rotate(number rotation) Rotates player root by given degree. Parameters: NameTypeDescriptionrotationnumberrotation angle in degree. Usage ---@type MLPlayerlocal mlplayer;---@type numberlocal rotation;mlplayer.Rotate(rotation)