In my game, I have a NPC that walks around. I want a overhead GUI above that NPC to look at the player. The only problem is that The GUI is always a bit behind the NPC.
The GUI is on a part. The part is using Cframe.lookat(). I have tried welding the part to the HumanoidRootPart, but the whole NPC just looks at me. Any ideas?
I know this is solved but please, next time clarify how your overhead gui works, because as you can tell, most of the replies here thought you were using a Billboard Gui and not a scripted solution, making your post harder to solve