Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How Do I Make An Eyes Blink When A Player Pick A Morph?

Asked by
ImfaoXD 158
8 years ago

Here Is The Script That I've Working On. It's My First Time Scripting. So Can You Guys Help Me Fix The Error?

local script parent.player eye1.Transparency = 0 eye2.Transparency = 0 wait(3) eye1.Transparency = 1 eye2.Transparency = 1 wait(5) end

Answer this question