So I am trying to generate a studio file(.rblx or .rbxlx) completely with js, while also trying to modify such files with js, any ideas on how that will work?? thanks
You can use .rbxlx files since they are in XML. I found this npm package that could be useful.
<roblox xmlns:xmime="http://www.w3.org/2005/05/xmlmime" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.roblox.com/roblox.xsd" version="4"/>
^ could be helplful. If you put this in an .rbxlx file, it will open an empty game
1 Like