15.9K views
8.7K downloads
1 year ago
This new script for KAT allows you to extend your casual hitbox, which can get some enemies pretty mad lul!
Script Features:
Hitbox Extender
This script was last modified 1 year ago
--BROUGHT TO YOU BY RSCRIPTS.NET!--
print("Kat Hitbox Extender By Trout! Vouch On Verm <3")
local Players = game:GetService("Players")
for _, player in pairs(Players:GetPlayers()) do
local charpre = player.Character or player.CharacterAdded:Wait()
if player.UserId == game.Players.LocalPlayer.UserId then
else
for i,v in pairs(charpre:WaitForChild("CollisionParts",60):GetChildren()) do
v.Transparency = 0.8
v.Size = Vector3.new(2.82, 2.82, 1.41)
v.Color = Color3.fromRGB(170, 255, 0)
v.Material = 'Neon'
end
end
player.CharacterAdded:Connect(function(chart)
chart:WaitForChild("HumanoidRootPart"):GetPropertyChangedSignal("Position"):Connect(function()
if player.UserId == game.Players.LocalPlayer.UserId then
else
for i,v in pairs(chart:WaitForChild("CollisionParts",60):GetChildren()) do
v.Transparency = 0.8
v.Size = Vector3.new(2.82, 2.82, 1.41)
v.Color = Color3.fromRGB(170, 255, 0)
v.Material = 'Neon'
end
end
end)
end)
end
Similiar Scripts
Hungry for more? Check out these Roblox Scripts!
20.1K views
1 year ago

Slap Battles - Hitbox Extender
UPDATE Slap Battles
UPDATE Slap Battles
17.8K views
7 months ago

RoStreets GUI | Infinite Energy, Hitbox Extender & MORE!
RoStreets ALPHA
RoStreets ALPHA
20.5K views
3 months ago
.webp)
Combat Warriors hitbox extender script
Combat Warriors
Combat Warriors
22.3K views
1 year ago

Zombie Uprising Zombie ESP & Hitbox Expander
NEW Zombie Uprising
NEW Zombie Uprising
0 Comments
Log in here to comment