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.1
SetHeading(theta)