-
What do you want to achieve? Keep it simple and clear!
i am currently making a leaderboards which displays the top 10 donors in my game. -
What is the issue? Include screenshots / videos if possible!
i am having issues with the leaderboard layout which has this big gap that shouldnt be there and is highlighted in red -
What solutions have you tried so far? Did you look for solutions on the Developer Hub?
i have tried using a listlayout and a gridlayout but those get deleted when i play the game making all the frames overlap together. this is what i am trying to achieve
part of the code:
TempClone.Position= UDim2.new(0, 0, 0.05 * #ui.Frame.Frame2.SF:GetChildren(), 0)
how can i fix this? any suggestions are appreciated, thanks