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
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