Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How to make Words/Numbers appear above a block? **NOT HUMANOID**

Asked by 9 years ago

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

2 answers

Log in to vote
0
Answered by
Goulstem 8144 Badge of Merit Moderation Voter Administrator Community Moderator
9 years ago

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

0
Thanks ^ Jabbypappy 0 — 9y
Ad
Log in to vote
1
Answered by
LostPast 253 Moderation Voter
9 years ago

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. : )

0
Thanks, I tried the Billboard Gui, but not the TextButton part, then I got stuck and came here. I appreciate it! :D Jabbypappy 0 — 9y

Answer this question