Usage

To initalize the script and use it, you must have the code below:

local EnchancedTableChecking = loadstring(game:HttpGet(('https://raw.githubusercontent.com/marik611377/scripts/dev/enchancedtablechecking.lua')))()

To check a table, use the following function and provide the table in the function arguments.

EnchancedTableChecking:CheckTable(--[[your table]])

Last updated