Hey, so I’m trying to use the Typewriter effect for all messages sent in the chat, and I figured out how, when you chat, it makes a frame with a textlabel in the PlayerGui but sadly, I can’t figure out what creates those frames, as I wanna add a script to them. Any ideas?
The default gui for the chat system where the messages are sent can be found in:
Player.PlayerGui.Chat.Frame.ChatChannelParentFrame.Frame_MessageLogDisplay.Scroller
Use a ChildAdded event here to see when a new frame is added to the Scroller ScrollingFrame, and go from there. 