How to make a first person animation and camera shake like DOORS? I am using it in one of my Horror games. I need help, provide code or give suggestions, I need help.
I think you can force the player camera to first-person and animate a walking animation to whatever you like it to be.
I suggest you look at the Controlling the User's Camera | Roblox Creator Documentation
You can use math.random for camera script to shake the camera.
1 Like
This is the wrong category for this post, it should be in #help-and-feedback:scripting-support. But that’s okay!
To answer your question, you can use this open-source module here that will do quite nicely for what you want. Sleitnick/RbxCameraShaker: Camera shake effects for Roblox games (github.com).
tI mean I already know how to make a First person camera but it is too stiff, I want it to be like DOORS.
Thanks, I’ll try, and not make it too stiff.