#humanoid moveTo not working properly
1 messages · Page 1 of 1 (latest)
local function shadowGuy()
local g = shadowGuyTemplate:Clone()
g.Parent = shadowGuys
g.Humanoid:MoveTo(shadowGuyDest.Position)
g.Humanoid.MoveToFinished:Wait()
wait(2)
g:Destroy()
end