Advertisement
dahpiglz

dank meme

Jun 9th, 2017
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. bar = game.Players.LocalPlayer.PlayerGui.Chat.Frame.ChatBarParentFrame.Frame.BoxFrame.Frame.ChatBar
  2. o = game.Players.LocalPlayer.PlayerGui.Chat.Frame.ChatChannelParentFrame.Frame_MessageLogDisplay.Scroller
  3.  
  4. while true do
  5. wait(0.01)
  6. bar.Text = ("Chat+ is great. You should use it.")
  7. local list = ("Workspace: ")
  8. for i,v in pairs(o:GetChildren()) do
  9. if v.ClassName == ("Frame") then
  10. v.TextLabel.TextButton.Text = ("Chat+ Fan")
  11. v.TextLabel.Text = ("I love chat+!")
  12. end
  13. end
  14. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement