- 
I want to make a Top Donation GUI for my game. 
- 
Nothing will work. 
- 
I have tried using ViewportFrames to make it look like a GUI. But it just broke the whole thing. (Because you need to put whatever you need to view into the ViewportFrame.) If anyone has a solution, then please tell me. Thank you! 
do you want a donation board? if so you need to put a surface GUI inside a part, and you can do it like that.
if you want it inside player GUI, I reccomend using a scrolling frame and putting a UI List layout inside of it.
First make a part with a surface GUI in it.
Make a ScrollingFrame inside the SurfaceGui.
Make TextLabels in them.
When someone donates, save the amount of robux they donated using OrderedDataStore
Now make a while wait() loop with a wait of 6 seconds and load the data and display it on the TextLabels
              
              
              1 Like
            
           
   
  