local LuaGen = loadstring(game:HttpGet("https://raw.githubusercontent.com/NolanTheScripter/Main/main/AdvancedConverter.lua"))()
local html = [[
Roblox Converter Test
]]
local css = "" -- Already included in HTML
local js = "" -- Already included in HTML
-- Convert with all features
local luaCode = LuaGen.convert(html, css, js, {
optimizeLayouts = true,
generateComments = true,
parentName = "script.Parent"
})
setclipboard(luaCode)