How to make fps melee?

My question is how would I be able to make a fps melee like arsenal since I don’t really where to begin. If anyone knows could you please help me with any suggestions or ideas.

Do you mean you want to make the whole game melee or add melee weapons?

For weapons, just make it like how you would for any other game.

Check this post: Writing an FPS framework (2020)

1 Like

https://blog.roblox.com/2012/09/designing-an-advanced-fps-level-on-roblox/
https://blog.roblox.com/2012/06/how-to-build-a-fps-in-15-minutes-with-roblox/
https://blog.roblox.com/2012/03/how-we-built-an-fps-in-roblox/

alI want is to add melee weapons since I’m making a fps game

Ok then, I think you just need the weapon model, a hitbox on the players, and the script that takes down health when the hitbox gets hit by the weapon.

Well first of all lock the player into first person

Idk if you’re talking about making a weapon or a fps game

game.Players.LocalPlayer.CameraMode = Enum.CameraMode.LockFirstPerson

oh okay ty for the help I’ll try making that

1 Like