Discord
Login
Community
DARK THEME

How do i go to links

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

Validate your e-mail address to participate in the community