This site is no longer kept up to date. It has been superseded by the Roblox API Reference. Please update your bookmarks.
<<<ROOT>>> was an abstract class that all classes, including Instance, inherited from.
This class has no members.
<<<ROOT>>> was removed the API dump, so classes no longer
appear to inherit from it. However, it can still be exposed through the
Instance.IsA function. That is, passing the name of
this class as an argument to IsA will return true
.
print(object:IsA('<<<ROOT>>>')) --> true