How do I make numbers or words appear above blocks? Some examples are Territory Conquest and Risky Strats. I want to make it like that. How do I do that? Also, I CANT do it with Humanoid, that won't work for what I'm working on.
Thanks for checking this ~Jabbypappy
You can do this a couple ways
Use a BillboardGui
Set it's adornee to whatever you want. Then use a TextLabel
to set the text
Use a SurfaceGui
Set it's adornee to whatever you want - then constatly reposition it above whatever you want
Use a Humanoid System
Although you said you didn't want this, you can also set the humanoid's MaxHealth
property to 0, then there will be no Health bar
This isn't scripting...
Just Put a Billboard Gui in the part with a TextButton inside of that. Change the TextButton's Text and there you have it.
I hope this helps you even tho there is no scripting involved. : )