Advertisement
rrixh

notif library takolift

Sep 3rd, 2023
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.28 KB | None | 0 0
  1. local Notifications = loadstring(game:HttpGet("https://raw.githubusercontent.com/tacolift/notification-library/main/library.lua"))()
  2. Notifications.Create("made by:", "lulaslollipop", 5, Color3.fromRGB(255,255,255))
  3. --title,desk,time,titlekolor
  4. task.wait(1)
  5. Notifications.Clear()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement