ID:1731269
 
(See the best response by Pokemonred200.)
Is there a way to disable people from playing in the web client? Thanks.

Best response
Dream Deamon has an option called 'Allow Webclient' that's checked by default under world.
However, you can disable it in the code by using a method such as:
world/IsBanned(key,addr,computer_id,connection)
if(connection=="web")
return FALSE
return ..()