Hi, so as soon as I installed adonis admin into my game, and I go into the game, the actual chat icon is not there. I have looked everywhere and can’t see a solution.
It worked with every other admin, and I can’t see a way to fix it.
Hi, so as soon as I installed adonis admin into my game, and I go into the game, the actual chat icon is not there. I have looked everywhere and can’t see a solution.
It worked with every other admin, and I can’t see a way to fix it.
Use find and check “Check all scripts” and check for any code that disables the chat from the coregui
Not the best at scripting, how would I do that?
Thanks, but nothing has been found.
Try broadening the search, instead type
:setCoreGuiEnabled(
This rules out the possibility of StarterGui being indexed somehow else.
I got that but how can I find where the script is located so I can see if it’s needed
You don’t need to do that, just remove those 4 lines of code and see if it works.
It isn’t Adonis, this has happened to me many times while updating my game. All you have to do is revert the game back to before you did the update. Then you have to do the same update again.
Thanks worked perfectly. Thanks for your time.