I cant load collection proxy. I changed names of socket and this is could not be the reason why appear black screen.
I think this can help.
function on_message(self, message_id, message, sender)
if message_id == hash(“proxy_loaded”) then
– New world is loaded. Init and enable it.
msg.post(sender, “init”)
msg.post(sender, “enable”)
…
As @AGulev has already written it looks as if you are only loading the collection, but not enabling it. The manual on collection proxies should cover the different steps involved in loading and enabling a collection.
I resolved this problem
Excellent! And was the problem the missing on_message function and handling of proxy_loaded message?
Yes. I didnt wrote script for proxy_loaded.