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

Why doesn't this work when the value turns on the particle just stays disabled?!?!

Asked by 4 years ago
while true do
    if script.Parent.Parent.Parent.Funnel.Value == true then
        script.Parent.Enabled = true
        wait()
    end
end
0
Somebody help please! Chasers0919 -1 — 4y

Answer this question