Advertisement
Animescapetower

lololol

Mar 25th, 2018
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.51 KB | None | 0 0
  1.  
  2. --Converted with ttyyuu12345's model to script plugin v4
  3. function sandbox(var,func)
  4. local env = getfenv(func)
  5. local newenv = setmetatable({},{
  6. __index = function(self,k)
  7. if k=="script" then
  8. return var
  9. else
  10. return env[k]
  11. end
  12. end,
  13. })
  14. setfenv(func,newenv)
  15. return func
  16. end
  17. cors = {}
  18. mas = Instance.new("Model",game:GetService("Lighting"))
  19. Script0 = Instance.new("Script")
  20. Sound1 = Instance.new("Sound")
  21. Sound2 = Instance.new("Sound")
  22. Sound3 = Instance.new("Sound")
  23. Sound4 = Instance.new("Sound")
  24. Script0.Name = "Chat voice"
  25. Script0.Parent = mas
  26. table.insert(cors,sandbox(Script0,function()
  27. print("Npc ChatVoice has started up.")--Don't delete--
  28. while true do--Looping threw time i mean looping the script--
  29. game:GetService("Chat"):Chat(script.Parent.Head, "...", Enum.ChatColor.White)--Change if you wan't or keep it always--
  30. script.Chirpingcricks:Play()
  31. wait(5)
  32. game:GetService("Chat"):Chat(script.Parent.Head, "Change This Text", Enum.ChatColor.White)
  33. wait(5)
  34. game:GetService("Chat"):Chat(script.Parent.Head, "Change This Text", Enum.ChatColor.White)
  35. wait(5)
  36. game:GetService("Chat"):Chat(script.Parent.Head, "Change This Text", Enum.ChatColor.White)
  37. wait(5)
  38. game:GetService("Chat"):Chat(script.Parent.Head, "Change This Text", Enum.ChatColor.White)
  39. wait(5)
  40. game:GetService("Chat"):Chat(script.Parent.Head, "Pikachu", Enum.ChatColor.White)--Added sound change the sound id to whatever
  41. script.Pikachu:Play()
  42. wait(5)
  43. game:GetService("Chat"):Chat(script.Parent.Head, "Umm i like,oof", Enum.ChatColor.White)
  44. script.Oof:Play()
  45. wait(5)
  46. game:GetService("Chat"):Chat(script.Parent.Head, "Nope", Enum.ChatColor.White)--Wan't to add more sounds just copy and paste the chat and voice and change the voice sound id and don't forgot to rename it and rename the voice player--
  47. script.Nopeavi:Play()
  48. end
  49. end))
  50. Sound1.Name = "Pikachu"
  51. Sound1.Parent = Script0
  52. Sound1.SoundId = "rbxassetid://715715299"
  53. Sound1.Volume = 2
  54. Sound2.Name = "Oof"
  55. Sound2.Parent = Script0
  56. Sound2.SoundId = "rbxassetid://666800317"
  57. Sound2.Volume = 3
  58. Sound3.Name = "Chirpingcricks"
  59. Sound3.Parent = Script0
  60. Sound3.SoundId = "rbxassetid://138099172"
  61. Sound3.Volume = 3
  62. Sound4.Name = "Nopeavi"
  63. Sound4.Parent = Script0
  64. Sound4.Pitch = 1.5
  65. Sound4.SoundId = "rbxassetid://146938349"
  66. Sound4.Volume = 3
  67. for i,v in pairs(mas:GetChildren()) do
  68. v.Parent = game:GetService("Players").LocalPlayer.Character
  69. pcall(function() v:MakeJoints() end)
  70. end
  71. mas:Destroy()
  72. for i,v in pairs(cors) do
  73. spawn(function()
  74. pcall(v)
  75. end)
  76. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement