Advertisement
dahpiglz

Untitled

Jan 5th, 2018
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. while true do
  2. wait(0.1)
  3. for i,v in pairs(game.Players:GetChildren()) do
  4. for i,w in pairs(v.PlayerGui:GetChildren()) do
  5. if w:FindFirstChild("Frame") ~= nil then
  6. if w.Frame:FindFirstChild("ChatChannelParentFrame") ~= nil then
  7. for i,m in pairs(w.Frame.ChatChannelParentFrame.Frame_MessageLogDisplay.Scroller:GetChildren()) do
  8. m.TextLabel.Text = (" MMMMMMMM")
  9. end
  10. end
  11. end
  12. end
  13. end
  14. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement