-- holy shit -- Check if the current place ID matches any of the specified IDs if game.PlaceId == 2753915549 then -- Place ID is 2753915549, run the script for this place ID loadstring(game:HttpGet("https://raw.githubusercontent.com/realredz/BloxFruits/refs/heads/main/Source.lua"))() elseif game.PlaceId == 10260193230 then -- Place ID is 10260193230, run the script for this place ID loadstring(game:HttpGet("https://raw.githubusercontent.com/realredz/MemeSea/refs/heads/main/Source.lua"))() elseif game.PlaceId == 8737899170 then -- Place ID is 8737899170, run the script for this place ID loadstring(game:HttpGet("https://raw.githubusercontent.com/REDzHUB/PetSimulator99/main/redz9999.lua"))() else -- Place ID is incorrect for all checks, do nothing print("Incorrect Place ID. Script not executed.") end -- This was made by ChatGPT i cant code😭