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

GUI that follows player?

Asked by 9 years ago

Lets say I have a GUI in PlayerGui. It's enabled when the player sits in a chair (therefor, setting it to visible).

I want a part of the GUI to hover on a specific Model/Part on workspace. How would I do this?

As an example, Imagine the ROBLOX game watchdogs, when you click in a player, a GUI only you can see hovers that player and follows wherever he moves.

0
Yo costa coffee owner, and btw this isn't a request site, show us some code and we will fix kthx Vividex 162 — 9y

1 answer

Log in to vote
4
Answered by
SanityMan 239 Moderation Voter
9 years ago

I think what you are looking for is called a BillboardGui. Take a look at the example at the link, and see if you can make something out of that (it helped me a lot).

It has already been said that since you didn't have any basis of code to provide, we can't actually fix anything, but I believe this should get you going.

0
I know what a billboard GUI is, but I need a GUI that can only be seen by a player, how can I do this? devSparkle 84 — 9y
0
Put it in Camera or CurrentCamera NovusTheory 133 — 9y
0
Make it invisible, then make it visible for the specific player under the conditions you want. Perci1 4988 — 9y
1
BillboardGui have an Adornee property. I believe placing the BillboardGui into PlayerGui, but setting its adornee will accomplish this affect without localizing the instance. This would be the canonical way to do it (I have not tested this before) BlueTaslem 18071 — 9y
0
^ systematicaddict 295 — 9y
Ad

Answer this question