AlignPosition slower the closer the position is

see videos below, first one is the issue and the second is how i intend the spells speed to be


2

how do i make it a fixed speed?

				local newAlignPos = Instance.new("AlignPosition", new)
				newAlignPos.MaxVelocity = 80
				newAlignPos.Mode = Enum.PositionAlignmentMode.OneAttachment
				local newAttachement = Instance.new("Attachment", new)
				newAlignPos.Attachment0 = newAttachement
				newAlignPos.Position = mouseLoc.p

Read up on AlignPosition.Responsiveness

3 Likes