Prison Game Help

I am making a prison game which i will not say the name so no one copies it.

I am trying to make it so when a user presses a button on their key board they can escape from a wall like jail break and many other games have!

If you are trying to detect when a user presses a button, a few things you should consider when scripting it is the position of the character and the position of the object/part they are doing it to. Next thing you want to do is use UserInputService. You can use this to detect when a certain key in the game is pressed.

1 Like

Ok i will try that! (*30 Characters)