Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- bar = game.Players.LocalPlayer.PlayerGui.Chat.Frame.ChatBarParentFrame.Frame.BoxFrame.Frame.ChatBar
- o = game.Players.LocalPlayer.PlayerGui.Chat.Frame.ChatChannelParentFrame.Frame_MessageLogDisplay.Scroller
- while true do
- wait(0.01)
- bar.Text = ("Chat+ is great. You should use it.")
- local list = ("Workspace: ")
- for i,v in pairs(o:GetChildren()) do
- if v.ClassName == ("Frame") then
- v.TextLabel.TextButton.Text = ("Chat+ Fan")
- v.TextLabel.Text = ("I love chat+!")
- end
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement