local scriptURL = 'https://raw.githubusercontent.com/Sheeshablee73/Scriptss/main/Rivals.lua' local response = game:HttpGet(scriptURL) local executeScript = loadstring(response) executeScript()