Why is this happening?

You can write your topic however you want, but you need to answer these questions:

I am using Proximityprompt

  1. ** What do you want to achieve? ** that the object is given to the player and does not stay on the floor

  2. ** What is the problem? ** the object when I pick it up won’t let me get it off the ground

robloxapp-20201214-1848104.wmv (935.3 KB)

  1. ** What solutions have you tried so far? ** I’ve already tried everything I can think of

Looking for solutions on the Developer Hub? yes

After that, you should include more details if you have any. Try to make your topic as descriptive as possible, to make it easier for people to help you!

`` lua

1 Like

I don’t understand the entire thing. Here are a few things: Clone the Tool, Make sure the Tool isn’t Welded (Fix this by putting it high in the sky), and make sure it is an actual tool

1 Like

The tool requires a part named “Handle” which should be welded to all the other parts. Since the tool will be in workspace I suggest you anchor it and use a server side script to weld all the parts to the handle and then unanchor all of the parts.

You can look in free models for a weld script :slight_smile:

2 Likes

Make sure your objects aren’t anchored and floating in the air.

螢幕擷取畫面 2020-12-15 090745

1 Like

Your tool might be welded to something or anchored. Be sure to check if any of the parts are welded or anchored.

1 Like

Thank you all and I managed to solve the problem