Some items do not appear on the Scrolling Frame

I’ve been trying to figure out how to make the canvas a little bigger so it also shows ALL the contents including the ones that are currently not appearing. I’ve checked around the DevForum and nothing helped.

Solution (as of November 2023):
Instead of using scale for the elements in the ScrollingFrame use offset instead. But do not use it for ones that were previously scaled 1 and offset 0.

For example:
Instead of

UDim2.new(1,0,0.5,0)
--use:
UDim2.new(1,0,-- the the offset version its different sometimes)

Mind showing a screenshot, so I can have a better understanding?

1 Like

Sorry for the very late response, here is a picture. The selected one is the one that isn’t appearing.
image