I sadly have no idea if its possible and how to do so
So please, help me.
2 Likes
This is the approach I would follow:
--start and goal are the two vectors you use in the tween
--if you use CFrames then use the cframe positions
local distance = (start-goal).Magnitude
--some constant that you can modify until it looks good
local c = 1
--t is the tween calculated time
local t = distance/walkspeed*c
print(t)
2 Likes
Oh thanks, I will mark this as solution because I can’t test it rn, but I hope it does works
Ok yes it works (I think), atleast it gave some-what good result, thanks!
1 Like
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.