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

Error The current identity 2 cannot Class security check lacking permission 6, How to fix the error?

Asked by 5 years ago

I downloaded a code from the internet (Link: https://www.roblox.com/library/35755937/Explorer-GUI)  and I had a problem: in the Return Game Objects script An error occurred:

117: 11: 15.290 - The current identity (2) cannot Class security check (lacking permission 6)
217: 11: 15.291 - Stack Begin
317: 11: 15.291 - Script 'Players.BrennoMaturino1.PlayerGui.Explorer Script.Explorer.Find [game] .Return Game Objects', Line 21
417: 11: 15.292 - Stack End

Return Game Objects:

01local inDex = 1
02local tinDex = script.Parent.Parent.Tindex
03local _place = game
04 
05script.Parent.MouseButton1Click:Connect(function()
06    tinDex.Value = 1
07    script.Parent.Parent.Oindex.Value = _place
08    for i,v in pairs(script.Parent.Parent.Background:GetChildren()) do
09        v.Text = ""
10        pcall(function()
11            v.Children:Remove()
12            end)
13    end
14    for i = tinDex.Value, tinDex.Value + 15 do
15        local cBox = script.Parent.Parent.Background:FindFirstChild("Box[" .. tostring(inDex) .. "]")
View all 26 lines...
0
Two things: Why are you using a ten year old gui and why are you asking for help with free models? User#30567 0 — 5y
0
17: 11: 15.290 - The current identity (2) cannot Class security check (lacking permission 6) is your error. Stack begin and end aren't errors. Also which line is it on User#30567 0 — 5y
0
@TTChaos what is the matter with you? This doesn't answer the question! mightydifferent 85 — 5y
0
Maybe try searching for another explorer? mightydifferent 85 — 5y

Answer this question