How to insert any Roblox gear into your Roblox game

Someone please explain why this doesn’t work. This is in a script in ServerScriptService

game:GetService('InsertService'):LoadAsset(31314966).Parent = game.ServerStorage
1 Like

Parent it to workspace, not ServerStorage

ServerStorage assets do exist, you just can’t see them but you can look under ServerStorage to get the assets to the workspacd

1 Like

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