Re: SceneEditorGUI *Solved*
Much thanks to weegee for finding how this is accessed for me. For anyone's future reference, you can get to it with:
Code:
ToGameActivity(ActivityMan:GetActivity()):GetEditorGUI(Team_Number_Here);
Similarly, you can access the BuyMenuGUI with:
Code:
ToGameActivity(ActivityMan:GetActivity()):GetBuyMenuGUI(Team_Number_Here);