I have a welded model to the player, and I’m using it kinda like a zip line
In the picture you can see that I’m floating because the welded model above me is preventing me from falling.
It works at low levels where I’m just barely floating, but when I go higher it does this:
It makes unpredictable movement and slides
where as when it was closer to the ground, it worked how I wanted to.
It’s probably doing that since the part has a weird shape, what I would recommend is creating a very thin, invisible part below the welded part so that the leveling stays consistent and shouldn’t cause any problems. I would also move the invisible part to a different collision group so that players can’t collide with it. You will need to keep CanCollide enabled of course, so moving it to a separate collision group would prevent players from even knowing it exists.