Advertisement
Guest User

v vddttfgvgfv

a guest
Jun 19th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. "http://www.roblox.com/asset/?id = 358280695"
  2.  
  3. asd2 = Instance.new("Sound",player.Character.Torso)
  4. asd2.SoundId = "http://www.roblox.com/asset/?id = 306370481"
  5. asd2.Looped = true
  6. asd3 = Instance.new("Sound",player.Character.Torso)
  7. asd3.SoundId = "http://www.roblox.com/asset/?id = 316014309"
  8. loop
  9.  
  10.  
  11. elseif k == "k" then
  12. speech()
  13. end
  14. end)
  15. m.KeyDown:connect(function(k)
  16. if k == "p" then
  17. eye.Transparency = 1
  18. asd3:Play()
  19. end
  20. end)
  21. m.KeyDown:connect(function(k)
  22. if k == "r" then
  23. eye.Transparency = 0
  24. asd4:Play()
  25. end
  26. end)
  27. m.KeyDown:connect(function(k)
  28. if k == "q" then
  29. eye.Transparency = 1
  30. asd5:Play()
  31. end
  32. end)
  33. m.KeyDown:connect(function(k)
  34. if k == "z" then
  35.  
  36. playSound=function(id,part,vol,pitch)
  37.  
  38.  
  39. ["Sound"] = "undertale/attack.wav",
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement