I was trying to put my sword model into a tool, but I don't know how to do it. Can someone help me?
I am new to scripting, but I know you would have to include the id of the sword, i'm not sure. Try that, maybe?
Clone the model into the Tool object, right click the model, and press "ungroup model."
Tell me how it went.
If you mean adding the sword for everyone to use, then you place the sword into the StarterPack, but if you mean the InsertService, then you do something like this;
Below requires a LocalScript, place in StaterPack or StarterGui for script to work
--Sorry if I typed the script incorrectly insertID=000000 --Replace the zeros with the ID insert=game:service("InsertService"):LoadAsset(insertID) for _,v in pairs (insert:children()) do if v:IsA("Tool")then v.Parent=game:service("Players").LocalPlayer.Backpack end end
If this helped you, please contact me.
For this, you can search the "Linked Sword" ID to put on the script above. It may work if the script is working for causing it to work. Even DC ( Double check ) your work before you publish it on ROBLOX.
If this helped a lot, thanks to me!