Advertisement
Guest User

Untitled

a guest
Jun 20th, 2018
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  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=1676553715"
  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=1620929287"
  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=750093717"
  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=752001941"
  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=1422436073"
  47. end
  48. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement