[FIXED] Why is my overhead GUI not working?

Hello there,
My English is not the best so please dont judge me.

So, I coded an overhead GUI recently but its not working. The output is not showing any errors or warnings from the overhead.

This is the script:
No need for it.

I don’t see a code mistake. And everyting is in the right place:
No need for it.

I think myself its some code in another script. But where?
My place contains the following systems / scripts:

  • ACS 2.0.0
  • Kohls Admin
  • Remove Package Script
  • Head Follows camera script
  • Bubblechat

Is it possible that one of those scripts can override my overhead script?

Thanks in advance.
Dear regards

(HideName Script:)
No Need For It.

The code can be optimized in various ways…

First of all, in line 10, why are you searching the character in the workspace, if the variable char already exists (line 4)? Also, code is a bit messy in lines 17 - 25. Edit it to read it better and find the issue.

Also, in the hidename script, instead of using a repeat loop to wait for the humanoid, just use c:WaitForChild(“Humanoid”)

I’m still a programmer in training. So thanks for the tips.

The overhead works fine in other places. So I really think an other script is overriding my overhead script.