I am moving to Visual Studio using Rojo plugin, It’s really a new place for me work without opening 100 tabs and going all over it. I want to know how to make files for Roblox studio in Visual Studio.
Check out the guide here for rojo: https://rojo.space/docs/6.x/new-game/
You’ll have a default project json and some folders

You create a LocalScript by naming a file: yourScriptName.client.lua
A server Script: yourScriptName.server.lua
A module script: yourScriptName.lua
1 Like
I was doing only init.name.lua
and name.lua