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

Can someone help me with my tool?

Asked by
red106 0
10 years ago

I was trying to put my sword model into a tool, but I don't know how to do it. Can someone help me?

4 answers

Log in to vote
0
Answered by 10 years ago

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?

0
Where would I put the Id of the sword? red106 0 — 10y
0
Not sure. I'm new to scripting, sometimes I cant even find where I make a new script at.. don't take it seriously from me. :P Alyssall 0 — 10y
Ad
Log in to vote
0
Answered by
Bebee2 195
10 years ago

Clone the model into the Tool object, right click the model, and press "ungroup model."

Tell me how it went.

Log in to vote
0
Answered by 10 years ago

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.

0
What ID do I put in? red106 0 — 10y
0
Well, with the ID of a Roblox Weapon, or Roblox tool. TheeDeathCaster 2368 — 10y
Log in to vote
0
Answered by 10 years ago

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!

  • Valkyrie

Answer this question