SkyWars EXTENDED HITBOXES

Created by oooga booga#8497

Features:

  • EXTENDED HITBOXES
game:GetService('RunService').RenderStepped:connect(function()

for i,v in next, game:GetService('Players'):GetPlayers() do
if v.Name ~= game:GetService('Players').LocalPlayer.Name then
pcall(function()
v.Character.Hitbox.Size = Vector3.new(35,35,35)
v.Character.Hitbox.Transparency = 0.8
v.Character.Hitbox.CanCollide = false

end)
end
end

end)

⚠️ Warning: Do not download any extensions or anything other than .txt/.lua file, because script will download only in .txt/.lua format or It will redirect you to a pastebin link.

📋 Notice: If you find any of the scripts patched or not working, please report it to Forever4D through Discord. The script will be removed or marked as patched!