UI Kit Scripts
Complete, ready-to-drop-in scripts built on UI Kit β unlike Sample Scripts, which bundles many scripts per page behind collapsible entries, each script here gets its own dedicated page.
- coopchat.lua β a full co-op text chat:
UI.Chatas the front end, a packed/chunked encoding to carry arbitrary text overNet.SendCustomEvent, sender identity, and a movement freeze while typing. The current, improved implementation of A Basic Co-op Text Chat. - menudemo.lua β
UI.Menuend to end: nested categories,ctx:spawn, a live ON/OFF:switch, and composing withUI.Confirm/UI.Input/UI.Board/UI.Chatfrom inside a menu action. - uidemo.lua β the kitβs own smoke test for every widget other than
UI.Menu: a hand-drivenUI.Listdrill-down,UI.Panelas a rolling log,UI.Bar,UI.Toast, and bothUI.Confirm/UI.Input. - ModNet_CoopChat.lua β
coopchat.lua, rebuilt on ModNet instead of a hand-rolled transport. Read alongsidecoopchat.luato see exactly what a shared networking library removes from a single-purpose script.