local library = loadstring(game:HttpGet(('https://raw.githubusercontent.com/bloodball/-back-ups-for-libs/main/wall%20v3')))() local w = library:CreateWindow("BigBestNoobScript") -- Creates the window local b = w:CreateFolder("BigBestNoobScript") -- Creates the folder(U will put here your buttons,etc) b:Label("Subscribe My YouTube: BigBestNoobScript",{ TextSize = 25; -- Self Explaining TextColor = Color3.fromRGB(255,255,255); -- Self Explaining BgColor = Color3.fromRGB(69,69,69); -- Self Explaining }) b:Button("Get Ugc",function() loadstring(game:HttpGet("https://raw.githubusercontent.com/ToraScript/Script/main/Awards2024", true))() end) b:Button("MY YOUTUBE",function() -- when you reset make sure to re-execute this or just make this execute in a loop for i,v in next, game:GetService("Players").LocalPlayer.Character:GetDescendants() do if v:IsA("BasePart") and v.Name ~="HumanoidRootPart" then game:GetService("RunService").Heartbeat:connect(function() v.Velocity = Vector3.new(-30,0,0) end) end end game:GetService("YOUTUBE"):SetCore("SendNotification", { Title = "Notification"; Text = "SUBSCRİBE TO BigBestNoobScript"; Icon = "rbxthumb://type=Asset&id=5107182114&w=150&h=150"}) Duration = 24; end)