Stuff Finder thing (idk ;-;)

Run Settings
LanguageLua
Language Version
Run Command
local rs = game:GetService("ReplicatedStorage") local lg = game:GetService("Lighting") local rf = game:GetService("ReplicatedFirst") local ws = game:GetService("Workspace") local sg = game:GetService("StarterGui") local name = "sit" local function Find(child, isa) for _, v in pairs(child:GetDescendants()) do if v.Name == isa then setclipboard(isa.." has been found in: ".. v:GetFullName()) -- Exit the loop once we find the object end end end local all = {rs, lg, rf, ws, sg} for _, v in pairs(all) do Find(v, name) end
Editor Settings
Theme
Key bindings
Full width
Lines