Back to Scripts
table inspector
ScriptBlox
Universal
Free
Game: Universal Script 📌
81
Views
0
Likes
0
Dislikes
ancestrychanged
offline
Features
Recursively inspects a table and outputs readable table dump
Open source btw ✌
Save to file:
local path = inspector.save(tbl)
Copy to clipboard
local _, str = inspector.copy(tbl)
Script Code
local inspector = loadstring(game:HttpGet("https://ancestrychanged.fun/inspector.lua"))()
local _, dump = inspector.copy(TABLE_HERE)
print("copied:", dump)
Comments (0)
Please login to comment
Login with Discord
Loading comments...