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?
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.
Thanks I never though of that.
Oh sorry, I didn’t know sorry.
Insert a BillboardGui to the part that you want then insert a TextLabel on it.
Set the StudsOffset to 0, 2, 0 inside the BillboardGui’s property.
And to make the GUI can only see when you’re close to it, adjust the MaxDistance of BillboardGui like this:
And it would be like this: