View difference between Paste ID: BAmTZWfD and nbbWTSCa
SHOW: | | - or go back to the newest paste.
1-
owner = game:GetService("Players")["tiger100000000005"]
1+
owner = game:GetService("Players")["Tabby_Cxt"]
2
Character = owner.Character
3
4
owner.Character = workspace["Default Dummy"]
5
6
7
plr = owner
8
name = owner.Name
9
Character = owner.Character
10
hed = owner.Character.Head
11
local ColorArray = {ColorSequenceKeypoint.new(0, Color3.new(230/255,150/255,0/255)),ColorSequenceKeypoint.new(1, Color3.new(230/255,150/255,0/255))}
12
local alright = Instance.new("Attachment",Character.Torso)
13
alright.Parent = Character.Torso
14
alright.Position =  Vector3.new(0, 1, .5)
15
local alright2 = Instance.new("Attachment",Character.Torso)
16
alright2.Parent = Character.Torso
17
alright2.Position =  Vector3.new(0, -1, .5)
18
local trail = Instance.new("Trail")
19
trail.Parent = Character.Torso
20
trail.Attachment0 = alright
21
trail.Attachment1 = alright2
22
trail.Color = ColorSequence.new(ColorArray)
23
24
Tones = {
25
26
	Enum.ChatColor.Red,
27
28
}
29
plr.Chatted:connect(function(msg)
30
    game:service'Chat':Chat(hed, msg, 2)
31
if msg == "quest/" then
32
33
function Chat(msg, tone)
34
35
	local tone = tone
36
37
	if tone == nil then tone = 1 end
38
39
	game:GetService("Chat"):Chat(Character.Head, msg, Tones[tone] or 1)
40
41
end
42
43
44
45
wait(1.5)
46
47
48
49
Chat(("Hello! My name is Tabby_Cxt"))
50
51
wait(2)
52
53
54
Chat(("and i have a quest for you!"))
55
56
57
wait(3)
58
59
60
Chat(("what i want you to do for me is"))
61
62
63
wait(2)
64
65
66
Chat(("grab me 1094 tiny blocks scattered around all of robloxia!"))
67
wait(3)
68
69
70
Chat(("Good luck!"))
71
end
72
73
if msg == "what/" then
74
75
function Chat(msg, tone)
76
77
	local tone = tone
78
79
	if tone == nil then tone = 1 end
80
81
	game:GetService("Chat"):Chat(Character.Head, msg, Tones[tone] or 1)
82
83
end
84
85
86
87
wait(1.5)
88
89
90
91
Chat(("ok so hear me out here"))
92
93
wait(2)
94
95
96
Chat(("what if cats were actually cats"))
97
98
99
wait(2)
100
101
102
Chat(("bc then cats would be counted as cats which would make a cat be cat cat of cat"))
103
104
105
wait(2)
106
107
108
Chat(("so if cat was cat cat of cat then"))
109
wait(2)
110
111
112
Chat(("cat would be cat"))
113
wait(2)
114
Chat(("hmm"))
115
end
116
117
if msg == "talk/" then
118
119
function Chat(msg, tone)
120
121
	local tone = tone
122
123
	if tone == nil then tone = 1 end
124
125
	game:GetService("Chat"):Chat(Character.Head, msg, Tones[tone] or 1)
126
127
end
128
129
130
131
wait(1.5)
132
133
134
135
Chat(("Hello! My name is Tabby_Cxt"))
136
137
wait(2)
138
139
140
Chat(("whats your name?"))
141
142
143
wait(5)
144
145
146
Chat(("epic name, *insert your name here*"))
147
148
149
wait(2)
150
151
152
Chat(("well imma go epicly get a victory royale now"))
153
 wait(3)
154
155
156
Chat(("ok bye!"))
157
end
158
159
if msg == "f/" then
160
161
function Chat(msg, tone)
162
163
	local tone = tone
164
165
	if tone == nil then tone = 1 end
166
167
	game:GetService("Chat"):Chat(Character.Head, msg, Tones[tone] or 1)
168
169
end
170
171
172
173
wait(1.5)
174
175
176
177
Chat(("i am gonna le epicly say the f word"))
178
179
wait(2)
180
181
182
Chat(("3"))
183
184
185
wait(1)
186
187
188
Chat(("2"))
189
190
191
wait(1)
192
193
194
Chat(("1"))
195
 wait(1)
196
197
198
Chat(("Fork"))
199
wait(1)
200
Chat(("ecks deeeeeeeeeeee"))
201
end
202
203
if msg == "math/" then
204
205
function Chat(msg, tone)
206
207
	local tone = tone
208
209
	if tone == nil then tone = 1 end
210
211
	game:GetService("Chat"):Chat(Character.Head, msg, Tones[tone] or 1)
212
213
end
214
215
216
217
wait(1.5)
218
219
220
221
Chat(("ok imma say a math question"))
222
223
wait(2)
224
225
226
Chat(("whats 1+1=?"))
227
228
229
wait(3)
230
231
232
Chat(("the answer is"))
233
234
235
wait(1)
236
237
238
Chat(("the same answer as 1+1"))
239
 wait(2)
240
241
242
Chat(("if you got the right answer thats epic"))
243
wait(1)
244
245
end
246
247
if msg == "fact/" then
248
249
function Chat(msg, tone)
250
251
	local tone = tone
252
253
	if tone == nil then tone = 1 end
254
255
	game:GetService("Chat"):Chat(Character.Head, msg, Tones[tone] or 1)
256
257
end
258
259
260
261
wait(1.5)
262
263
264
265
Chat(("hey, you wanna know a fun fact about me?"))
266
267
wait(2)
268
269
270
Chat(("well here it is"))
271
272
273
wait(2)
274
275
276
Chat(("i play roblox"))
277
278
279
wait(2)
280
281
282
Chat(("wow isnt that a cool fun fact"))
283
 wait(2)
284
285
286
Chat(("alright cya"))
287
wait(1)
288
289
end
290
if msg == "music/" then
291
local s = Instance.new("Sound")
292
s.Name = "music"
293
s.archivable = false
294
s.Parent = Character.Torso
295
s.SoundId = "rbxassetid://1526833227"
296
s.Looped = true
297
s.Volume = 1
298
s:play()
299
end
300
if msg == "musicstop/" then
301
local b = Character.Torso.music
302
b:stop()
303
b:remove()
304
end
305
if msg == "change/" then
306
local g = Character.Torso.music
307
if g.SoundId == "rbxassetid://1526833227" then
308
g.SoundId = "rbxassetid://2791762394"
309
elseif g.SoundId == "rbxassetid://2791762394" then
310
g.SoundId = "rbxassetid://858477517"
311
elseif g.SoundId == "rbxassetid://858477517" then
312
g.SoundId = "rbxassetid://2252279263"
313
elseif g.SoundId == "rbxassetid://2252279263" then
314
g.SoundId = "rbxassetid://1478634800"
315
elseif g.SoundId == "rbxassetid://1478634800" then
316
g.SoundId = "rbxassetid://1526833227"
317
end
318
end
319
320
    if msg == "die/" then
321
        Character:breakJoints()
322
    end
323
   
324
end)