I’m currently working on a game and one of the maps is based around finding a box to escape the prison. One of the things you have to do is to drop the box at a specific spot to escape, but the drop distance of a tool is too far and if dropped next to the wall, it will appear at the top, making the map incompletable. I want to shorten the distance of dropping the box so it won’t end up on the celling, but I couldn’t find any setting to adjust it. Perhaps there’s a specific function in the scripts that can change it? if so, let me know, it would help me out a lot.
3 Likes
Can you show us the script that is used to drop the box?
it’s a built-in feature in roblox, not an actual script, since in games you can press backspace and it will drop the tool (if it isn’t set to not be droppable)
If so then sorry I don’t know how. I thought you were using a script.
It doesn’t look like you can change how far it goes but you can instead make your own keybind without using the CanBeDropped
property of Tools.
3 Likes
Alright, thanks for telling me
1 Like