InsertService¶
Inherits Instance
Insert is a class used for inserting user-generated models into your game via scripts.
Static Class
This object is a static class. It can be accessed like this: Insert.
Additionally, it cannot be created in the creator menu or with Instance.New().
Not newable
This object cannot be created by scripts using Instance.New().
Methods¶
DefaultNPC → NPC¶
Parameters: ``
Inserts a Default NPC
InitializeDefaultNPC → nil¶
Parameters: npc [ NPC ]
Initialize default NPC with the DefaultCharacter and sounds
DefaultCharacter → KryndoranModel¶
Parameters: ``
Inserts a Default KryndoranModel
ModelAsync → Instance¶
Parameters: id [ number ]
Inserts a model with the specified ID.
AccessoryAsync → Accessory¶
Parameters: id [ number ]
Inserts an accessory with the specified ID.
ToolAsync → Tool¶
Parameters: id [ number ]
Inserts a new tool with the specified ID