Hello, I have ran into a problem while making a shooter platformer game, when my gun creates a bullet, I can not change the bullets angle of motion when it is created. I have got it working if I add a 0.017 second wait before changing the angle of motion, but I want it to change the angle of motion on creation of the bullet.
I am trying to make the gun inaccurate.
drive.google.com/file/d/17ASmcAbJcQ4mbNtXpP8G0iCcXbEBZd_8/view
The 1st layout is not working. The 2nd layout is the working one but with a 0.017 second delay to the inaccuracy
Thank you for any help, sorry if I am missing the obvious.