This site is inactive!

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.

Members

This class has no members.

Detailed Description

<<<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