How to insert dual dark hearts via command line

  1. What do you want to achieve?

I would like to insert the roblox dual dark heart swords into my game, using either the command line or a script. The item ID is: 8284065046

  1. What is the issue?

When attempting to do so with insert service I get a HTTP 403 error.

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

I looked for solutions on the developer forum and developer hub

1 Like

Are you sure that is the correct ID for the item? On the website, it is 108149175

game:GetService("InsertService"):LoadAsset(108149175).Parent = workspace

The above code inserts the gear into workspace when used in the command line

2 Likes