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

How to make a script, wich gives player a tool and counting as Equipped?

Asked by
Bertox 159
9 years ago

When i change the parent of the tool, it dosn't count as Equipped Example:

1tool.Parent = player.Character

tool script:

1tool.Equipped:connect(function() --This dosn't fire on changing parent.
2    print("Equipped")
3end)

i tried this too (foung on wiki) but it's not working

1character.Humanoid:EquipTool(tool)
0
I can't tell with only this... I don't know what do you mean about the print(Equipped) Tell me so I can answer. krisxxxz 45 — 9y
0
sry, forgot "" Bertox 159 — 9y

Answer this question