Kireita Posted July 27, 2020 Posted July 27, 2020 Hey guys i want my interface to scale with the screen that is currently displaying but i don't know how to get the current screen properties in-game thanks in advance.
Kireita Posted July 27, 2020 Author Posted July 27, 2020 26 minutes ago, Kireita said: Hey guys i want my interface to scale with the screen that is currently displaying but i don't know how to get the current screen properties in-game thanks in advance. i found it Gui gui = Gui.Get(); screenWidth = gui.Width / 2; screenHeight = gui.Height / 2;
Recommended Posts