Adonis seems to remove the chatting ability

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.

image

1 Like

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?

image
go into Find All


Then type in

game.StarterGui:setCoreGuiEnabled("Chat",false)

Thanks, but nothing has been found.

Try broadening the search, instead type

:setCoreGuiEnabled(

This rules out the possibility of StarterGui being indexed somehow else.

image

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.

1 Like

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.

1 Like

Thanks worked perfectly. Thanks for your time.

1 Like