Documentation Index
Fetch the complete documentation index at: https://mintlify.com/nnaridz/RbxGenie/llms.txt
Use this file to discover all available pages before exploring further.
Get Instance Information
Query information about instances in your place using various tools.Get Instance Properties
Retrieve all properties of a specific instance:Search for Objects
Find instances by name or class:Get File Tree
Explore the hierarchy of your place:Set Properties
Modify instance properties with type-safe serialization.Set a Single Property
Set Relative Property
Modify a property relative to its current value:set_relative_property supports numeric, Vector2, Vector3, UDim2, and CFrame types. For CFrame, the delta is multiplied (not added).Create Objects
Instantiate new instances in your place.Create Simple Object
Create Object with Properties
Create an instance and set its properties in one operation:Create with Attributes
You can also set attributes when creating objects:Working with Attributes
Manage custom attributes on instances.Get All Attributes
Set Individual Attribute
Working with Tags
Use CollectionService tags to organize instances.Add Tag
Get All Tagged Instances
Next Steps
Script Editing
Learn how to read and modify script source code
Bulk Operations
Efficiently modify multiple instances at once