I have no idea what they’re named, but I want to make sort of like this:
Where I can have like “X died from Y” on the display leaderboard or whatever. I already have the underlying code to know how a player died, I just don’t know how to display it
I have no idea what they’re named, but I want to make sort of like this:
Where I can have like “X died from Y” on the display leaderboard or whatever. I already have the underlying code to know how a player died, I just don’t know how to display it
That stupid name was at the tip of my tounge but I couldn’t think of it for some reason. Thank you
Its just a matter of how you choose to setup the gui. I would start by making a function that puts together a line, like adding the usernames and weapon icon. Then to list them I’d highly recommend using UIListLayout. You can use the LayoutOrder property of each child to make sure it stays in order and spawn a thread with task.delay() to remove each line after a few seconds.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.