Disable player movement while matinee camera animation

What is wrong with this script? I want the player to stop moving but it isn’t working, here’s the script

Not sure why you are using “Enable Input” at the end. That is the reason why your player movement is still enabled while the matinee is playing. I suggest you have an event that looks for that matinee to end, and then Enable Input for the Player Controller at that point of time.