Animating the position of elements on a plane

Hello everyone,

I have a project where I need to randomly avatars on a plane. They can be thought as boxes that moves around. But I can’t animate the elements. Is there a way to randomly animate elements on a plane to a new position using translate, or some other functionality without losing the ability to detect collision?

Not sure what you asking here. Do you mean elements as objects or UI elements? Can you give an example project or what you are trying to do?