-
What do you want to achieve?
I want to make the ScrollingFrame longer -
What is the issue?
I don’t know how to make the ScrollingFrame longer.
Here is the video:
robloxapp-20230203-1102021.wmv (482.0 KB)
Thanks for every help bye.
What do you want to achieve?
I want to make the ScrollingFrame longer
What is the issue?
I don’t know how to make the ScrollingFrame longer.
Here is the video:
robloxapp-20230203-1102021.wmv (482.0 KB)
Thanks for every help bye.
Hello Creator.
Your Scrolling needs to have an axes property extended to the sides, in the case used the property of: CanvasSize, you can change the Y Axis if you want it to be dragged up and down several times, and the X Axis can be also changed by values where you want to be dragged sideways.
In case you inject a Scrolling Frame, be aware of the main Canvas being: {0, 0}, {2, 0}
You can change as much as to {2, 0} = {9, 0}, to have a bigger Y Axis to drag down and up.
Yes that works thank you very much!
You’re welcome Creator!, good luck with your game!
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.