Advertisement
MarcAndrew

Untitled

Apr 2nd, 2018
313
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=145405176"
  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=145405176"
  17. end
  18. end)
  19.  
  20. m.KeyDown:connect(function(k)
  21. if k == "e" then
  22. char.Head.face.Texture = "http://www.roblox.com/asset/?id=42266676"
  23. end
  24. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement