--[[ WARNING: Heads up! This script has not been verified by ScriptBlox. Use at your own risk! ]] --[[ _ __ __ | | / /___ _/ /_ ___ __ | | / / __ `/ / / / / |/_/ | |/ / /_/ / / /_/ /> < |___/\__,_/_/\__,_/_/|_| Valux By Valux Team ]]-- print("[Valux] getting things ready...") pcall(function() game:GetService("StarterGui"):SetCore("SendNotification", { Title = "Valux Team", Text = "loading the script, give it a sec...", Duration = 3 }) end) task.wait(1) local success, errorMessage = pcall(function() loadstring(game:HttpGet("https://pastefy.app/cT7WTKgO/raw"))() end) if success then print("[Valux] we're in. have fun") else warn("[Valux] bruh it failed to load: " .. tostring(errorMessage)) pcall(function() game:GetService("StarterGui"):SetCore("SendNotification", { Title = "Valux Team", Text = "script failed to load, check F9 console", Duration = 5 }) end) end