Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local GUI = game:GetService("CoreGui"):FindFirstChild("STX_Nofitication")
- if not GUI then
- local STX_Nofitication = Instance.new("ScreenGui")
- local STX_NofiticationUIListLayout = Instance.new("UIListLayout")
- STX_Nofitication.Name = "STX_Nofitication"
- STX_Nofitication.Parent = game.CoreGui
- STX_Nofitication.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- STX_Nofitication.ResetOnSpawn = false
- STX_NofiticationUIListLayout.Name = "STX_NofiticationUIListLayout"
- STX_NofiticationUIListLayout.Parent = STX_Nofitication
- STX_NofiticationUIListLayout.HorizontalAlignment = Enum.HorizontalAlignment.Right
- STX_NofiticationUIListLayout.SortOrder = Enum.SortOrder.LayoutOrder
- STX_NofiticationUIListLayout.VerticalAlignment = Enum.VerticalAlignment.Bottom
- else
- end
Add Comment
Please, Sign In to add comment