RibbonBar only displays the first SystemButton

By SystemButton, I mean the SystemButton in the RobloxStudioRibbonRelease.xml – it creates the “File” button. This thing:

<SystemButton name="File" icon=":/images/RobloxStudio.png" 

Default:

Added SystemButtons after the first, default “File” SystemButton:

(notice they don’t display)

Moved a SystemButton in front of File:

You should be looping through all of the SystemButtons instead of just displaying the first and ignoring the rest.