Is it possible to change the camera veiwport size in roblox

So when I was looking threw roblox camera properties I found a section called viewport size and I was wondering is it possible to change it with a script like for a plugin for say because its not highlighted but I didn’t know or not if it is possible to change with a script.

for those who don’t know what it is viewport size is the size of the game window that lets you see what you are making.

ViewportSize is a read-only property that tell us the dimensions of player’s screen, and changes with resizing. Most standard computer monitors have HD resolution (1920x1080), though the view port appears to be slightly smaller unless full screen is enabled.

You could influence the feeling of screen ratio using GUIs for obscuring the view, and modifying FOV properties.

1 Like

So Im guessing that I can’t change it with a script if so then thanks fort telling me.

Exactly, if it’s read-only, we can’t change it, only internal engine core scripts can.