Hi, I want to make an FPS shooter and I want to know, what is the most efficient way to create a game? I’m asking this as I saw someone use just module scripts and that’s kind of confusing.
1 Like
The trick #1 is to write code that can be changed or substituted without breaking everything around it. This of course requires you to know a little bit about what your code is going to do when it is done.
1 Like
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.