Change a script for multiple objects?

Hello, I have created a giant disappearing staircase but I want to change the disappear length, I already have way too many stairs to do it by hand so does anybody know if I could edit them all?

Do you mean you’ve multiple staircases which you’re wishing to edit their script?
And each of them has the same script?

I sadly think you’d have to manually remove them all, remain one and edit it.
Next time, you could use a ModuleScript or a main one ServerScript for all those staircases.

Besides what @Valkyrop says, you could actually edit them all at once using console. You can set the Source of a script through the console (idk whether that still works), but if that doesn’t, you can also use the console to copy/paste the script and remove the old ones. But yes, I do recommend using a main Server Script to handle it all.

1 Like