Make jumps look realistic Help Needed

Quick question. I have an object that jumps by subtracting the y value from it but when the object jumps it looks to quick and fake. How can I make it so the object is actually seen in motion jumping.

The object looks almost as if it were teleporting, which I don’t want.

Thanks. [import]uid: 54001 topic_id: 10441 reply_id: 310441[/import]

Apply linear force to the object in upward direction instead of moving it… that should do the trick. [import]uid: 48521 topic_id: 10441 reply_id: 38014[/import]

FYI, there’s also applyLinearImpulse, which I’ve found good for jumping [import]uid: 8271 topic_id: 10441 reply_id: 38016[/import]