I need to load the GUI using:
let loadedGUI = await advancedTexture.parseFromSnippetAsync(“BLAHBLAHBLAH#999”);
but, adding this async function crashes the web app.
It’s like Github cannot process async functions.
Is there a work around, or another way to load my GUI - which was created using the GUI editor.
Does your project work locally?
Does it work on any other server?
Do you use await inside the async?
Github doesn’t process them, it happens inside your browser.
Probably there is some error in your code?
Do you have any console messages?
Is there a way to have a look at your app or we need to make guesses?