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

Make Surface GUI Attach To Torso?

Asked by 6 years ago

Hello i am trying to make a ui that is in front of your torso with a surfacegui in first person, but i do not know how i can go about doing this. Could someone help? Thanks

Here is an example of what i mean.

https://imgur.com/ciMlPkI

0
Why would you do this with a surface GUI? Sorry, but your little image doesn't really explain what you're looking to accomplish. T0XN 276 — 6y
0
^ I don't understand why you'd do that with a surface gui. BouncingBrenda 44 — 6y

1 answer

Log in to vote
0
Answered by 6 years ago

you got everything mixed up, surface gui's are gui screens that appear on a side of a part

you should be using a screen gui which shows up on the screen

SurfaceGui: shows on a side of a part (for a sign like thing) BillboardGui: shows a 2d screen above a part (like the defualt healthbar) ScreenGui: (this is the one you should be using) shows on a player's screen

make the screengui show up as the player spawns by putting it in StarterGui enable/disable it with the "Enabled" property as any gui type instance would have

Ad

Answer this question