Issue with hose physics

I have a prototype of a hose carrying system, which works half-decent. However, if the player walks beyond the length of the hose, it starts spazzing out.

I don’t really know how to approach this issue. Ideally, it’d prevent the player from walking any further if the hose is at max length. I don’t really know how to approach this properly though.

Thanks for any advice.

Try increasing the mass of your hose.

1 Like

maybe calculate the distance of the player to the hose base then resize each section to equal that amount as the player moves (could go 1 to say 5 studs more than the actual distance) this way it will have enough extra length
also could have a minimum size for the hose sections also

1 Like