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

So It Wont Stop When The Object Have A BoolValue?

Asked by 3 years ago

Please provide more explanation in your question. If you explain exactly what you are trying to accomplish, it will be much easier to answer your question correctly.
while wait(0.1) do
    local Frame = script.Parent.Frame:GetChildren()
    local num = 0
    local Table = {}
    for i,v in pairs(Frame) do
        if not v:FindFirstChild("DontCount") then -- it just wont stop
            num = i
            Table[i] = v
        end
    end
    if num >= 10 then
        Table[#Table].Parent = script.Parent.Folder
    end
end

1 answer

Log in to vote
0
Answered by 3 years ago

SOLVEDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA

Ad

Answer this question