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.
Description
Sets a property value on a single Roblox instance identified by its path. The value is automatically converted from JSON format to the appropriate Roblox data type.HTTP Endpoint
Parameters
The path to the instance (e.g., “game.Workspace.Part”)
The name of the property to set (e.g., “Name”, “Position”, “Transparency”)
The value to set. Will be automatically converted from JSON to the appropriate Roblox type.
Response
Returns
true if the property was successfully setError message if the operation failed (path not found, property doesn’t exist, invalid value, etc.)