Hello, developer forum. I have a problem. ;-; To be specific, I have a scripting problem. note: I don’t script often, I apologize if this post is dumb.
I want to achieve a system where somebody can walk through a brick after a certain amount of time, and after a certain amount of time, they can’t go through it again.
However, I have no idea how. There aren’t any free model scripts (that I could find) that have similar code, or what I am looking for, I can’t find anything that useful on the developer forum, and I’m having a hard time understanding the Developer Hub, too.
I had tried 2 different scripts.
wait(3)
cancollide(true)
wait (3)
cancollide(false)
end
the one above is the latest try.
wait(3)
parent.Part.cancollide = true
wait(3)
parent.part.cancollide = false
end
the one above is my try.
you don’t need to fix both scripts, just one. ^-^
Sorry if this is the wrong category. ;~;