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

Tool.Equipped Function not working?

Asked by 5 years ago
Edited 5 years ago

I am trying to make an attack when you hold an item, here's the script I tried, but failed.

script.Parent.Equipped:Connect(function()
    print("Kaka")
end)

When I hold my item it doesn't print anything.

0
remove the wait User#5423 17 — 5y
0
Nope, still. mixgingengerina10 223 — 5y
3
I had this problem before. Does the tool have a handle part? If youre not trying to use a handle, go in the properties of the tool and deselect "RequiresHandle". ScrubSadmir 200 — 5y
1
Tools whose RequiresHandle property is true and does not have a handle, the Equipped, Activated, Unequipped, and Deactivated events won't fire. User#19524 175 — 5y
1
@ScrubSadmir, YOU'RE MY LORD AND SAVIOR. THANK YOU. mixgingengerina10 223 — 5y

Answer this question