View difference between Paste ID: mDNVSJ98 and 3uhaLXGt
SHOW: | | - or go back to the newest paste.
1-
for i,v in pairs(game.Players) do
1+
local m = game.Players.LocalPlayer.PlayerGui.SB_Chat.Frame.ChatBarParentFrame.Frame.BoxFrame.Frame.ChatBar
2-
	if v.ClassName == ("Player") then
2+
3-
3+
4-
local m = v.PlayerGui.SB_Chat.Frame.ChatBarParentFrame.Frame.BoxFrame.Frame.ChatBar
4+
5
	--m.Text = ("I love chat+!")
6
	local m2 = game.Players.LocalPlayer.PlayerGui.SB_Chat.Frame.ChatChannelParentFrame.Frame_MessageLogDisplay.Scroller
7
	for i,v in pairs(m2:GetChildren()) do
8
	local random = math.random(1,7)
9-
	local m2 = v.PlayerGui.SB_Chat.Frame.ChatChannelParentFrame.Frame_MessageLogDisplay.Scroller
9+
10
	if v.TextLabel.Text ~= ("                                               I also love chat+!")then
11
	if v.TextLabel.Text ~= ("                                               Have you guys tried chat+? Its amazing!") then
12
	if v.TextLabel.Text ~= ("                                               I don't know how I ever lived without Chat+!") then
13
	if v.TextLabel.Text ~= ("                                               Chat+ is great, I'm going to show it to all my friends!") then
14
	if v.TextLabel.Text ~= ("                                               Chat+ hooked me up with my girlfriend!") then
15
	if v.TextLabel.Text ~= ("                                               I wish I discovered Chat+ earlier!") then
16
	if random == 1 then
17
	v.TextLabel.Text = ("                                               I love Chat+!")
18
	end
19
	if random == 2 then
20
	v.TextLabel.Text = ("                                               I also love Chat+!")
21
	end
22
	if random == 3 then
23
	v.TextLabel.Text = ("                                               Have you guys tried Chat+? Its amazing!")
24
	end
25
	if random == 4 then
26
	v.TextLabel.Text = ("                                               I don't know how I ever lived without Chat+!")
27
	end
28
	if random == 5 then
29
	v.TextLabel.Text = ("                                               Chat+ is great, I'm going to show it to all my friends!")
30
	end
31
	if random == 6 then
32
	v.TextLabel.Text = ("                                               Chat+ hooked me up with my girlfriend!")
33
	end
34
	if random == 7 then
35
	v.TextLabel.Text = ("                                               I wish I discovered Chat+ earlier!")
36
	end
37
	--for i,w in pairs(v:GetChildren()) do
38
	--w.Text = ("[ChatPlusFan]:")
39
end
40
end
41
end
42
end
43
end
44
end
45
end
46
end
47
end
48
--end
49
--end