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

How Can I Fix This?

Asked by
ImfaoXD 158
8 years ago

Guys I Need Your Help. I'm Trying To Make An Eyes Blink Script That Works ONLY When A Player Pick A Morph.

Can You Guys Help Me Add The Function?

while wait() do local script = Parent local eye1 = parent.eye1 local eye2 = parent.eye2 eye1.Transparency = 0 eye2.Transparency = 0 wait(10) eye1.Transparency = 1 eye2.Transparency = 1 wait(1.6) end

0
code block please docrobloxman52 407 — 8y
0
Your grammar makes me want to kill myself x2 NotSoNorm 777 — 8y

Answer this question