#humanoid moveTo not working properly

1 messages · Page 1 of 1 (latest)

warm imp
#

there is nothing wrong in this function but the humanoids stop moving after arriving at half point

#

local function shadowGuy()
local g = shadowGuyTemplate:Clone()
g.Parent = shadowGuys
g.Humanoid:MoveTo(shadowGuyDest.Position)
g.Humanoid.MoveToFinished:Wait()

wait(2) 
g:Destroy()

end