Roblox Weapons Kit - Droppable guns

Hello all Scripters! I’m having problems with the Weapons Kit

I need to be droppable, but when I try drop gun it instantly goes back to my inventory even if droppable function turned on. Here’s the footage:

Tried to fix it by myself and search how to fix it on youtube and forum but nothing worked.
So hope for your help guys!

1 Like

check in the game explorer if the tool has the boolean CanBeDropped enabled, thats probably why you cant drop it.

thats because its too close to you, you will have to make an custom one for more distence

CanBeDropped is enabled but I still can’t drop it.

No, I made it so that weapon could not be taken, but it didn’t work

How did you exactly disable the ability to pick up a tool?

I disabled it in gun properties, boolean.

no? you have to delete the touchintrest that is what make the gun able to be picked up

Well, there’s no touchintrest in my gun.

Inside the tool, there will surely be a Part named Handle in it. Go the the Handle’s properties and make sure the CanTouch property is set to false. I’m most likely sure this will stop making it create a new instance on TouchInterest.

1 Like

Okay, it works… but…

Give more information on when this is happening. Also maybe in the script if you could find the line of code and any other errors.

It happens when I drop the gun, no errors.

Can you find the line of code? If you can’t find it try to match the words by pressing Ctrl + F inside the script

But what words? Also there’s a lot of scripts inside the gun.

I think for now its just needs a script for fixing this problem…

Try finding the code similar to this thread, since people have different kind of script, copy each line and search it.
How can I force shift lock? - #12 by OPPEYRADY

But I don’t need it. I only need guns can be droppable.

https://developer.roblox.com/en-us/api-reference/class/Tool

Select your tool, then Toggle CanBeDropped to true.

Well, Its already toggled to true.