Cutting & pasting StarterPlayerScripts in Studio stops it from working in Play Solo

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:

  1. Make a new place
  2. Make a LocalScript in StarterPlayerScripts
  3. Cut & paste StarterPlayerScripts in StarterPlayer
  4. 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

1 Like

This is already on our bug list!

1 Like

Alright, thanks! (didn’t know :flushed:)