PlayerModule, Player has no working camera

Hi,

I noticed that the PlayerModule has a Issue in our game, causing the player to not have a working camera

image

(I did not spawn at the SpawnLoaction in the Video, and I’m not able to rotate the camera, it seems like I dont even have a character)

Thanks!

1 Like

2nd Console issue

1 Like

I dont know if that helps but here seems to be a issue

And so PlayerScriptsLoader dont works

1 Like

You are using an oudated or modified PlayerModule, this is not a Roblox issue and certainly not a Studio Bug.

The default/regular PlayerModule is only 32 lines long, there is no ‘trackBoundFunction’ calls inside the original Roblox PlayerModule. (There are calls to self._connectionUtil:trackBoundFunction inside PlayerModule.ControlModule.Keyboard, however, they do not look like the code you posted above at all.)

If you wish to fix this and do not need a custom PlayerModule, simply delete the PlayerModule and Roblox will auto-load the latest version of the original PlayerModule. If you forked a custom version to edit it, I suggest grabbing the latest version from a baseplate in test mode and making changes you need on the latest version of the module.

1 Like

I don’t even know how to modify it, today it works :+1:

Hello, this is part of the in-development PlayerModule which is available in the Server Authority Studio Beta with property PlayerScriptsUseInputActionSystem in Workspace. We’ve fixed this issue and you should no longer be seeing it in your game. Thanks for the report and please let us know if you encounter any additional issues!

1 Like