If you cut the StarterPlayerScripts in StarterPlayer then paste it back while in studio it breaks. When playing the game, it won’t give you the scripts you’ve put in it, nor the camera & control scripts that are given by default.
Repro:
- Make a new place
- Make a LocalScript in StarterPlayerScripts
- Cut & paste StarterPlayerScripts in StarterPlayer
- Test it in Play Solo
Expected result: Scripts put in there is put in Player.PlayerScripts
Actual result: Nothing is put in Player.PlayerScripts at all
It doesn’t break actual online servers though, only Play Solo