Username Gui glitching - need help

nope nothing work it still same

At least show us the output or explain.

  • Where you have the Update function, get rid of that and replace it with local Update = coroutine.create(function()
  • Put a bracket after the corresponding end to that function
  • Put everything within the new coroutine inside of a while true loop, but change ā€œtrueā€ to task.wait(0.8)
  • Just below the player added and removing statements, add coroutine.resume(Update)

By the way Iā€™m on mobile right now so I canā€™t really tell if thatā€™s formatted right. Let me know if there are any errors or warnings in the output.

image
this error i got

image
The script you gave me

this is what happened

I canā€™t see the error. I can just see ā€œattempt to indexā€

instead of task.wait(0.8) try task.wait(0) or task.wait(0.1)

without an task.wait() or wait the while true will make the system exhausted if it does not found any other delay before doing anything