Skip to content

Instantly share code, notes, and snippets.

local UserInputService = game:GetService("UserInputService")
local RunService = game:GetService("RunService")
local function notify(Title, Text)
game.StarterGui:SetCore("SendNotification", {
Title = Title,
Text = Text,
Image = "",
Duration = 5
})