How to make dropped coins move? Like in sonic

You can attach the “Projectile Component” to your Coin BP and enable “CanBounce” and even specify the number of bounces. Add Force should work if you are simulating physics…have you tried adding a large number?

Hope this helps!
[/QUOTE]

I added the “Add Force” node to my current BP and set the force up to like 5000 and the engine freezes. Changed the add force to like 100 and it still just freezes the engine.