local Blocks = script.Parent.Parent.Blocks
local Block = Blocks.Block
Block.ClickDetector.MouseClick:Connect(function(c)
print("clicked")
end)
this prints click whenever i click on the part but i want it to check if the player is holding down left mouse button and how long has they been holding down the button. I want to recreate the block breaking feature like in minecraft