Guns only working for one person

i am trying to make an fps framework and for some reason the guns only work for the latest player that joined

code: framework · paste.gg

When the player shoots the gun are you creating the bullets on the client or server?

i am doing it on the server, only the latest player that joined can shoot tho

Ok so let me get on track. Are you handling everything on the server and client? or just server?

im using the server and client