DeletedDeletedDeleted

DeletedDeletedDeletedDeletedDeleted

I can’t enter studio a.t.m, but what I’d do is enter the roblox playerscripts and then remove the offset lines on shiftlocking. When I’m able to enter studio I’ll write some code forya

1 Like

Heyy, I got the solution.

Explanation/Tutorial
  1. Playtest the game, then go to StarterPlayer > StarterPlayerScripts and then copy the PlayerModule

  2. Now exit the playtest session and paste it into StarterPlayer.StarterPlayerScripts

  3. Then open up the BaseCamera script that’s inside of the CameraModule of PlayerModule
    image

  4. After you’ve opened up the script make sure to go to line 393 and add the shouldFollowHead parameter

  5. Now create the if statement on line 439 shown down below. (just copy line 439 and paste it in 442 for the else in the if statement so you don’t have to retype it)

  6. After this leave this script and enter the ClassicCamera script in the CameraModule
    image

  7. Then go to line 124 and pass the value true in the GetSubjectPosition function

  8. Now scroll a little bit down to line 144 and comment everything after RightVector

That’s it, now it should be fixed.

1 Like

I’m glad it worked out, I wish you the best with the game ';D

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.