Spawning Decals with Blueprints

When you use Get Actor Location, it gives the location of the players origin, which is most likely the center of the collison mesh for the player, and that is probably 91 units above the ground. You could try splitting the location into X Y Z coordinates, and then subtracting 91 from the Z value. That should place the decal at the players feet.