sharkbite scripts --*You will spawn with the weapons when the Match start.* --//Ray Gun (Best Gun) local gun = "Ray Gun" local Event = game:GetService("Workspace").Events.Shop.ChangeActiveGun Event:FireServer(gun) --//Rifle sharkbite scripts PasteShr sharkbite scripts local gun = "Rifle" local Event = game:GetService("Workspace").Events.Shop.ChangeActiveGun Event:FireServer(gun) --//Harpon local gun = "Harpoon" local Event = game:GetService("Workspace").Events.Shop.ChangeActiveGun Event:FireServer(gun) sharkbite scripts How to get it? sharkbite scripts --//Rocket local gun = "Rocket" local Event = game:GetService("Workspace").Events.Shop.ChangeActiveGun Event:FireServer(gun) --//Shotgun local gun = "Shotgun" local Event = game:GetService("Workspace").Events.Shop.ChangeActiveGun sharkbite scripts PasteShr sharkbite scripts Event:FireServer(gun) --//Commando local gun = "Commando" local Event = game:GetService("Workspace").Events.Shop.ChangeActiveGun Event:FireServer(gun) --//AK-47 sharkbite scripts How to get it for free? sharkbite scripts local gun = "AK-47" local Event = game:GetService("Workspace").Events.Shop.ChangeActiveGun Event:FireServer(gun) sharkbite scripts