how to make text appear above player
4 months ago
| 20
• By EVILpolygon
im trying to make a king of thne hill game and have it where the king has yellow text above them.
i am no longer evil teehee
4 months ago
• By Index
• 9d
You can create a Text3D instance using Instance.New('Text3D')
, then parent to the Player (making the position relative whenever the Player moves), and then adding a Y offset by setting the position of the text.
hey, I'm Index!