How to make a scrollbar in Godot

How can I make a scroll bar in Godot 4.3, for example, to scroll through music, videos, etc.?

try to use H slider node.

You can use the ScrollContainer node for this.

1 Like

Thank you