--BROUGHT TO YOU BY RSCRIPTS.NET!-- loadstring(game:HttpGet("https://raw.githubusercontent.com/WinterDinder/Jumping-Sim/main/Main", true))() -- Notif Lib by iki. Script link: https://rscripts.net/script/lightux-notification-lib-4407 local NotificationLoad = loadstring(game:HttpGet(('https://raw.githubusercontent.com/treeofplant/Notif/main/library.lua'),true))() NotificationLoad:NewNotification({ ["Mode"] = "info", -- Choose one (Success/Info/Error) ["Title"] = "Loaded!", -- Title of notification ["Description"] = "Script loaded! Have a nice day.", -- Description of notification ["Timeout"] = 10, -- How long the notification will last (Change to false if you want no timer) ["Audio"] = true -- Plays audio if enabled on each notification })