Announcement

Collapse
No announcement yet.

GetPlayerCameraRotation not working clientside

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    GetPlayerCameraRotation not working clientside

    While calling this function ( GetPlayerCameraRotation ) error: attempt to index a nil value appear

    #2
    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()
    instead.

    Comment


      #3
      Can be closed

      Comment

      Working...
      X