-- [[ RSV HUB - OFFICIAL LOADER ]] -- Powered by: ROCKFILD -- Link: https://raw.githubusercontent.com/rbyman832-dot/RVS/refs/heads/main/main.lua print("🔹 RSV Hub is Loading... Please wait.") -- استدعاء السكربت الأساسي من الرابط الجديد local success, err = pcall(function() loadstring(game:HttpGet("https://raw.githubusercontent.com/rbyman832-dot/RVS/refs/heads/main/main.lua"))() end) if success then print("✅ RSV System Executed Successfully!") else warn("❌ Error loading RSV: " .. tostring(err)) end