I have downloaded it how can i make it appear inside studio?
I believe you should move the Zone folder into replicated storage in order to let Rojo sync it.
In Rojo there’s a thing called init.lua which this zone folder has. It makes it so that the folder name is equal to a module script and the source code is equal to the init.lua file inside this folder, and you can also parent other scripts inside this folder,
Edit: NVM the documentation explains it better. So yeah drag the folder with the init file into the proper directory depending on how you set up the project json file.
If a directory contains a file named
init.server.lua
,init.client.lua
, orinit.lua
, that folder will be transformed into a*Script
instance with the contents of theinit
file. This can be used to create scripts inside of scripts.