Skip to content

Instantly share code, notes, and snippets.

@wupsbr
Created April 8, 2024 05:47
Show Gist options
  • Save wupsbr/8521082dcd067af5575fa789140ca9cd to your computer and use it in GitHub Desktop.
Save wupsbr/8521082dcd067af5575fa789140ca9cd to your computer and use it in GitHub Desktop.
Dev2Blox - CheckAPIAndChangeColor
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