Hello ,
I want to make my scrolling frame show the frames in it:
As you can see at the bottom, there are still some frames that are cut out.
Here is the file:
Scroll.rbxm (13.8 KB)
here is a video of my problem:
Thank you for your help .
Hello ,
I want to make my scrolling frame show the frames in it:
Here is the file:
Scroll.rbxm (13.8 KB)
here is a video of my problem:
Thank you for your help .
theres SO MANY POSTS ABOUT THIS just look it up
disable the Clip Descendants property.
And next time please do search before posting! It creates a lot of clutter and may result in your own post getting taken down!
Hope this helps :D
good luck, just experiment, look at documentation/forum topics, and online tutorials. that’s how i learnt
I did, and i know it’s from CanvasSize… but it’s still not working
Clip Descendants is another function…
This function will shrink my frames in my scrolling frame…
What do you mean by “Its another function”? Its not a function its a property
Can you please explain more in detail what you want? Cause Im deeply confused.
I meant it has a different functionnality
Ok then what exactly is it that you want? Please re-explain it for us,
I update the topic, it now has a video of what i am trying to solve
Ohh now I understand, Ok yes in order to include every frame you want to have you are going to have to use the AutomaticCanvasSize property, there is no other way.
Now I know the issue of the size of your elements is an issue, but in this case, and maybe one of the only cases, that using Offset instead of scale is a good idea.
This also helps on other devices that way whatever the item is, is more visible.
tldr; use the AutomaticCanvasSize property, and use Offset at least on the Y axis for the elements.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.