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
Heyy, I got the solution.
Explanation/Tutorial
-
Playtest the game, then go to StarterPlayer > StarterPlayerScripts and then copy the PlayerModule
-
Now exit the playtest session and paste it into StarterPlayer.StarterPlayerScripts
-
Then open up the BaseCamera script that’s inside of the CameraModule of PlayerModule
-
After you’ve opened up the script make sure to go to line 393 and add the shouldFollowHead parameter
-
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)
-
After this leave this script and enter the ClassicCamera script in the CameraModule
-
Then go to line 124 and pass the value true in the GetSubjectPosition function
-
Now scroll a little bit down to line 144 and comment everything after RightVector
That’s it, now it should be fixed.
I’m glad it worked out, I wish you the best with the game ';D
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.