Im doing a collision detection system for climbing that requires placing 5 actors in specific positions. Once placed they fire invisible projectiles at each other to determine if there is anything between them. There is one huge problem. If I want to place them in the right direction ussually not every actor is moved to the position I want. Ussually some actors stay in their original position. I have used MoveTo, SetPosition, TransateTo. It doesnt matter. The result is always similar - that is random. Sometimes it works, but ussually not - some actors stay in their positions. I even changed coordinates to something more simple. It doesnt matter either. Im very frustrated. If anyone has experienced something like that and knows solution, then please help!