Team Create adds Camera/ControlScript in Edit mode

Normally the CameraScript and ControlScript are only added automatically in a game server / play solo / etc (basically anything besides edit mode) to enable them to be updated in games that don’t modify them. If they’re added in Edit mode, they never get overwritten by more up-to-date versions.

In Team Create, I guess Studio mistakenly thinks it’s in a game server based on how Team Create is set up, and the CameraScript and ControlScript are added to StarterPlayerScripts.

Repro: Open any Team Create place, navigate to the Camera/ControlScript that exist in StarterPlayerScripts, delete them, rejoin, and find that they’ve been readded

Expected behavior: Camera/ControlScript to not be created in Edit mode, like non-team-create places

Does it overwrite the scripts if they are already existent?

No. If they already exist, it doesn’t add anything.