So I’m currently working on an enemy system, where I ran into the issue that sometimes MoveTo() just wont work. The function is running, the WalkToPoint and WalkToPart are being set respectively, and yet it just wont move?
The character isnt anchored or anything so I have no idea why it wont move
So thats why I’m here.
It couldnt be anything related to my code, as its the exact same every single time, my guess is it involves roblox physics or something being weird. So is there anything that could be preventing the character from moving? Like I am so lost
I cant exactly send the code without sending my entire system, which I’d rather not do.
I dont even think you would really need it, as it is running perfectly find, the character just isnt moving.
Are you using a custom rig that could be rigged incorrectly or something? Cause if youre script is running then thats the only thing i can think of tbh