So bassicaly i want control a body position speed (d, p and max force) using a magnitude and speed math, example:
local distance = (humanoidRootPart.Position - part.Position).magnitude
local duration o= distance / speed
So bassicaly the duration will be used to control the body position d,p and max force, iam trying a lot but that i cant do that smooth, and a lot of times that go so fast. or so slown etc, so i need a help with a good math formula for that