Hello again!
I wanted to check if the player didn’t stand on a brick anymore…
But I don’t know how to.
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()
You can use Instance.TouchEnded:Connect(function()
event
Thank you both, I finally made what it supposes to do now!