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

How could i place a gui above each players head?

Asked by 7 years ago

Kind of like a user gui above every characters head. If you've ever played RPG's, you'll know kind of what im talking about. How could a command a script so that when a player is added, this gui is automatically placed above each players head? Would i have to create a local script with a gui as a child and then place it starterplayer? Totally confused...Thanks! Help is greatly appreciated!

1 answer

Log in to vote
3
Answered by
RubenKan 3615 Moderation Voter Administrator Community Moderator
7 years ago

You'll have to put a BillboardGui instance inside every players Character.Head.

A BillboardGui is a Gui Instance that creates a 3d View of the GUI floating inside the part its inside. You can make it float above the head by setting the StudOffset Y Value to something like 3. (Depending on your gui size)

Ad

Answer this question