Advertisement
Catsss

Blink Script

May 7th, 2018
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1.  
  2. local head = game.Players.LocalPlayer.Character:WaitForChild("Head")
  3. local decal = Instance.new("Decal",head)
  4. decal.Name = "Mouth"
  5. decal.Texture = "rbxassetid://176217905"
  6. while true do
  7. wait(0.5)
  8. head.face.Texture = "rbxassetid://176206791"
  9. wait(2)
  10. head.face.Texture = "rbxassetid://176208715"
  11. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement