Advertisement
Gametoy

faze

Feb 12th, 2018
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 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=1001854996"
  9. end
  10.  
  11. Aesthetics()
  12.  
  13.  
  14. m.KeyDown:connect(function(k)
  15. if k == "e" then
  16. char.Head.face.Texture = "http://www.roblox.com/asset/?id=1001854996"
  17. end
  18. end)
  19.  
  20. m.KeyDown:connect(function(k)
  21. if k == "r" then
  22. char.Head.face.Texture = "http://www.roblox.com/asset/?id=1001858046"
  23. end
  24. end)
  25.  
  26. m.KeyDown:connect(function(k)
  27. if k == "t" then
  28. char.Head.face.Texture = "http://www.roblox.com/asset/?id=1001872318"
  29. end
  30. end)
  31.  
  32. m.KeyDown:connect(function(k)
  33. if k == "y" then
  34. char.Head.face.Texture = "http://www.roblox.com/asset/?id=1001857035"
  35. end
  36. end)
  37.  
  38. m.KeyDown:connect(function(k)
  39. if k == "q" 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 == "u" then
  46. char.Head.face.Texture = "http://www.roblox.com/asset/?id=1063138212"
  47. end
  48. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement