Hello, so I have been working on my FPS Game called BattleGun and for some reason when I want to use the assets from the ROBLOX account. I cannot do that because my FPS Game needs guns to be able to work. I need to have like a minimum of 7 working guns and then im happy with it. Otherwise, I might delay the release a little longer.
What are you attempting to achieve? (Keep it simple and clear)
I am trying to use the Assets made by ROBLOX
What is the issue? (Keep it simple and clear - Include screenshots/videos/GIFs if possible)
In this screenshot is a gun asset that I want to use in my game and only this one from ROBLOX:
What solutions have you tried so far? (Have you searched for solutions through the Roblox Wiki yet?)
So far, I have tried to use the search function in Studio using the User filter and having the name “ROBLOX” as the main filter for items such as this:
You may then include any further details.
If the ability to use the assets from the ROBLOX account has been removed through Roblox Studio then I might have to use user-submitted assets but those are broken and do not work properly as I want them to work.
First of all - Roblox catalog items WILL NEVER appear in the Toolbox unless someone uploads it.
Second of all - you can’t have a free model that works fine now that many are outdated due to the fact that filtering enabled is well… globally enabled. You need to script it yourself.
Lastly - it’s best if you didn’t use free models in the first place. They may have hidden scripts that could potentially ruin your game or open a back door.
If you don’t want to install a plugin and the command bar still isn’t working, you can still put the code @ExistingDragon posted into a normal script, run the game, and copy and paste the model from there.