Realwoken Rework Script | MOBS INSTAKILL

Created by MwakaMoon

Features:

  • MOBS INSTAKILL
local Player = game.Players.LocalPlayer

while wait(0.2) do
for index, value in next, workspace:GetDescendants() do
if (value:FindFirstChildOfClass("Humanoid") and value ~= Player.Character) then
value.Humanoid.Health = 0
end
end
end

ENJOY!

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

Share This Post

Share on facebook
Share on linkedin
Share on twitter
Share on email

More Scripts!

TOP 10 TRENDING SCRIPTS