https://playcanvas.com/editor/project/1300589
I am trying to make a FPS and need help
Hi @SBcreations !
It depends on how you want it set up, if you want hosted multiplayer you should check out photon or Colyseus, but I use Glitch because it’s online and very customizable.
Photon: Real-time Multiplayer with Photon | PlayCanvas Developer Site
Colyseus: Real-time Multiplayer with Colyseus | PlayCanvas Developer Site
I need a lot of help on my game because I am very new to making games
Can you be more specific on what you want help setting up?
Multiplayer can seem challenging, but for me, after I followed the glitch tutorial and found out how it worked, it was really easy to modify it.
I need help to make my models and guns work
Does this have to do with a multiplayer aspect, or just in general?
both
For making models, if you are restricted to online, I find Blockbench to be the best:
https://web.blockbench.net/
The generic model works for low-poly modeling and animations.
If you have a computer that can run it, I would recommend Blender, it is very powerful and free, but it takes a while to master.
For the multiplayer side, if you are following the glitch tutorial (glitch no longer works, but Replit works the same way) you can customize the local and other player models that are cloned, and you can use socket requests to change things about the characters such as animations or skin changes.
For guns, this is a good tutorial:
For multiplayer just do the same logic but clone the bullet on everyone’s side coming from the player that shot it.
Hope this helps!