How would I make a gui go above a part?

SO I wanna make a overhead gui, but instead of it being for a player it’s for a part. How would I do this? Videos, Scripts… Anything helps.

And how would I make the gui not seeable through walls and you can only see it when you’re close to it?

Read through this:

Please, look in the dev hub / forum / youtube before posting. This topic can get flagged.

1 Like

Thanks I never though of that. :heart:

Oh sorry, I didn’t know sorry.

Insert a BillboardGui to the part that you want then insert a TextLabel on it.
image

Set the StudsOffset to 0, 2, 0 inside the BillboardGui’s property.
image

And to make the GUI can only see when you’re close to it, adjust the MaxDistance of BillboardGui like this:
image

And it would be like this:
image

3 Likes