SetHeading
Set your players rotation instantly to face a direction using the games input controller
SetHeading(theta)
Example
Slightly rotate the character
local theta = ObjectRotation('player') + 0.1SetHeading(theta)
Set your players rotation instantly to face a direction using the games input controller
SetHeading(theta)
Example
Slightly rotate the character
local theta = ObjectRotation('player') + 0.1SetHeading(theta)