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

How to make a hover gui on a player?

Asked by 5 years ago

Curious on how when a player hovers on another plays torso, it would say their username?

1 answer

Log in to vote
0
Answered by 5 years ago

I would take a look at Billboard GUIs. Billboard GUIs are prefect for what you want to do because they are not only relative to the players position (and camera position) around the object it is placed inside, but you can also set an Adornee of the Billboard GUI. Setting the Adornee to a specific player will make the Billboard GUI display only for the Adornee. For example: If the Adornee is set to my username MezornoIV, the GUI is only visible to me, and invisible to other players in the session (which will help you out immensely).

If this answer is unclear in any way, I'm more than happy to explain it to you.

0
I fully understand using billboard guis, im just curious on how when you hover with your mouse on the uppertorso of a player's character, it projects their username? I dont feel I would need to use events but at the same time I do. Pooglies 7 — 5y
Ad

Answer this question