Object Hierarchy

From Legacy Roblox Wiki
Jump to navigationJump to search

This page contains a list showing the inheritance of Objects. In this list, a child object inherits all members of its parent. For example, most objects inherit from the Instance object, as shown below. Therefore, they gain all the methods, properties, and events that Instance has.

The IsA method can be used to determine the inheritance of one object to another. In cases where the object cannot be instantiated, the Object Browser can be used.

The Hierarchy