How do i go to links
i want like
if going == true then
// go to site microstudio.io/JensGameStudios
end
i want like
if going == true then
// go to site microstudio.io/JensGameStudios
end
bev:
browser.open("https://microstudio.io/JensGameStudios")
getWindow = function()
system.javascript("""
global.window = window
""")
end
init = function()
getWindow()
window.open("https://microstudio.io/JensGameStudios")
end
THANKSSS