I'm trying to find, or make a script that will remove every texture in the game for low-spec players. This would all be client-sided though. Any ideas?
Use a for loop to cycle trough all objects in workspace, if its a texture, destroy it