Created
April 8, 2024 05:47
-
-
Save wupsbr/8521082dcd067af5575fa789140ca9cd to your computer and use it in GitHub Desktop.
Dev2Blox - CheckAPIAndChangeColor
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
local ColorChangeAPI = require(game.ServerScriptService.ColorChangeAPI) | |
while true do | |
ColorChangeAPI.CheckAPIAndChangeColor() | |
wait(1) -- Espera 5 segundos antes de verificar novamente | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment