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

CanBeDropped does absolutely nothing to stop dropping of Tools, how to fix?

Asked by 7 years ago

This is really making me mad. I want to make it so players can't drop their tools. When CanBeDropped is true, players can drop tools and they'll drop onto the workspace, and Unequipped is triggered. When it's off, the same thing happens except weapons this time DON'T drop onto the workspace.

How do I just cut the rubbish and make it so you CANNOT drop tools at all?

I've given Tools this:

script.Parent.Unequipped:connect(function()
    wait()

    if script.Parent.Parent.Parent.Parent:FindFirstChild("Humanoid") then
        script.Parent.Parent.Parent.Parent.Humanoid:EquipTool(script.Parent)
    end
end)

And it works, but it sometimes breaks and after a while, tools become invisible.

0
Disabling CanBeDropped stops you from being able to drop a tool into workspace. That is what it does. 1waffle1 2908 — 7y

1 answer

Log in to vote
0
Answered by
Ae_ka 0
7 years ago

http://prntscr.com/clnvin

Just un-tick the box and it should work.

0
I said it doesn't work. Did you not read my post? Kampfkarren 215 — 7y
Ad

Answer this question