Is there a way to generate rojo model json files from roblox instances? I want to port a gui I designed in Roblox Studio into a vscode rojo codebase in json file format.
I don’t know if you can convert roblox instances to json, but you can convert Tables into json using :JSONEncode()
from the HTTPservice. HttpService | Documentation - Roblox Creator Hub This might help a little, for instance if you can put the gui frames into the table, I have not gone much further than this into HTTPservice, but I will help any way I can.
I hate to not get replied to.