Detect if player didn't stand on a brick anymore?

Hello again!

I wanted to check if the player didn’t stand on a brick anymore…

But I don’t know how to.

brick.TouchEnded:Connect(function()

1 Like

You can use Instance.TouchEnded:Connect(function() event

Thank you both, I finally made what it supposes to do now!