TryHarderNoob

Eyes

Dec 29th, 2016
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. Player = game.Players.LocalPlayer
  2. Char = Player.Character
  3. Head = Char.Head
  4. local Eye = "http://www.roblox.com/asset/?id=161269943"
  5. local CE = "http://www.roblox.com/asset/?id=161270002"
  6.  
  7. function Eyes()
  8. repeat
  9. Head.face.Texture = Eye
  10. wait(3)
  11. Head.face.Texture = CE
  12. wait(.2)
  13. until false
  14. end
  15.  
  16. Eyes()
Add Comment
Please, Sign In to add comment