Different Frame widths for different Frame Positions?

I’m trying to create a Line Grapher with a script, but there’s something weird going on. It seems like my lines, which have all have an offset of 1 for their Width in the Properties tab, still have different widths. Changing the Position y-offset affects their size for some reason. Why does that happen?
RobloxStudioBeta_C1z6AHj2ze

this could be due to the actual size of the frames, I had a similar problem a while back where the frames I was using were too small for the surfacegui to properly register, and it would make the frames bigger or smaller depending on what position they’re in(estimating the size or something like that). My suggestion would be to use an image frame instead(with an image of a rectangle or something), and set it to crop the image so it wont change the actual width.

That works excellently! Thanks.

1 Like

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