i want to make it so that some status effects make a symbol/mark thing appear above someone’s avatar. However, as there are going to be multiple, right now when i add an image label onto a billboard gui it sort of just sits ontop of previous billboard gui. i have seen games where they somehow made the rest of the symbols move when a new one gets added so, and when there are multiple they are all spread out from eachother. i have no idea how someone would do this. what should i do to attempt to create this behavior?
If you want gui elements to spread out automatically, I recommend using UIListLayouts. Simply set their HorizontalAlignment to “Center” and their FillDirection to “Horizontal”.
1 Like