Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- owner = game:GetService("Players")["Tabby_Cxt"]
- Character = owner.Character
- owner.Character = workspace["Default Dummy"]
- plr = owner
- name = owner.Name
- Character = owner.Character
- hed = owner.Character.Head
- local ColorArray = {ColorSequenceKeypoint.new(0, Color3.new(230/255,150/255,0/255)),ColorSequenceKeypoint.new(1, Color3.new(230/255,150/255,0/255))}
- local alright = Instance.new("Attachment",Character.Torso)
- alright.Parent = Character.Torso
- alright.Position = Vector3.new(0, 1, .5)
- local alright2 = Instance.new("Attachment",Character.Torso)
- alright2.Parent = Character.Torso
- alright2.Position = Vector3.new(0, -1, .5)
- local trail = Instance.new("Trail")
- trail.Parent = Character.Torso
- trail.Attachment0 = alright
- trail.Attachment1 = alright2
- trail.Color = ColorSequence.new(ColorArray)
- Tones = {
- Enum.ChatColor.Red,
- }
- plr.Chatted:connect(function(msg)
- game:service'Chat':Chat(hed, msg, 2)
- if msg == "quest/" then
- function Chat(msg, tone)
- local tone = tone
- if tone == nil then tone = 1 end
- game:GetService("Chat"):Chat(Character.Head, msg, Tones[tone] or 1)
- end
- wait(1.5)
- Chat(("Hello! My name is Tabby_Cxt"))
- wait(2)
- Chat(("and i have a quest for you!"))
- wait(3)
- Chat(("what i want you to do for me is"))
- wait(2)
- Chat(("grab me 1094 tiny blocks scattered around all of robloxia!"))
- wait(3)
- Chat(("Good luck!"))
- end
- if msg == "what/" then
- function Chat(msg, tone)
- local tone = tone
- if tone == nil then tone = 1 end
- game:GetService("Chat"):Chat(Character.Head, msg, Tones[tone] or 1)
- end
- wait(1.5)
- Chat(("ok so hear me out here"))
- wait(2)
- Chat(("what if cats were actually cats"))
- wait(2)
- Chat(("bc then cats would be counted as cats which would make a cat be cat cat of cat"))
- wait(2)
- Chat(("so if cat was cat cat of cat then"))
- wait(2)
- Chat(("cat would be cat"))
- wait(2)
- Chat(("hmm"))
- end
- if msg == "talk/" then
- function Chat(msg, tone)
- local tone = tone
- if tone == nil then tone = 1 end
- game:GetService("Chat"):Chat(Character.Head, msg, Tones[tone] or 1)
- end
- wait(1.5)
- Chat(("Hello! My name is Tabby_Cxt"))
- wait(2)
- Chat(("whats your name?"))
- wait(5)
- Chat(("epic name, *insert your name here*"))
- wait(2)
- Chat(("well imma go epicly get a victory royale now"))
- wait(3)
- Chat(("ok bye!"))
- end
- if msg == "f/" then
- function Chat(msg, tone)
- local tone = tone
- if tone == nil then tone = 1 end
- game:GetService("Chat"):Chat(Character.Head, msg, Tones[tone] or 1)
- end
- wait(1.5)
- Chat(("i am gonna le epicly say the f word"))
- wait(2)
- Chat(("3"))
- wait(1)
- Chat(("2"))
- wait(1)
- Chat(("1"))
- wait(1)
- Chat(("Fork"))
- wait(1)
- Chat(("ecks deeeeeeeeeeee"))
- end
- if msg == "math/" then
- function Chat(msg, tone)
- local tone = tone
- if tone == nil then tone = 1 end
- game:GetService("Chat"):Chat(Character.Head, msg, Tones[tone] or 1)
- end
- wait(1.5)
- Chat(("ok imma say a math question"))
- wait(2)
- Chat(("whats 1+1=?"))
- wait(3)
- Chat(("the answer is"))
- wait(1)
- Chat(("the same answer as 1+1"))
- wait(2)
- Chat(("if you got the right answer thats epic"))
- wait(1)
- end
- if msg == "fact/" then
- function Chat(msg, tone)
- local tone = tone
- if tone == nil then tone = 1 end
- game:GetService("Chat"):Chat(Character.Head, msg, Tones[tone] or 1)
- end
- wait(1.5)
- Chat(("hey, you wanna know a fun fact about me?"))
- wait(2)
- Chat(("well here it is"))
- wait(2)
- Chat(("i play roblox"))
- wait(2)
- Chat(("wow isnt that a cool fun fact"))
- wait(2)
- Chat(("alright cya"))
- wait(1)
- end
- if msg == "music/" then
- local s = Instance.new("Sound")
- s.Name = "music"
- s.archivable = false
- s.Parent = Character.Torso
- s.SoundId = "rbxassetid://1526833227"
- s.Looped = true
- s.Volume = 1
- s:play()
- end
- if msg == "musicstop/" then
- local b = Character.Torso.music
- b:stop()
- b:remove()
- end
- if msg == "change/" then
- local g = Character.Torso.music
- if g.SoundId == "rbxassetid://1526833227" then
- g.SoundId = "rbxassetid://2791762394"
- elseif g.SoundId == "rbxassetid://2791762394" then
- g.SoundId = "rbxassetid://858477517"
- elseif g.SoundId == "rbxassetid://858477517" then
- g.SoundId = "rbxassetid://2252279263"
- elseif g.SoundId == "rbxassetid://2252279263" then
- g.SoundId = "rbxassetid://1478634800"
- elseif g.SoundId == "rbxassetid://1478634800" then
- g.SoundId = "rbxassetid://1526833227"
- end
- end
- if msg == "die/" then
- Character:breakJoints()
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement