Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How do i remove this default Chat Message?

Asked by 5 years ago
Edited 5 years ago

I cant for the life of me figure out how to remove this message when users open the chat that displays "Chat '/?' or '/help' for a list of chat commands."

Ive looked in the chat scripts but had no luck.

Anyone else know how? im sure its located in one of the chat scripts and im over looking it.

0
Best bet would be to make your own custom chat, I haven't done that myself yet, but there are quite a few tutorials and resources for doing so. SteamG00B 1633 — 5y
0
I recommend looking at UserInputService, it can be used for a ton of stuff including custom chats. SteamG00B 1633 — 5y
0
I just spent the past 12 minutes looking at all the chat scripts in there and couldn't find it either. SteamG00B 1633 — 5y
0
also guys it wasn't a script at all that made it XD ahsan666666666666 264 — 5y

1 answer

Log in to vote
0
Answered by 5 years ago

DO NOT FEAR I HAVE COME TO SAVE YOU so uhh after some searching i i found out how to fix your problem, so basically i made this small script that finds the source that makes the text label to say that message and it erases it.

local plr = game.Players.LocalPlayer
wait(1)
plr.PlayerGui.Chat.Frame.ChatChannelParentFrame.Frame_MessageLogDisplay.Scroller.Frame.TextLabel.Text = ""

so yea thats basically it, and your very welcome! :)

0
I attempted to try it but it doesn't seem to work, im sure its me doing something wrong but i appreciate the effort. JDT032589 6 — 5y
Ad

Answer this question