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

How do I add ROBLOX gear to my starter gear?

Asked by 8 years ago

I have watched many videos and read the ROBLOX wiki over and over, but I can't seem to find any way to add gear from the ROBLOX catalog to my starter gear in ROBLOX Studio. I am not to great at scripting and am slowly learning, so if it involves scripting, please let me know. Thanks :D

0
Do you mean from the toolbox? If so it will spawn in the workspace sometimes and you have to drag the tool into starter gear. User#11440 120 — 8y

1 answer

Log in to vote
1
Answered by
BlackJPI 2658 Snack Break Moderation Voter Community Moderator
8 years ago

You can use this command in the Roblox Studio Command Bar to load any asset from the roblox catalogue, and place it in the workspace:

game:GetService("InsertService"):LoadAsset(ASSET_ID_HERE).Parent = game.Workspace

Note:

Some assets are locked (such as models that are not for sale) and will cause this command to error. That being said, it'll work perfect for your purpose.

0
Thanks soooo much :D That helped a lot BlackJPI. You just saved my life(game) xD se22an21 15 — 8y
Ad

Answer this question