Error The current identity 2 cannot Class security check lacking permission 6, How to fix the error?
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:
1 | 17 : 11 : 15.290 - The current identity ( 2 ) cannot Class security check (lacking permission 6 ) |
2 | 17 : 11 : 15.291 - Stack Begin |
3 | 17 : 11 : 15.291 - Script 'Players.BrennoMaturino1.PlayerGui.Explorer Script.Explorer.Find [game] .Return Game Objects' , Line 21 |
4 | 17 : 11 : 15.292 - Stack End |
Return Game Objects:
02 | local tinDex = script.Parent.Parent.Tindex |
05 | script.Parent.MouseButton 1 Click:Connect( function () |
07 | script.Parent.Parent.Oindex.Value = _place |
08 | for i,v in pairs (script.Parent.Parent.Background:GetChildren()) do |
14 | for i = tinDex.Value, tinDex.Value + 15 do |
15 | local cBox = script.Parent.Parent.Background:FindFirstChild( "Box[" .. tostring (inDex) .. "]" ) |
16 | if _place:GetChildren() [ i ] ~ = nil then |
17 | local o = Instance.new( "ObjectValue" ) |
18 | o.Value = _place:GetChildren() [ i ] |
21 | cBox.Text = _place:GetChildren() [ i ] .Name |