About: Pick Up Dropped Tools With Proximity Prompts
I took a small break from one of my projects to make a simple script for you guys. It basically causes all dropped tools to use proximity prompts for pick up instead of the normal Handle hitbox thing.
Showcase
Instructions
- Get the model here: Dropped Tool Proximity Prompt - Roblox
- Put the model inside ServerScriptService or Workspace (Game Explorer > Workspace) or (Game Explorer > ServerScriptService)
- That’s it! When you play your game, dropped tools should behave like the ones above.
Changing Settings
- Go into the script, you should see a few lines at the top:
-- SETTINGS --
SET_OBJECT_TEXT_TO_TOOL_NAME = true --Sets the object text of the prompt to the tool's name
SET_ACTION_TEXT_TO_TOOL_NAME = false --Sets the action text of the prompt to the tool's name
NO_TOUCH_PICK_UP = true --Makes it so touching the tool doesn't pick up the tool
All you need to do is change the value from “true” to “false” to change those settings.Changing The Prompts
- When insert the script, you will notice there is a prompt inside it. This is the template prompt, and changes made to it affect the pickups’ prompts.
Last Bit
Let me know if you have any feedback! I hope some of you find this useful!