Opening cut scene not working

For the opening cut scene for my game, it’ll ask the player to hold shift,when they do a timer and a particle emmiter will be made, when the timer hits 10 seconds the timer and particle emmiter will be deleted and the player will be made at the position of the particle emmiter. this is the code I have for that and it’s not working.

While RShift is pressed, the first event is always true. So the timer resets every few milliseconds and the other events are never reached.
Try the Trigger once condition

1 Like