#Ragdoll
1 messages · Page 1 of 1 (latest)
the parent is the Hitbox part which is in a tool called Bigmer
so it would be parent.parent
i did edit the script a bit
local Hammer = script.Parent.Parent
local Hitbox = script.Parent
Hitbox.CanTouch = false
Hammer.Activated:Connect(function()
Hitbox.CanTouch = true
task.wait(0.5)
Hitbox.CanTouch = false
end)
script.Parent.Touched:Connect(function(hit)
if hit.Parent:FindFirstChild("Humanoid")then
hit.Parent.Humanoid:TakeDamage(5)
end
end)
this just made it so it only damaged when in animation
where did vro go 🥀 
@late oak
?
guh