Hello everyone, I’m expecting a “toggle” which enables or disables the turtle speed slider for everyone that is not the owner of the app. Why? Well, this slider may break some games and they might not be intended to run at those speeds. They could also be using this feature to get better at the game, for example, in a game in which golden coins stay for 5 seconds, if you click the “how it works” option you are able to change the speed even if you are not the owner. Currently, there’s a hacky way to prevent changes to the speed value, and it’s by using a loop that sets the speed. This, however, is bad practice and shouldn’t have to be done.
Finally, developers don’t have the ability to check inside the code the current turtle’s speed, to prevent any of these things.