When client enters, it spawns a weapon. When Client leaves the weapon stays floating in air. I checked the weapon on the server and client and shows it has an owner. I dont know how to get rid of this weapon. The client leaves by closing the application. Any help??
I tried doing something bootleg where on the weapon tick function it will check if it has an owner, and if it doesnt, kill yourself, but that didnt work.