I am making a custom hotbar system. I have a script that when you click a button, you equip a tool. It works however, the tool is not attached the the players hand and just drops.
I would try unanchoring the Tool and making it so the part inside the tool is named ‘Handle’. As well as this, if you are using a local script for the button, only the client will be able to see the tool. So try using a RemoteEvent.
I’m not sure if this is what you wanted, but I made it so it clones into your inventory. The only problem with this is it is not equipped straight away. The player will have to equip it themselves.
I tried equipping it straight to the character, then it makes you equip it straight away, but the tool does not appear. I think the problem is you are running the script in a local script when it needs to be run in a script.
Thank you so much guys. I have figured out how to fix my issue. I used a remote event and just cloned the tool into the character and it works. Both of you helped me so much thanks!