Beginner Tutorial - How to load a Asset into your Workspace

Hello everybody, thanks for reading, before I continue, I just need to say that this is a Beginner Tutorial, and that this is for beginners, please do not judge me, I’m just teaching people how to do stuff like this.

Okay, first we gonna get our ID, you can get any ID from the Catalog, for me, I have gotten the Id of Golden Headphones. Next, we are going to go into studio and make sure this is enabled.

image

As soon as you have done the following, we are going to start trying a small code to load our Asset!
Let’s write our Code! First, we need to get the service “InsertService”, write this into the Command Bar.
game:GetService("InsertService")

As soon as you have wroten that, we are going to write the LoadAsset(). Make sure to insert your ID into the brackets.
game:GetService("InsertService"):LoadAsset(7212278970)

Last step, we need a place for Studio to insert our Asset in, we are doing Workspace today, but you can choose anywhere.
game:GetService("InsertService"):LoadAsset(7212278970).Parent = game.Workspace

Alright, as soon as you have done that, click enter, and it should load into your Workspace, titled ‘Model’.
If this didn’t work, please respond below. Thanks!

FAQ:

  1. I’m so confused! Where’s the Command Line?
    The Common Line should be located below the Studio, it looks like this.

  1. Wait, why didn’t my Asset load?
    It could be an Asset not made by Roblox, I’m sorry, the best option I can give you is to find somebody with the Asset on, load their Character using the LoadCharacter Plugin and finding it inside their Avatar.
10 Likes

PS: Shouldnt this be Command line, instead of Common line?