This is the Unity project for the SHSO remake, you can use it to connect to your own self-hosted instance but not the public server for security reasons. You will also need to copy the AssetBundles ...
local script = ... script.Awake = function() -- create an instance from a Inspector assigned prefab script.go = Object.Instantiate(script.InspectorPrefab) end script.Update = function() -- make it ...