Issues with the Remote Functions and Events article re-write

I noticed that this article was recently updated, and changed completely. It looks pretty nice now! It became more simple and short and very comprehensible. However, it may be missing a few things which newer developers need to better understand and apply the concepts listed:

  1. There is no longer a section for the “Remote Events Limitations”, which is useful for some troubleshooting errors which may popup from using them too quickly.
    image

  2. There are no code snippets that show how everything works, it’s just talked about theoretically. It’s harder for newer developers to apply the concepts they read.

  3. Some images as well seem to be not loading
    e8d93928bae7946c800075813b13242ab49cbb65_2_690x201

  4. It also seems like this article is missing a huge part, which is the rest of how to use RemoteEvents (Server To Client) and how to use Remote Functions, which is why it seems like it’s unfinished.

2 Likes

Apologies all… I just reverted the article to its previous form. The “new” version you saw is a work-in-progress that was accidentally made public… stay tuned for its release in the next couple weeks, with better examples and improved clarity on this very important topic. :slight_smile:

7 Likes

Happy 2020! This article is now revamped from the ground up, with (I hope) clearer instructions, details, and usage examples.

2 Likes

Thank you a lot! It’s great to see you still care about this, I will be taking a look at this new bad boy. Thank you again and happy 2020 too!

1 Like

Shouldn’t this explain why this happens? Isn’t it because the receiving side only gets a copy, and not a reference from the sending side?

1 Like

This is a good question. I don’t think this is the case necessarily because the sent table is a copy; if I had to venture a guess, it’s because metatables are usually containers of functions, which don’t serialize. This insight would be an assumption, though.

2 Likes

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.