I am making a simple system that whenever a local player is popping a UI that can be seen by everyone pops above their head which indicates they are typing something. However, my script looks fine and does not work as intended.
The Output only displays: TypingBubble is not a valid member of MeshPart "Workspace.bulder251.Head"
However, I don’t see why my script wouldn’t work… when I took care of what is needed above.
This error means that the typingbubble isn’t being added to the head. Make sure that the name is typed correctly and that it is actually inside the head when testing.
I don’t know why, but the first script will not work if you are wearing a certain type of head accessories. You should change the second line of the first script - instead of “CharacterAdded” use “CharacterAppearanceLoaded”: