Game Warnings/Errors

You can write your topic however you want, but you need to answer these questions:

  1. What do you want to achieve? Keep it simple and clear!
    I want to be able to just convert all those scripts so that its copied from another script, instead of having to manually fix all the game warnings and errors…because manually doing that is gonna take ages.
  2. What is the issue? Include screenshots / videos if possible!
  3. What solutions have you tried so far? Did you look for solutions on the Developer Hub?

Manually fix them all…but its taking so long.

Placing a script in each part is not good practice. Realistically, you would want all of these parts setup from one script by iterating through them.

Also, make the variables in your functions local, if you didn’t know what the error meant.

2 Likes

The best practice is to make a script that handle all the parts but, if you really want to paste the same script into each part just copy the good scrip, select all the parts and hold ctrl shift v. that will paste the script inside every part selected

You can actually use the command bar to replace all those scripts with new one.

Yeah, I don’t know how to do what you people do.