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

Can I LoadAsset() Catalog items?

Asked by 7 years ago

Hello, I'm trying to add items from the catalog into my game without having to put as many as i can into storage, is there any way to do this?

I've tried InsertService -> LoadAsset but in-game that returns an error. I read that it can only be used on items the player has.

Is there any way around this?

0
InsertService only works from serverScripts, with items either You or the ROBLOX account owns. RubenKan 3615 — 7y

1 answer

Log in to vote
0
Answered by 7 years ago

Just to let you know, LoadAsset can only be used with the player owner's models and ROBLOX's models.

What do you mean in "put as many as i can into storage, is there any way to do this?" Don't understand what you're trying to say.

0
I already have this part of the script, what I meant was I wanted to get Roblox's gear straight from the Catalog instead of putting a lot of gear into ServerStorage and getting it from there. My problem right now is that I'm trying to get this into a tool, which isn't working since it can only be in a server script. SpazzMan502 133 — 7y
Ad

Answer this question