How to make player hold a item without using tool
Welding it to their arm. That’s about the only way to go about it.
1 Like
How should I add the thing inside the player hand use ?
Tool = script tool:Clone()
and how to weld it
I haven’t tried this so take it with a grain of salt.
Put a weld constraint inside the part you want to put in the player’s hand, set Part0 to the part, and create a script.
local Part = "Put where you are keeping the part here"
Part.Weld.Part1 = "Wherever you want the part to go"
Might not work but that’s what I can think off of the top of my head
Hope this helped