I’m trying to add a killfeed system
My goal looks like this
Player > Player
But I don’t know how to put images in the TextLabel.
Any help is appreciated!
I’m trying to add a killfeed system
My goal looks like this
Player > Player
But I don’t know how to put images in the TextLabel.
Any help is appreciated!
you could create a Frame and put the images in the Frame
Could RichText work? If it doesn’t then thats my only solution
idk cause i dont really use RichText but i dont think it works but you can try it
Emojis could work.
Would keep everything contained in a single “TextLabel” instance too.
I thought about it but it looks pretty wacky
Yeah, might be too cartoony for the style you’re trying to achieve.
You also have unicode characters too.
How do you do this? I could use this
Essentially you’d search for whatever symbol/icon you’re looking for followed by “unicode character”.
To remake something like the CS:GO kill feed you’d be best off using frames and many imagelabels/textlabels all stacked next to eachother, however as everyone else said if you want it to be as simple as possible (just a single textlabel) you’re best off using emojis and/or unicode.
You can get pretty creative symbols with unicode, so there’s still a lot of room to move in terms of being recognisable images.
There’s no way the icons in your example are unicode symbols. Like cpguy said, you should use image labels if you want to get as close as possible to the example. You’ll want to use a GFX editor to design the symbols and then import them as decals.