Beginner Coding problems

Use code tags Using code tags properly makes it much easier to help you.

You can change values of variables. However, you’re not going to directly modify lines of code, if that is what you are asking. If you needed that, you could set up bools to avoid running some code and running others instead.

Basically, both the lines you want to change, just make sure any values you want to modify are public variables that you can access outside the script.