Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
1

How Would I Make A Script That Inserts Gear By Catalog ID?

Asked by 8 years ago

I need It For A Game Since The Chrome Plugin Doesn't work No More :(

1 answer

Log in to vote
0
Answered by 8 years ago

Try

-- Example
local id = 130167063
local gear = game:GetService("InsertService"):LoadAsset(id)
gear.Parent = workspace.Player1 -- Change it with a variable or something
0
So InsertService is what can be used to put models/decals/audio etc from the catalog/library? fahmisack123 385 — 8y
Ad

Answer this question