I'm making a character system where when players spawn they are given certain accessories when they join/respawn. I don't want to use insert service as I want them to almost instantly have the accessories when they respawn with no wait, so I want to insert the actual accessory into studio so I can store it somewhere and quickly clone and parent it into a character of a player. But I'd prefer not to use the toolbox as most of the accessories are by other players and have a risk of containing laggy parts or inaccuracy, just not as official as ROBLOX.
you can use InsertService
local assetId = 106690045 -- this ID is a sword pack local service = game:GetService("InsertService") local thing = service:LoadAsset(assetId) thing.Parent = workspace
Just use this plugin: https://www.roblox.com/library/866972013/Load-Catalog-Items