You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 9, 2020. It is now read-only.
local path = string.format('debugtools.services.server.%s.%s_service', name, name)
local service_path = require(path)
assert(service_path, "Could not find a debug tools service. Are you sure your debugtools mod folder is named correctly? It should be 'debugtools' not 'debugtools_master'")