Advertisement
Guest User

VJHVJVJV

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