Pixels are duplicated

All pixels are sometimes duplicated for seemingly no reason. My most common issues include the UI stroke and UI padding which have been extremely annoying to work with since this issue has started. have I have a test place set up which demonstrates where the bugs are commonly found. Here is the link (place is uncopylocked)

When you join you should clearly see the following UI bugs such as:

  1. Ui stroke extra pixels
    image

  2. UI padding extra pixels
    image

Reproduction files
Game file -
Pixel duplication file.rbxl (63.3 KB)

System information:
CPU - AMD Ryzen 5 4500 6-Cores
GPU - Geforce RTX 4060
RAM - 16GB
Monitor Resolution - 2560 x 1440 (just in case)

Are you using device display scaling, scale values, or both?

Im using offset at 1 for padding but it should just be one pixel on each side but its not and creating extra pixels. On the UI stroke im using thickness 2 and miter.

Are you using display scaling or other scale values (scale position, scale size, UIScale.Scale, etc.)? Especially with display scaling, this issue occurs, probably because sometimes a 1 pixel element spans 2 pixels.

image
This is the padding frame size
image
And this is the frame that had padding on it

There is no scale on the padding

Yes, that would make sense, then.

I’m not too sure about how Roblox renders these items internally, however, there is no anti-aliasing, which is a good indicator that pixels drawn between two pixels will fill both pixels.

Since you’re using scale values, this is very likely to happen. Here I’m using purely offset as well as a whole number screen scaling factor:

image

As you can see, the stroke width is pretty even.

This has happened to others so many times before so let me say it one last time. It is not roblox. You have dlss on. AI generated frames. It’s your computer, not roblox.

After turning off all my screen augmentation features (DLSS, etc), They appear fine for me.

1 Like

Hmm could to guide me on how to disable those features. Sorry if im taking up your time.

I am pretty sure you can disable them in the nvidia app. I am not at my main computer and the current one I am using has a GTX 1660, One generation before the RTX series meaning that I am locked out of using these features. AI Upscaling

Thanks! i’ll try it out and see how it goes.

Just realized thats the wrong link, You can disable it in the nvidia control panel.

Uhhhh so it seems i cannot find the setting in the control panel is there anything i could be missing?
Edit: It appears that there is no upscaling setting or any screen augmentation settings in the control panel that would affect my game

Hey, do you know where the setting for the upscaling is because i’ve disabled all the ones i’ve found but nothing has changed. Do you know whats wrong?

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.