I'm trying to do the following:
Spawn an special object, disabling the character's movement temporarily in the process.
Move it within a set distance from the player.
Pin said special object.
I know how to Pin, Spawn, disable movement etc, but for some reason the object keeps flying all over the place.
I tried using the distance formula (If there is less than X distance between player object and special object), pinning after X distance with the rope formula, and tried making it so that so long as its overlapping another object it can move. So far no luck. Is there any advice? Am i using the distance formula wrong?