How do you make a Top Donation GUI?

  1. I want to make a Top Donation GUI for my game.

  2. Nothing will work.

  3. 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

Hey there! If you want a Donation GUI for your game, there are multiple videos that I’ve provided below which can teach you how to make this:

Good luck with this, and let me know if you need any more help! :slight_smile:

1 Like