I've been stuck on this for the past few days, trying to read the source code as well as putting prints almost everywhere in Adonis just to try and find the solution or understand more about how it works. I'm trying to play around with instances parented to nil, I noticed that Adonis somehow connects between server and client while being still parented to nil and i wondered if Adonis uses custom remote event / function module or are the remote's hidden in some sort of service where both sides can access it?
I already know that remote events and functions don't replicated when parented to nil
#Adonis Server / Client connection
1 messages · Page 1 of 1 (latest)
Yes. Adonis did indeed hide the remote event in an inaccessible location. But we changed it so that now under ReplicatedStorage there is a different Adonis remoteevent that Adonis uses to communicate
oh, so this remote event and remote function does all the work in Adonis between server and client? (beside the debug api)
Yes. And the debug API is not used for client<->server communication at all