How would I make a death displayer?

I have no idea what they’re named, but I want to make sort of like this:

(112) PRO Arsenal Gameplay... (Roblox Arsenal) - YouTube — Mozilla Firefox 1_1_2023 9_26_53 PM

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

It’s called “Killfeed”

A tutorial to make it below

Not by me

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.

I have a video on making a kill feed

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.