game:GetService("Workspace").LocalPlayer.Tool02["GunScript_Server"].Ammo:Remove()
Its doesnt work, can any one help?? When i use script roblox say that: cant find localplayer! Pls help
``~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~ local plr = game.Players.LocalPlayer local character = plr.Character character.Tool02.GunScript_Server.Ammo:Destroy() ``