I want to make a fighting game, but I don’t know how to go around this.
So I want the characters in my game to have character-specific weapons. Is there any way to create weapons without them being tools?
I want to make a fighting game, but I don’t know how to go around this.
So I want the characters in my game to have character-specific weapons. Is there any way to create weapons without them being tools?
You can disable the toolbar using :SetCore
. It’s a tricky way but it gets the job done.
It is possible to make a weapon without it being a tool, you just have to set it up the way you want it to, for example an FPS gun usually goes into the camera and can be setup however the developer chooses to.