How do i make good PvE for my roblox game?

You can write your topic however you want, but you need to answer these questions:

  1. What do you want to achieve? Keep it simple and clear!
    I want to make good PvE for my roblox game, here are some specifics.
    A. For most of the game, only a melee will be available.
    B. Maybe ~4 enemies are fought at a time
    C. They’re faster than you or will have a dash ability so you can’t hit and run.

  2. What is the issue? Include enough details if possible!
    Im making this post in advance so the game doesnt become a mess where better stats win over being good.

  3. What solutions have you thought of so far?
    None, i made this post in advance, so none really.

  4. what games are examples of what i want?
    Contact A-888 is really good, even with a good build a few mistakes prove to be fatal.

After that, you should include more details if you have any. Try to make your topic as descriptive as possible, so that it’s easier for people to help you!

1 Like

you’d wanna just try experimenting really, just poke around things that relate to npcs such as pathfinding and intelligence. I’m not a very proficient in scripting however from personal experience and external advice i’ve gotten is just to start trying.

If your game is going to be quick-pace, then avoid using .Touched() and use something like Magnitude or Region3. The reason why is because .Touched() is too slow to react to quick moving things.

As for the pathfinding, these videos might help:
How to Make a Pathfinding Zombie | Part 1 | ROBLOX Studio - YouTube
How to Make a Pathfinding Zombie | Part 2 | ROBLOX Studio - YouTube

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