For example if you wanted to attach a force field to a player.
Two ways iv found.
1. System/Every Tick Force Field Set position to Player
2. System/On start of layout Force Field Set position to Player
Force Field Pin to Player
Develop games in your browser. Powerful, performant & highly capable.
Pin is probably better.
If you move to Player position every tick, you have to make sure there is no event after that that might affect the player position otherwise the Force Field won't be in the right place.