local AkaliNotif = loadstring(game:HttpGet("https://raw.githubusercontent.com/CheatUserzz/RobloxOpenSourceScripts/refs/heads/main/TsNotificactionSource.lua"))(); local Notify = AkaliNotif.Notify; wait(1); Notify({ Description = "Based on Akali Notify"; Title = "TS NOTIFY | Wave 1"; Duration = 5; }); wait(1); Notify({ Description = "This description is super long and should cause an overlap in wrapping"; Title = "TS NOTIFY | Wave 1"; Duration = 10; }); wait(1); Notify({ Description = "This description is super long and should cause an overlap in wrapping"; Title = "TS NOTIFY | Wave 1"; Duration = 1; }); wait(1); Notify({ Description = "This description is super long and should cause an overlap in wrapping"; Duration = 3; });