I am trying to get my player to throw an object (grenade or bomb)
I spawn the object and add physics force of 60 at 330 degrees which gives the perfect distance that I want the object to travel as shown here:
My problem is it doesn't travel fast enough. If I add more force it moves faster but travels further which is what I don't want.
How can I make it move faster without increasing the distance it travels?