Skip to content

Instantly share code, notes, and snippets.

function Notify(...)
V1 = {...};
spawn(function()
V2 = game.CoreGui:FindFirstChild("Notification");
if V2 then
V2:Destroy();
end
V3 = Instance.new("ScreenGui");
V3.Name = "Notification";