Try replacing this with char:WaitForChild('Head')
Also, what errors show up? (Press f9 to see errors)
Try replacing this with char:WaitForChild('Head')
Also, what errors show up? (Press f9 to see errors)
Theres no errors, I cant find anything in the output neither. Just a sec I will get my friend with a cheeks head because I dont have it lol
Is cheeks head a hat or a head, btw?
Head and when I check on workspace to see if the nametag is a child of the character’s cheeks head it seems to be not there but if a player has a normal head it works
Does the Cheeks Head have a different name in workspace?
Nope, I checked and it seems like its still “Head”
ps: i just checked and it still dosent work on someone with a cheeks head.
Is the player in the group? That could be the problem. Try printing their rank.
It seems to happen when the player is not in the group and when theyre in the group. This is a weird issue i’ve never had this happen
Can I see the explorer? There could be a spelling mistake.
Also, what’s adornee? Is it a thing in the instance?
Yeah, Kind of I would say, Not exactly.
Try parenting it to the HumanoidRootPart and then offset it using ExtendsOffsetWorldSpace maybe?
This seems to glitch the whole overhead… Any other solution?
Maybe StudsOffsetWorldSpace? This is the result I’m getting:
I used that but the problem was that the nametag wouldnt move right to where the character’s head is.
I’m a little confused as to what you mean. Do you mean like if they dance for example, it won’t move with their head?
Yeah thats what I tried explaining
Gotcha. You could try parenting/adorning it to the torso maybe? As long as you don’t have any scripts that detach the head it should align with the head. If you do, I’m thinking maybe you could weld a part to the head and then parent the billboard gui to said part?
Hold up, I think I discovered something. this was in the output:
Infinite yield possible on ‘Workspace.stratolog.Head:WaitForChild(“NametagGui”)’
maybe other heads take longer to load?
I have just found that I encountered this issue today as well. Didn’t happen a few months ago when I originally made my nametag script. Have you figured out what the issue is? I feel like this might need a bug report.