No problem
Yes, usually you only use 'On Start Of Layout' to trigger something once or set values at the start of the game. i.e. things you want to happen on first load.
If you had particles to move to player position on start of layout this would only trigger once. Every tick will run the scenario constantly, you can also use every X seconds.