Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --sound effects--
- --by youngmacka123 edited by christoffer077002--
- --XandersAltAccount1 peehead cuz i wanted to do it like a week before him--
- plr = owner
- char = plr.Character
- tors = char.Torso
- ra = char["Right Arm"]
- la = char["Left Arm"]
- rl = char["Right Leg"]
- ll = char["Left Leg"]
- hed = char.Head
- root = char.HumanoidRootPart
- hum = char.Humanoid
- if hum.RigType == Enum.HumanoidRigType.R6 then
- hum.HipHeight = 0
- elseif hum.RigType == Enum.HumanoidRigType.R15 then
- hum.HipHeight = 0
- end
- ezweld = function(p, a, b, cf)
- local weld = Instance.new("Weld",p)
- weld.Part0 = a
- weld.Part1 = b
- weld.C0 = cf
- return weld
- end
- IT = Instance.new
- Rad = math.rad
- Cos = math.cos
- Sin = math.sin
- BrickC = BrickColor.new
- C3 = Color3.new
- VT = Vector3.new
- print'by youngmacka123 edited by christoffer077002'
- Debris = game:GetService("Debris")
- plr.Chatted:connect(function(msg)
- msg=msg:lower()
- if string.find(msg, "funy") then
- local s = Instance.new("Sound", hed) s.SoundId = "rbxassetid://1122770327" s.Volume = 10 s:Play() Debris:AddItem(s, 999999)
- repeat wait() until s.Playing == false
- end
- if string.find(msg, "cheese") then
- local s = Instance.new("Sound", hed) s.SoundId = "rbxassetid://1976677462" s.Volume = 20 s:Play() Debris:AddItem(s, 999999)
- repeat wait() until s.Playing == false
- end
- if string.find(msg, "sands underthetable") then
- local s = Instance.new("Sound", hed) s.SoundId = "rbxassetid://3289524876" s.Volume = 10 s:Play() Debris:AddItem(s, 999999)
- repeat wait() until s.Playing == false
- end
- if string.find(msg, "go") then
- local s = Instance.new("Sound", hed) s.SoundId = "rbxassetid://3240900955" s.Volume = 10 s:Play() Debris:AddItem(s, 999999)
- repeat wait() until s.Playing == false
- end
- if string.find(msg, "this one aint rubber") then
- local s = Instance.new("Sound", hed) s.SoundId = "rbxassetid://3238134576" s.Volume = 10 s:Play() Debris:AddItem(s, 99999)
- repeat wait() until s.Playing == false
- end
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement