Are there studio only folders

we all know ServerStorage and ServerScriptService.
these folders are not copied to the client and only exist on the server.
I was wondering if there is something similar for studio and active games.
Where I can store items I want to put in the game later and everything in the folder won’t get loaded into the server when the game starts up.
but when I edit the place in the studio the folder will load.

atm, I am making a folder in server storage.
or i add a script with script.Parent:Destroy()

To answer your question: No. However, you can try parenting your folder to somewhere like CoreGui as I believe it won’t be replicated to the game

2 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.