So for example, say your instance is “Baseplate”, it’s a part, so it has all the functions and events of a BasePart and a generic instance.
How do you see like a table of all these stuff?
Like for example, if Baseplate were to be a table and its only two values was the method “FindFirstChild()” and the property “BrickColor”, it would look like this
local Baseplate = {
"BrickColor" = BrickColor.new("Dark stone grey")
"FindFirstChild" = function(self,...)
(Code Here)
end
}
And you’d be able to see the names of each property or function and see their values