Create windows pop-up with code

Godot Version: 4.1.1

So I want my game to display a pop-up on windows. Like this one but with custom text.
Windows-Version-Mismatch-Error
I’ve searched for a tutorial on how to do this, but I haven’t found anything about it. Does anyone know how to do this?

You can use OS.alert() for that.

1 Like