SetPitch

Set your players rotation instantly to face a direction using the games input controller

SetPitch(theta)

Example

Slightly angle the character

local theta = GetPitch() + 0.1
SetPitch(theta)