If its possible, How do i import a mesh from creator marketplace/servers?

  1. What do you want to achieve? Keep it simple and clear!

I want to import a mesh from the creator marketplace into a game using scripts, and stuff

  1. What is the issue? Include screenshots / videos if possible!

I dont know how, not too familiar with the marketplace api (if thats even what youre supposed to call it)

  1. What solutions have you tried so far? Did you look for solutions on the Developer Hub?

insertservice:LoadAsset(id)

http 403 forbidden,

I may be stupid, I have tried looking up things like “how to import mesh using script” but i cant seem to find anything so far, please link a post covering this if there is one i somehow i havent found yet

I apologize for wasting your time, feel free to ask any questions if necessary.
thx

1 Like

You have to have the mesh in your inventory to use InsertService:LoadAsset().

1 Like

is there a way to get meshes into the workspace without :LoadAsset() then?

1 Like

You can insert them via the Toolbox.

i meant using scripts and stuff

What are you trying to achieve?

get meshes from the creator marketplace and insert it into the roblox workspace

What is the motive for this end goal?

avatar creator thingy with mesh support (real original i know,)

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.