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

This script worked before but just stopped working?

Asked by 9 years ago
while true do 
    script.Parent.Arrows.Arrow1.Decal.Transparency = 0
    wait(1)
    script.Parent.Arrows.Arrow1.Decal.Transparency = 1
    script.Parent.Arrows.Arrow2.Decal.Transparency = 0
    wait(1)
    script.Parent.Arrows.Arrow2.Decal.Transparency = 1
    script.Parent.Arrows.Arrow3.Decal.Transparency = 0
    wait(1)
    script.Parent.Arrows.Arrow3.Decal.Transparency = 1
end

1
Did you change something in the hierarchy? damagex443 325 — 9y
0
Hiearchy is the explorer, right? My_Comment 95 — 9y

1 answer

Log in to vote
0
Answered by 9 years ago

What are you trying to do here? It looks like you're looping an arrow animation, am I right?

0
Yes. My_Comment 95 — 9y
Ad

Answer this question