local ohNumber3 = 10000 local ohVector34 = Vector3.new(-0.1769721657037735, -0.12254228442907333, -0.9765573740005493) local ohNumber5 = 0 local ohNumber6 = 0 local ohBoolean7 = false local localPlayer = game:GetService("Players").LocalPlayer local hasM60 = localPlayer.Backpack:FindFirstChild("M60") if not hasM60 and localPlayer.Character and localPlayer.Character:FindFirstChild("HumanoidRootPart") then localPlayer.Character.HumanoidRootPart.CFrame = CFrame.new(20, 52, 152) end for _, player in pairs(game:GetService("Players"):GetPlayers()) do if player == localPlayer then continue end if player.Character and player.Character:FindFirstChild("Humanoid") and player.Character:FindFirstChild("Torso") then local ohInstance1 = player.Character.Humanoid local ohInstance2 = player.Character.Torso game:GetService("Players").LocalPlayer.Backpack.M60.GunScript_Server.InflictTarget:FireServer(ohInstance1, ohInstance2, ohNumber3, ohVector34, ohNumber5, ohNumber6, ohBoolean7) end end