How can I detect when a user re-size there roblox application window?
Inserting a screengui in statergui allows you to detect when it is resized. Use GetPropertyChangedSignal and AbsoluteSize to detect it.
2 Likes
There is actually a property in the Camera called ViewportSize. It is the same thing as a ScreenGui’s AbsoluteSize.
4 Likes