local function notif(str,dur)
game:FindService("StarterGui"):SetCore("SendNotification", {
Title = "FireService",
Text = str,
Icon = "rbxassetid://2005276185",
Duration = dur or 3
})
end
local h = Instance.new("ScreenGui")
local Main = Instance.new("ImageLabel")
local Top = Instance.new("Frame")
local Title = Instance.new("TextLabel")
local TextBox = Instance.new("TextBox")
local TextButton = Instance.new("TextButton")
h.name= "h"
--//fsddfsdf
notif("Loaded successfully! Created By XybName", 10)
To embed this project on your website, copy the following code and paste it into your website's HTML: