Advertisement
FloweyTheFlower

Roblox Scripts #9 Face Change

Aug 25th, 2017
8,056
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 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=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)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement