this is my code ;
script.Parent.HumanoidRootPart:GetPropertyChangedSignal("Velocity"):Connect(function()
print(script.Parent.HumanoidRootPart.Velocity)
end)
and so after changing the velocity of it by running for instance, it wouldnt detect it