I have used MoveTo on my dummy and it walks weird. I have no idea how to fix it, any ideas?
This is the interior of the model.
And the script
local hum = script.Parent.Humanoid
local part = workspace.Destination.Position
hum:MoveTo(part)
I have used MoveTo on my dummy and it walks weird. I have no idea how to fix it, any ideas?
local hum = script.Parent.Humanoid
local part = workspace.Destination.Position
hum:MoveTo(part)
Check the hipheight of the humanoid and make sure it is high enough of number to make it float a bit.
It doesn’t work, could it be the solder? I currently have a Motor6D binding the character with HumanoidRootPart