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