I have a garage in my game and I want players to move the camera freely but also the camera shouldn’t exit the garage either to prevent yknow people looking out of the garage nonsensically.
1 Like
Can you send me a video example of what you are trying to achieve?
Press Q and E to go down and up relative to the mouse look direction.
Press A and D to slide left and right relative to the camera facing direction
Press W and S to move back n forth relative to camera.
I don’t have a video.
The camera should work like the one in the studio edit.
2 Likes
I get what you mean. You can use UserInputService to check whenever there is an input like Keys Presses, and more. And when the key that is pressed is equal to Q for instance then just tween the camera to go down relative to it’s current CFrame. Further, I can not give a code considering it’s against the terms of service.
1 Like