darklua 0.18.0

Transform Lua scripts
Documentation
local t

local check = t.intersection(t.instanceIsA("Instance"), t.children({
    a = t.intersection(t.instanceIsA("Instance"), t.children({
        a = t.instanceIsA("Instance"),
    })),
    b = t.intersection(t.instanceIsA("Instance"), t.children({
        a = t.instanceIsA("Instance"),
    })),
    c = t.instanceIsA("Instance"),
    d = t.instanceIsA("Instance"),
    e = t.intersection(t.instanceIsA("Instance"), t.children({
        a = t.intersection(t.instanceIsA("Instance"), t.children({
            a = t.instanceIsA("Instance"),
            b = t.instanceIsA("Instance"),
            c = t.instanceIsA("Instance"),
            d = t.instanceIsA("Instance"),
            e = t.intersection(t.instanceIsA("Instance"), t.children({
                a = t.intersection(t.instanceIsA("Instance"), t.children({
                    a = t.instanceIsA("Instance"),
                    b = t.instanceIsA("Instance"),
                    c = t.intersection(t.instanceIsA("Instance"), t.children({
                        a = t.intersection(t.instanceIsA("Instance"), t.children({
                            a = t.instanceIsA("Instance"),
                            b = t.intersection(t.instanceIsA("Instance"), t.children({
                                a = t.intersection(t.instanceIsA("Instance"), t.children({
                                    a = t.instanceIsA("Instance"),
                                })),
                                b = t.intersection(t.instanceIsA("Instance"), t.children({
                                    a = t.instanceIsA("Instance"),
                                })),
                                c = t.instanceIsA("Instance"),
                                d = t.instanceIsA("Instance"),
                                e = t.intersection(t.instanceIsA("Instance"), t.children({
                                    a = t.intersection(t.instanceIsA("Instance"), t.children({
                                        a = t.instanceIsA("Instance"),
                                        b = t.instanceIsA("Instance"),
                                        c = t.instanceIsA("Instance"),
                                        d = t.instanceIsA("Instance"),
                                        e = t.intersection(t.instanceIsA("Instance"), t.children({
                                            a = t.intersection(t.instanceIsA("Instance"), t.children({
                                                a = t.instanceIsA("Instance"),
                                                b = t.instanceIsA("Instance"),
                                                c = t.intersection(t.instanceIsA("Instance"), t.children({
                                                    a = t.intersection(t.instanceIsA("Instance"), t.children({
                                                        a = t.instanceIsA("Instance"),
                                                    })),
                                                    b = t.intersection(t.instanceIsA("Instance"), t.children({
                                                        a = t.instanceIsA("Instance"),
                                                    })),
                                                    c = t.instanceIsA("Instance"),
                                                    d = t.instanceIsA("Instance"),
                                                    e = t.intersection(t.instanceIsA("Instance"), t.children({
                                                        a = t.intersection(t.instanceIsA("Instance"), t.children({
                                                            a = t.instanceIsA("Instance"),
                                                            b = t.instanceIsA("Instance"),
                                                            c = t.instanceIsA("Instance"),
                                                            d = t.instanceIsA("Instance"),
                                                            e = t.intersection(t.instanceIsA("Instance"), t.children({
                                                                a = t.intersection(t.instanceIsA("Instance"), t.children({
                                                                    a = t.instanceIsA("Instance"),
                                                                    b = t.instanceIsA("Instance"),
                                                                })),
                                                            })),
                                                        })),
                                                    })),
                                                }))
                                            })),
                                        })),
                                    })),
                                })),
                            })),
                        })),
                        b = t.intersection(t.instanceIsA("Instance"), t.children({
                            a = t.instanceIsA("Instance"),
                        })),
                        c = t.instanceIsA("Instance"),
                        d = t.instanceIsA("Instance"),
                        e = t.intersection(t.instanceIsA("Instance"), t.children({
                            a = t.intersection(t.instanceIsA("Instance"), t.children({
                                a = t.instanceIsA("Instance"),
                                b = t.instanceIsA("Instance"),
                                c = t.instanceIsA("Instance"),
                                d = t.instanceIsA("Instance"),
                                e = t.intersection(t.instanceIsA("Instance"), t.children({
                                    a = t.intersection(t.instanceIsA("Instance"), t.children({
                                        a = t.instanceIsA("Instance"),
                                        b = t.instanceIsA("Instance"),
                                    })),
                                })),
                            })),
                        })),
                    })),
                })),
            })),
        })),
    })),
}))