This has to be an easy problem. I just want to put some objects back to their starting positions. If I set they’re object.position it treats it like I used a sling shot and they fly off into space. Is there an asy way to do this? The physics tutorials I’ve found never cover this particular topic.
Make 'em kinematic then move 'em, then return 'em to normal.
Or you could try moving them and then setting velocity to 0.
Thanks a ton. It seems so obvious now but I just couldn’t find anything that said that.