PopeScooby I am very new to Godot and game creation in general. I come from the world of databases and windows forms. In that world I use a ComboBox to give the user a way to select an option form a drop down menu. What would I use in Godot to achieve that same thing?
TwistedTwigleg Godot uses OptionButtons. An OptionButton is basically a ComboBox, with the additional functionality of a BaseButton. This tutorial by Tybobobo on the forums explains how to use it :) .