local url = "https://raw.githubusercontent.com/Wenamejin/Budokai-Z-Scripts/refs/heads/main/SELFBPVIEW.lua" local success, result = pcall(function() return loadstring(game:HttpGet(url))() end)