ADVERTISEMENTREMOVE ADS

Focat's Notification Library [FNL]

Universal script
2 years ago
Script preview thumbnail
Script Preview
fo
focat

Description

# Focat's Notification Library.
- Easy to use!
- Hot UI
- Smooth Tweens

Features:

  • Easy to use
  • Hot UI
  • Smooth Tweens
  • Mobile Friendly
ADVERTISEMENTREMOVE ADS
20 Lines • 507 Bytes
Raw
-- [[ THIS IS A SNIPPET ]] --
-- Import the Library
local fnl = loadstring(game:HttpGetAsync 'https://raw.githubusercontent.com/Code1Tech/utils/main/notification.lua')()
-- Make a Notification function
function notify(title, text, duration)
title = title or "Notification"
text = text or "No text provided."
duration = duration or 5
fnl:MakeNotification({
Title = title,
Text = text,
Duration = duration
})
end
-- Use the func
notify("Test!", "Testing 123", 3)
ADVERTISEMENTREMOVE ADS

Comments

1 comment
to add a comment
3i

nO WORK :(

0
0
ADVERTISEMENTREMOVE ADS