Advertisement
thngf

Untitled

Oct 25th, 2016
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.16 KB | None | 0 0
  1. char = game:service'Players'.LocalPlayer.Character
  2. m = game:service'Players'.LocalPlayer:GetMouse()
  3.  
  4. -----------------------------
  5. function Aesthetics()
  6.  
  7.  
  8. char.Head.face.Texture = "http://www.roblox.com/asset/?id=404993746"
  9. end
  10.  
  11. Aesthetics()
  12.  
  13.  
  14. m.KeyDown:connect(function(k)
  15. if k == "z" then
  16. char.Head.face.Texture = "http://www.roblox.com/asset/?id=404993746"
  17. end
  18. end)
  19.  
  20. m.KeyDown:connect(function(k)
  21. if k == "c" then
  22. char.Head.face.Texture = "http://www.roblox.com/asset/?id=405630280"
  23. end
  24. end)
  25.  
  26. m.KeyDown:connect(function(k)
  27. if k == "v" then
  28. char.Head.face.Texture = "http://www.roblox.com/asset/?id=262361214"
  29. end
  30. end)
  31.  
  32. m.KeyDown:connect(function(k)
  33. if k == "h" then
  34. char.Head.face.Texture = "http://www.roblox.com/asset/?id=420819650"
  35. end
  36. end)
  37.  
  38. m.KeyDown:connect(function(k)
  39. if k == "n" then
  40. char.Head.face.Texture = "http://www.roblox.com/asset/?id=176699876"
  41. end
  42. end)
  43.  
  44. m.KeyDown:connect(function(k)
  45. if k == "b" then
  46. char.Head.face.Texture = "http://www.roblox.com/asset/?id=258268895"
  47. end
  48. end)
  49.  
  50. m.KeyDown:connect(function(k)
  51. if k == "m" then
  52. char.Head.face.Texture = "http://www.roblox.com/asset/?id=152629683"
  53. end
  54. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement