Drop Item how to drop from hand

It’s working because you’re clamping it to the ground (Clamp Ground is true). Meaning it will spawn on the ground.

But you don’t want it to spawn on the ground. Meaning you have to set clamp ground to false, and when you do that, the function with just return {0,0,0}. You have to return LSpawnLocation when it’s false.