autoblock
Thu Jan 13 2022 06:23:32 GMT+0000 (Coordinated Universal Time)
Saved by
@portaltree
local rem = game:GetService("ReplicatedStorage").Remotes.Block
game.Players.LocalPlayer.Character.Hitbox.Touched:Connect(function(part)
if (part.Parent.ClassName == "Model") then
rem:FireServer()
end
end)
content_copyCOPY
Comments