Is it okay to make a user to enable JavaScript?

So I’m making a game that breaks if you have JavaScript off, is it okay if I make it so the user cannot play unless they turn it on?

why not ?

have you a block to test if js is enabled?

Using the error handling blocks

The prpblem with javascript extensions, is that you need to be in the editor to turn it on. The reason it's like this, is because so the uer can read through the code and decide if it's safe, then they can choose to run it on. So yes, you can make games that require javascript extensions to be on.

Here's mine:
DefautProject script pic

At the beginning of the code, just test if js is enabled, if not, tell the user to enable it and stop all

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.