RbxStamper (Library)

From Legacy Roblox Wiki
Jump to navigationJump to search

RbxStamper is a RbxLibrary that provides functions for use by ROBLOX's building tools. Even though it was designed for ROBLOX's building tools specifically, it could still be useful if you're making your own building tools.

The API

GetStampModel( number assetId, boolean useAssetVersionId )
Returns Model or string
Description: assetId is the asset to load in, define useAssetVersionId as true if assetId is a version id instead of a relative assetId. Returns the asset contained in a Model, or a string with error message if something fails.


See Also