Wait For child not working

newMob.HumanoidRootPart.CFrame = map.Part.CFrame

How about change this part to:

newMob:PivotTo(map.Part.CFrame)

its giving me the same output/error ://

Can you find Noob clone and inside humanoid in explorer?

strangely its not cloning in the mobs folder

now i know it the problem was this line

if newMob.Humanoid.Health >= 0 then
newMob:Destroy()
end

tysm for your help

that was so simple yet too hard to solve anyway thanks :DDD

Oh, I didn’t consider about that; I’m glad you solved the problem. Good luck with game development!

This was my first post and I got 26 post so ty for that, and also ty for wishing me luck C:

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.