You might probably going to need CollisionOff(e)
on those movement calls also **see previous thread**,
and also follow smallg's AlwaysActive = yes suggestion **@ properties**.
Be sure you aren't putting the # --
Do NOT MoveForward(e,#) // probably syntax error anyhow! hehe
DO use MoveForward(e, 83) -- use your own value.