I’ve been trying to make a stealth execute system where it would freeze both players in place and then play an animation, only for the NPC to die, I’ve got pretty close to completing this but I have encountered an issue with the camera in first person.
As you can see here, the camera spins wildly and has no relation to the head of the player when it plays the animation. It works fine going into the execution while not in the first person.
- How have I done the camera so far?
I’ve made that camera scriptable after a remote event is activated it uses render stepped to set the camera to the player’s head and then sets it back after a few seconds.