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.
Thank you