How to make an artificial ScrollingFrame?

Well, by this I mean how can I do the same ScrollingFrame function with a normal frame, I had seen in roblox Developer but I have lost that part of the catalog

1 Like

I have no idea how you could do this, but why would you need an “artificial scrolling frame”?
I guess another way to put it would be what would you need / use it for?

1 Like

I know, I also asked if they knew the link in that catalog to do it myself, there was one on how to do it artificially but I don’t remember what it was called

1 Like

Don’t go and re-invent the wheel for no reason, I can’t think of any reason why you’d need to make your own scrolling frame when ROBLOX already provides a set up for it. I don’t even know if it’s entirely possible with a regular frame, and if it is possible it likely would be a pain to make.

I highly advise you stick with a regular scrolling frame instance, it isn’t worth the effort.

1 Like

Well, I know, but the roblox one doesn’t work for me, I guess I’m getting an idea of ​​how to do it but thanks anyway

1 Like

What’s wrong with ROBLOX’s scrolling frame?

1 Like

Well, I really don’t know if the scroll frame works as a button since I need it to move with the “button”

1 Like

You mean when you scroll down, the button moves off screen? It does do this. I’ve done this for my group game where we have a shop system so I can confirm that it’s possible heh.

1 Like

It is definitely possible to make a scrolling gui with just frames.

@NUTRICORP
You can use these events and the guide attached to them to make a scrolling gui
https://developer.roblox.com/en-us/api-reference/event/GuiObject/MouseWheelForward
https://developer.roblox.com/en-us/api-reference/event/GuiObject/MouseWheelBackward

3 Likes

There’s no reason to do this, it’s just doing more work for no reason at all. ROBLOX’s scrolling frame instances does exactly what he’s trying to do with his own system.

1 Like

U can do it with tweenservice lol

1 Like

I guess that’s right, but with this you can have more control about properties like scroll speed.

2 Likes