Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Player = game.Players.LocalPlayer
- Char = Player.Character
- Head = Char.Head
- local Eye = "http://www.roblox.com/asset/?id=161269943"
- local CE = "http://www.roblox.com/asset/?id=161270002"
- function Eyes()
- repeat
- Head.face.Texture = Eye
- wait(3)
- Head.face.Texture = CE
- wait(.2)
- until false
- end
- Eyes()
Add Comment
Please, Sign In to add comment