if Can you help me i have one question i am making the special game for me and i want to make a moving NCPs without Humanoids how i can make it moving without Humanoids? and thx:slight_smile:
I tried the BodyPosition but it didnt look great is there any other way?
CFraming the model, or any other method I can think of besides BodyMovers, would be quite expensive assuming you would do this server-sided.
If you really needed this to be non-humanoid, I would recommend BodyMovers. You could probably use a BodyGyro and BodyVelocity with no Y force applied, and you can update the gyro’s CFrame to point in the NPC’s looking direction, and to also constrain it from falling over.
There are countless instances of games (especially RPGs) that have a lot more than 200 Humanoid NPCs present at any one time.
I strongly encourage you to reconsider and move towards a Humanoid system as any method you could potentially come across to reliably move NPCs w/o Humanoids would be more taxing on the server than the humanoids would be.