Hello, I want to make a secret room in my game and I want to be able to click a block and then a latch to slide open from the floor.
How would I do this?
If you need to see more just join my game, username is Siv.
Thanks.
Your question is not precise enough. your basically asking us how to script a block to move like a platform. Here is a video link on how to do that: blog.roblox.com/2014/12/watch-the-complete-roblox-hour-of-code-tutorial-series/ as far as the click detector goes you will need to add one to the part you want to click and connect it in the script using part.Clicked.connect:onClick(part)