Setup
-- Shared/Config_collaboration.lua
Config.CollaborationEditing = false -- Toggle live collaboration editing
Config.useWebsockets = false -- if CollaborationEditing is true and this is false then Events will be used for updating otherwise useWebsockets -- For websockets setup please follow the documentation
Config.webSocketURL = "http://localhost:3001" -- use Ngork or cloudflare tunnel URLLast updated