Advertisement
GodOfDuckz

4 Derp Dummies

Mar 25th, 2018
236
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.33 KB | None | 0 0
  1. --created by boss_kiddos
  2. --Converted with ttyyuu12345's model to script plugin v4
  3. warn'made by boss_kiddos and dont leek it'
  4. cors = {}
  5. mas = Instance.new("Model",game:GetService("Lighting"))
  6. LocalScript0 = Instance.new("LocalScript")
  7. Animation1 = Instance.new("Animation")
  8. Sound2 = Instance.new("Sound")
  9. LocalScript3 = Instance.new("LocalScript")
  10. LocalScript0.Parent = mas
  11. table.insert(cors,sandbox(LocalScript0,function()
  12. local anim - script.Animation
  13. local enabled - true
  14.  
  15. game.Players.PlayerAdded:connect(function(player)
  16. player.chatted:connect(function(message)
  17. if message -- "aaa" then
  18. if enabled then
  19. enabled - false
  20. local animationPlaying - player.Character.Humanoid:LoadAnimation(anim)
  21. animationPlaying:Play()
  22.  
  23. wait(0.2)
  24. enabled - true
  25. end
  26. end
  27. end)
  28. end)
  29.  
  30. end))
  31. Animation1.Parent = LocalScript0
  32. Animation1.AnimationId = "rbxassetid://1525189054"
  33. Sound2.Parent = Animation1
  34. Sound2.SoundId = "rbxassetid://271550300"
  35. Sound2.Volume = 9
  36. LocalScript3.Parent = Sound2
  37. table.insert(cors,sandbox(LocalScript3,function()
  38. game.Workspace.Sound:Play()
  39.  
  40. end))
  41. for i,v in pairs(mas:GetChildren()) do
  42. v.Parent = game:GetService("Players").LocalPlayer.Character
  43. pcall(function() v:MakeJoints() end)
  44. end
  45. mas:Destroy()
  46. for i,v in pairs(cors) do
  47. spawn(function()
  48. pcall(v)
  49. end)
  50. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement