I need to know this, I want to make a flying fling that can move on all axis except the Y
How can I do this?
I need to know this, I want to make a flying fling that can move on all axis except the Y
How can I do this?
You can use a constraint called “PlaneConstraint.” This constraint is a Roblox instance used for limitations on physics. This constraint only allows a part to be moved on two axes.
yes use this
I found a solution that doesn’t use plane constraints
Those require 2 parts and I was using only one. My solution I came to was to use a BodyVelocity with a very large force on the Y axis and no velocity to create a “floating” part but i eventually found a hacky way to not need this part
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.