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.
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! :)