While calling this function ( GetPlayerCameraRotation ) error: attempt to index a nil value appear
Announcement
Collapse
No announcement yet.
GetPlayerCameraRotation not working clientside
Collapse
X
-
I had the same issue, and went ahead and tried using the function without the Player-part as per the documentation's url - and it worked!
I've already contacted Talos and he updated the wiki accordingly. (https://dev.playonset.com/wiki/GetCameraRotation)
So just to be clear, you should use:Code:GetCameraRotation()
Comment