Is there any way to take a players screen and simply make it smaller?
Like this:
I mean, depends on the use case. You can’t actually shrink the player’s window but you can try adding black borders or using a ViewPort frame?
There’s no way to shrink or change the size of the client window, sorry.
Please give the reason you’re trying to do this, it would help us out.
For instance you want to put GUIs in the outer areas, or you want to make a zoom effect for a gun scope.
Details would help us help you.
I am going to put guis around the screen and make a minigame from within the menu.
Just not sure how I should go about making it fit inside the frames.
You could fake it by changing the camera Field Of View.
Zoom it out so the scene looks farther away and put your GUIs around it which would crop the screen edges. It may not be perfect with different screen aspect ratios, but if you experiment you may find something that works.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.