Hello!
I just wanted to know if there is any way to make BallSocketConstraint be instant, instead of slowly going to the object. Or If there is any other connection that would do it instead of BallSocketConstraint.
Problem is that if player is teleported, it takes some time for the connected part to reach player again. And yes, I know I could create script that sets CFrame on RenderStepped or something similar.
I just wanted to know if there is any way to do it with as little code as possible (assigning values on CharacterAdded, no loops), or without creating TeleportEvent and changing CFrame when teleported.
Thank you for the information in advance!
In the image you can see the part:
Player can roll around so thats why I am using BallSocketConstraint along with AlignOrientation.