Chat Will NOT Work In My Game! (3rd Attempt)

Hey there!

I have been having a problem with the chat in my game for awhile and I REALLY want to figure out what the issue is.

I tried once…

I tried twice…

…to figure it out, but all we could come up with is that the Chat Screen Gui is not present in the PlayerGui.

There are no plugin or free model injections.

No scripts even calling the chat service.

I took a chat screen gui from another game and tried putting it in the PlayerGui when a player spawn, and printed after.

local chat = game.ServerStorage.Chat:Clone()
chat.Parent = player:WaitForChild("PlayerGui")
print("Success!")

It didn’t work…
It printed, which must mean something is still deleting it somehow.

I am SO out of ideas, could someone please help me?

Do a test in Studio and copy all the files from the chat service, then stop the test and paste it into the same service.
image

This almost always solves the problem, if not it may be a studio error.

1 Like

hm…

Can you activate it by pressing the ‘/’ button?

That’s a no can do, my friend… sigh… :sob:

Nice idea though, I had not thought of that

Ok I tried multiple things,

  1. Your solution sadly did not work
  2. I tried putting a chat screen gui in the chat service, nothing…
  3. Some how those code lines in the topic actually worked, but it still won’t work even with the chat screen gui in…

all I can say is… AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHHHH

F in the post xd
Did you change something or is there a script that changes the settings?

1 Like

None what so ever… I SO hate this…

Here is what it looks like…

Try this

2 Likes

YES YES YES THANK YOU SO MUCH!!! Man that was killing me for forever…

1 Like

How well you could fix :smile:
You’re welcome, happy to help ^-^