Facebook
From juy_, 3 Weeks ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 140
  1. local a={}function a.CreateNotify(b,c)local d=Instance.new("ScreenGui")local e=Instance.new("Frame")local f=Instance.new("UICorner")local g=Instance.new("ImageLabel")local h=Instance.new("UISizeConstraint")local i=Instance.new("UIAspectRatioConstraint")local j=Instance.new("TextLabel")local k=Instance.new("UISizeConstraint")local l=Instance.new("Frame")local m=Instance.new("UICorner")local n=Instance.new("UISizeConstraint")local o=Instance.new("TextLabel")local p=Instance.new("UISizeConstraint")d.Name="notifyyx"d.Parent=game.Players.LocalPlayer:WaitForChild("PlayerGui")d.ZIndexBehavior=Enum.ZIndexBehavior.Global;e.Name="MainFrame"e.Parent=d;e.BackgroundColor3=Color3.fromRGB(71,71,71)e.BackgroundTransparency=0.30000001192092896;e.BorderColor3=Color3.fromRGB(0,0,0)e.BorderSizePixel=0;e.Position=UDim2.new(0.707999945,0,0.27699998,0)e.Size=UDim2.new(0.29584527,0,0.0582585,0)f.Parent=e;g.Name="Icon"g.Parent=e;g.BackgroundColor3=Color3.fromRGB(255,255,255)g.BackgroundTransparency=1;g.BorderColor3=Color3.fromRGB(0,0,0)g.BorderSizePixel=0;g.Position=UDim2.new(0.0230504069,0,0.13253291,0)g.Size=UDim2.new(0.0686032623,0,0.712275982,0)g.Image="rbxassetid://17070106187"h.Parent=g;i.Parent=g;i.AspectRatio=1.0000654458999634;j.Name="Label"j.Parent=e;j.BackgroundColor3=Color3.fromRGB(255,255,255)j.BackgroundTransparency=1;j.BorderColor3=Color3.fromRGB(0,0,0)j.BorderSizePixel=0;j.Position=UDim2.new(0.309927374,0,0,0)j.Size=UDim2.new(0.481840193,0,0.367346913,0)j.Font=Enum.Font.Code;j.Text="[Notification]"j.TextColor3=Color3.fromRGB(206,137,255)j.TextSize=14;j.TextStrokeTransparency=0.6000000238418579;j.TextWrapped=true;k.Parent=j;l.Name="Bar"l.Parent=e;l.BackgroundColor3=Color3.fromRGB(15,119,255)l.BorderColor3=Color3.fromRGB(0,0,0)l.BorderSizePixel=0;l.Position=UDim2.new(0,0,0.865539551,0)l.Size=UDim2.new(1,0,0.122448988,0)m.Parent=l;n.Parent=l;o.Name="NotifyText"o.Parent=e;o.BackgroundColor3=Color3.fromRGB(255,255,255)o.BackgroundTransparency=1;o.BorderColor3=Color3.fromRGB(0,0,0)o.BorderSizePixel=0;o.Position=UDim2.new(0.154963687,0,0.36734724,0)o.Size=UDim2.new(0.782082319,0,0.367346913,0)o.Font=Enum.Font.Code;o.Text=b;o.TextColor3=Color3.fromRGB(255,255,255)o.TextSize=14;o.TextStrokeTransparency=0.6000000238418579;o.TextWrapped=true;p.Parent=o;local function q()local r=Instance.new("Sound")r.Parent=game:GetService("SoundService")r.SoundId="rbxassetid://8183296024"r.Volume=2;r:Play()r.Ended:Connect(function()if r then r:Destroy()end end)end;local function s()local t=Instance.new("LocalScript",e)local u=t.Parent;local v=game:GetService("TweenService")local w=TweenInfo.new(5,Enum.EasingStyle.Linear,Enum.EasingDirection.Out,0,false,0)local x=TweenInfo.new(5,Enum.EasingStyle.Linear,Enum.EasingDirection.Out,0,false,0)local y=UDim2.new(3.708,0,0.277,0)u.Position=y;local z=UDim2.new(0.708,0,0.277,0)local A=v:Create(u,w,{Position=z})local B=UDim2.new(3.708,0,0.277,0)local C=v:Create(u,x,{Position=B})local function D()q()wait(c)C:Play()end;A.Completed:Connect(D)A:Play()local E=t.Parent.Bar;E.Size=UDim2.new(0,413,0,6)local F=TweenInfo.new(6,Enum.EasingStyle.Linear,Enum.EasingDirection.Out,0,false,6)local G=UDim2.new(0,0,0,6)local H=v:Create(E,F,{Size=G})H:Play()end;coroutine.wrap(s)()end;return a
  2.