Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 1.07 KB

File metadata and controls

30 lines (24 loc) · 1.07 KB

Ronner
Ronner

Universal and simple toast notification library

Ronner is a recreation of the popular toast library: Sonner; with loads of customisation.

Example

You can run Ronner using the main.lua, or, the official shortlink.

GitHub

local Ronner = loadstring(game:HttpGet'https://raw.githubusercontent.com/malice-nz/ronner/refs/heads/main/main.lua')':3'

Shortlink

local Ronner = loadstring(game:HttpGet'https://r.malice.nz')':3'

Heres a small example
local Ronner = loadstring(game:HttpGet'https://r.malice.nz')':3'

Ronner.Init();

Ronner.Toast('Hello roblox!');
Ronner.Toast('Hello from ronner!');
Ronner.Toast('Hello from <copyable>malice.nz</copyable>!');