How would i add an image in a gui text?

Im trying to make a prompt system with on screen gui text instead of a billboardgui, im trying to make a gui like this that is customizable.
Capture
Anyone know how?
I haven’t found any post like this

1 Like

You could put a frame and in the frame add two text labels and an image label. You can position the text labels to the side and the image label in the middle

Im not the best in Guis but i think you can use UIPadding maybe?

Oh I got it!! Use UIListLayout and set the padding to 0.01 (or something close to that) in Scale so you get this effect!

Also set the Behavior properties to this

image

Then add 1 textlabels then 1 imagelabel and an other text label!
image
(obviously it will make it in alphabetical order but the order will stay as the order u parent them)

[The order of it is important!]

3 Likes

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