You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One of this tool's stated design purposes is to facilitate use outside of Roblox (which is great, especially because of a lack of decent Lua bundlers). The main issue is that there is no way to escape either using Roblox models or Rojo project files still.
Maybe a custom json configuration format could be made specifically for use on non-Roblox Lua 5.1+/Luau projects? This would also allow it to be used easier with Lune.
I believe I can get around this now by just using a fake Rojo project config, but this also requires Rojo installed and isn't exactly ideal.
The text was updated successfully, but these errors were encountered:
checkraisefold
changed the title
Use independent of Rojo/rbxms
Use independent of Rojo/Roblox
Feb 2, 2024
One of this tool's stated design purposes is to facilitate use outside of Roblox (which is great, especially because of a lack of decent Lua bundlers). The main issue is that there is no way to escape either using Roblox models or Rojo project files still.
Maybe a custom json configuration format could be made specifically for use on non-Roblox Lua 5.1+/Luau projects? This would also allow it to be used easier with Lune.
I believe I can get around this now by just using a fake Rojo project config, but this also requires Rojo installed and isn't exactly ideal.
The text was updated successfully, but these errors were encountered: