MM2 – MURDER MYSTERY 2 Script | INF FAKE GUNS

Created by magnetwashere

Features:

  • INF FAKE GUNS
    • press x to spam get guns
local toggled

game:GetService('UserInputService').InputBegan:Connect(
 function(input)
   if (input.KeyCode == Enum.KeyCode.X) then
     toggled = not toggled
   end
 end
)

while (wait()) do
 if (toggled) then
game:GetService("ReplicatedStorage").Remotes.Gameplay.FakeGun:FireServer("")
 end
end
  • use this to delete all guns from your backpack:
for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
   if v.Name ~= "Emotes" then
       v:Remove()
       end
   end
  • Use this to pick all the guns up:
for _,v in pairs(workspace:GetDescendants()) do
if v:IsA("TouchTransmitter") then
firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart, v.Parent, 0) --0 is touch
wait()
firetouchinterest(game.Players.LocalPlayer.Character.HumanoidRootPart, v.Parent, 1) -- 1 is untouch
end
end

ENJOY!

Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script!

More Scripts!

TOP 10 TRENDING SCRIPTS