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

View all scripts and guis in coregui?

Asked by 6 years ago

Hi, im working on an anti-exploit. Im trying to figure out how I can read all the coregui scripts.

    local list = w:children()
    for i,v in pairs(list) do
        table.insert(scanned, v.Name)
    end

I have that code, however it always tells me I need a Identity level of 1 and I have 2. I just want to list the scripts in it. Please help me!

0
bump logandadlogan 0 — 6y
1
You cannot access the service "CoreGui" with any in-game script. turtleman4real 1 — 6y

Answer this question