typeof :string
Returns the type of the given object
. Behaves the same as the built-in Roblox typeof()
function, but with additional support for class
es and object
s.
Default syntax
Parameters
object: object
The
object
.
Returns