Joogmi909
(k1nda)
January 24, 2022, 4:42pm
#1
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
dejectedDx
(apocalypse)
January 24, 2022, 5:19pm
#2
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
Joogmi909
(k1nda)
January 25, 2022, 10:25am
#4
CanBeDropped is enabled but I still can’t drop it.
Joogmi909
(k1nda)
January 25, 2022, 10:26am
#5
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?
Joogmi909
(k1nda)
January 25, 2022, 10:32am
#7
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
Joogmi909
(k1nda)
January 26, 2022, 1:25pm
#9
Well, there’s no touchintrest in my gun.
Nakermo
(mine)
January 26, 2022, 2:02pm
#10
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
Nakermo
(mine)
January 26, 2022, 2:06pm
#12
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.
Joogmi909
(k1nda)
January 26, 2022, 2:07pm
#13
It happens when I drop the gun, no errors.
Nakermo
(mine)
January 26, 2022, 2:11pm
#14
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
Joogmi909
(k1nda)
January 26, 2022, 2:13pm
#15
But what words? Also there’s a lot of scripts inside the gun.
Joogmi909
(k1nda)
January 26, 2022, 2:14pm
#16
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
Joogmi909
(k1nda)
January 26, 2022, 2:18pm
#18
But I don’t need it. I only need guns can be droppable.
Joogmi909
(k1nda)
January 26, 2022, 2:20pm
#20
Well, Its already toggled to true.