Advertisement
Christoffer07700Extr

aaaaaaaaaaaaaaaaaaaaaaewqetgesdfh

Mar 10th, 2020
3,638
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.98 KB | None | 0 0
  1. --sound effects--
  2. --by youngmacka123 edited by christoffer077002--
  3. --XandersAltAccount1 peehead cuz i wanted to do it like a week before him--
  4.  
  5. plr = owner
  6. char = plr.Character
  7. tors = char.Torso
  8. ra = char["Right Arm"]
  9. la = char["Left Arm"]
  10. rl = char["Right Leg"]
  11. ll = char["Left Leg"]
  12. hed = char.Head
  13. root = char.HumanoidRootPart
  14. hum = char.Humanoid
  15. if hum.RigType == Enum.HumanoidRigType.R6 then
  16. hum.HipHeight = 0
  17. elseif hum.RigType == Enum.HumanoidRigType.R15 then
  18. hum.HipHeight = 0
  19. end
  20.  
  21. ezweld = function(p, a, b, cf)
  22. local weld = Instance.new("Weld",p)
  23. weld.Part0 = a
  24. weld.Part1 = b
  25. weld.C0 = cf
  26. return weld
  27. end
  28.  
  29.  
  30.  
  31. IT = Instance.new
  32. Rad = math.rad
  33. Cos = math.cos
  34. Sin = math.sin
  35. BrickC = BrickColor.new
  36. C3 = Color3.new
  37. VT = Vector3.new
  38.  
  39.  
  40. print'by youngmacka123 edited by christoffer077002'
  41.  
  42. Debris = game:GetService("Debris")
  43.  
  44. plr.Chatted:connect(function(msg)
  45. msg=msg:lower()
  46. if string.find(msg, "funy") then
  47. local s = Instance.new("Sound", hed) s.SoundId = "rbxassetid://1122770327" s.Volume = 10 s:Play() Debris:AddItem(s, 999999)
  48. repeat wait() until s.Playing == false
  49. end
  50. if string.find(msg, "cheese") then
  51. local s = Instance.new("Sound", hed) s.SoundId = "rbxassetid://1976677462" s.Volume = 20 s:Play() Debris:AddItem(s, 999999)
  52. repeat wait() until s.Playing == false
  53. end
  54. if string.find(msg, "sands underthetable") then
  55. local s = Instance.new("Sound", hed) s.SoundId = "rbxassetid://3289524876" s.Volume = 10 s:Play() Debris:AddItem(s, 999999)
  56. repeat wait() until s.Playing == false
  57. end
  58. if string.find(msg, "go") then
  59. local s = Instance.new("Sound", hed) s.SoundId = "rbxassetid://3240900955" s.Volume = 10 s:Play() Debris:AddItem(s, 999999)
  60. repeat wait() until s.Playing == false
  61. end
  62. if string.find(msg, "this one aint rubber") then
  63. local s = Instance.new("Sound", hed) s.SoundId = "rbxassetid://3238134576" s.Volume = 10 s:Play() Debris:AddItem(s, 99999)
  64. repeat wait() until s.Playing == false
  65. end
  66. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement