[Help Needed] How do I 'flick' an object

I’ve looked all over the forums and found nothing with a clear answer/working script… What I want to do is flick an object and have it thrown, if anyone could help me with this in any way it would be much appreciated :slight_smile:

You could add a force to your object based on it’s start position and end position, or your cursor/ finger, before releasing it. You could have a collider hit your object from your cursor/ finger position.

1 Like

I’ll try using that idea to get this to work :slight_smile: Thanks!