Making Tools Help!

Hello Developers!

I hired someone to make me food models for my game, They turned out amazing and I am trying to make a button that clones it and it works but it doesn’t put it in the player’s hand it just makes it visible in-game! Please help! Thanks.

Could you provide more info about it? such as code, picture or video?

I am going to sleep right now I can get it when I wake up but basically it’s says it is a tool
In there inventory then when they equip the tool it appears on game and not on there hand.

Does the tool have a part named Handle?

Is the Tool Anchored?
Did you put it in the StarterPack so it will be given to everyone?

Adding onto the above replies, make sure of the following:

  • Is the tool anchored?
  • Does the tool have a part named Handle?
  • Is it welded together? If not, use a Weld script. Any sufficient one from the models tab should do.

Your food appears in the physical game world when you equip it but not in your hand because it’s not welded (glued) together, and or most likely doesn’t have a handle – therefor it doesn’t go in your hand. ROBLOX doesn’t automatically solve this for you, you have to weld the food together yourself.

1 Like

Yes, I think I need a weld script. Thanks for everyone who helped.