Find any script for Roblox

Enter the name of the game or script.

Murder Mystery 2 script – (Get all weapons)

Functions: Get all weapons (client sided only!)

Script developer: NotPr0

Installation guide:Copy the script from the button below.Run any Injector (We recommend KRNL Injector)Install it, insert the script and click executeEnjoy it)

Thank you for using our website
Your script:

				
					local WeaponOwnedRange = {
min=1,
max=5
}
local DataBase, PlayerData = getrenv()._G.Database, getrenv()._G.PlayerData
local newOwned = {}
for i,v in next, DataBase.Item do
newOwned[i] = math.random(WeaponOwnedRange.min, WeaponOwnedRange.max) -- newOwned[Weapon]: ItemCount
end
local PlayerWeapons = PlayerData.Weapons
game:GetService("RunService"):BindToRenderStep("InventoryUpdate", 0, function()
PlayerWeapons.Owned = newOwned
end)
game.Players.LocalPlayer.Character.Humanoid.Health = 0
				
			

4 responses to “Murder Mystery 2 script – (Get all weapons)”

  1. Привет пупсик

  2. Yulya

    Омагад

Leave a Comment

Your email address will not be published. Required fields are marked *