Help with assigning canvasSize Y Scale

Hi! Please read until the end to make sure you don’t miss any important details.

I am trying to assign a scrollingFrame a new Y Scale for its canvas but I get this error:

image

The code:

image

Why is this happening? How do I assign a scrollingFrame a new Y Scale for its canvas?

1 Like
ScrolingFrame.CanvasSize = ScrolingFrame.CanvasSize + UDim2.fromScale(0,Y)
1 Like

This worked for me, thanks!

2 Likes

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