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
Returns metadata about the current Roblox place, including place ID, game ID, version, creator information, and place name.HTTP Endpoint
Request Parameters
No parameters required.Response Format
The unique place ID
The game (universe) ID this place belongs to
The name of the place
The current version number of the place
The user ID or group ID of the creator
Either “User” or “Group”
Example
Implementation Details
FromInstanceTools.lua:52-61:
- Reads properties directly from the
gameobject - Converts
CreatorTypeenum to string - Always succeeds (no error cases)