Godot Version
4.7 stable
Question
How do I change the default texture of the scroll wheel that comes with the ScrollContainer node? I've looked everywhere and genuinely have no idea how to do it
Select the ScrollContainer and check Theme Overrides → Styles. You can customize the scrollbar’s style there using a StyleBoxTexture or StyleBoxFlat. For more control, create a custom Theme and assign it to the ScrollContainer.