Skip to content

Instantly share code, notes, and snippets.

-- ==========================
-- AUTO FOLLOW AL LÍDER (solo si está visible)
-- ==========================
-- UI en Main
UI.Label("Auto Follow 1.0", mainTab)
addTextEdit("followLeader", storage.followLeader or "PlayerName", function(widget, text)
storage.followLeader = text
end, mainTab)
-- ==========================
-- AUTO FOLLOW AL LÍDER (solo si está visible)
-- ==========================
-- UI en Main
UI.Label("Auto Follow 1.0", mainTab)
addTextEdit("followLeader", storage.followLeader or "PlayerName", function(widget, text)
storage.followLeader = text
end, mainTab)