Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Button to remove all textures in-game?

Asked by 4 years ago

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?

1 answer

Log in to vote
0
Answered by
Leamir 3138 Moderation Voter Community Moderator
4 years ago

Use a for loop to cycle trough all objects in workspace, if its a texture, destroy it

0
cool and good gizmostop 29 — 4y
Ad

Answer this question