Hi need Help by NCPs

Hello,

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?

1 Like

If you really want to make a NPC without humanoid then there’s a lot to do. Are you sure you cannot use humanoids? Maybe you can find another 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.

1 Like

Okay thank I will try to do it

Yes, I’m sure because there will be a lot of NCPs like 200

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.

I am making a game inspired by the game Slime Rancher - Pets Ranch and there are many Slims can player collect them on them plot

I tried to use 100 of the Homanoids but there was to much lagy.

Here I made a new system without Humanoids I used BodyMovers and it looks good there is no lag but I haven’t finished yet

The slims have Moving to random positions and when he finds some food he will chase them

https://gyazo.com/3c1be8a07e72e7d70b5eeccba9393832

There were more than 150 slims