Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- while true do
- wait(0.1)
- for i,v in pairs(game.Players:GetChildren()) do
- for i,w in pairs(v.PlayerGui:GetChildren()) do
- if w:FindFirstChild("Frame") ~= nil then
- if w.Frame:FindFirstChild("ChatChannelParentFrame") ~= nil then
- for i,m in pairs(w.Frame.ChatChannelParentFrame.Frame_MessageLogDisplay.Scroller:GetChildren()) do
- m.TextLabel.Text = (" MMMMMMMM")
- end
- end
- end
- end
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement