so, ive been making a web swinging system and i am usng springconstraints to limit the player, but, because the MaxLength is 200, if you are further away from that, it will tp you forwards a bit so that you can remain in the air, but i really dont like this and it ruins it.
my SpringConstraint
properties
GrappleRope.Visible = false
GrappleRope.LimitsEnabled = true
GrappleRope.Enabled = true
GrappleRope.MinLength = 30
GrappleRope.MaxLength = 200
GrappleRope.FreeLength = 10000
GrappleRope.Thickness = 0.07
robloxapp-20220828-1028460.wmv (1.6 MB)
by the way, im using a Beam
for visual effects, thats why the SpringConstraint
isn’t visible.