Roblox Wiki
Advertisement
Roblox Wiki

The following is a list of all classes available in the Roblox API. There is also a list of classes by category.

Prior to version 647 (October 2024), all classes inherited, either directly or indirectly, from Instance. Version 647 changed the base class from Instance to Object to allow the existence of classes that cannot be instantiated or destroyed; API methods such as Instance:Clone and Instance:Destroy are part of the Instance class instead of the Object class.

Similar resources include the Roblox API Reference maintained by Anaminus and the Roblox Engine API Reference in the Roblox Creator Documentation.

Classes can also be browsed on the classes category page.

Advertisement