About 90,600 results
Open links in new tab
  1. Let's learn how to use remote events! (REWRITTEN AND …

    May 27, 2023 · Today, we are going to learn how to use remote events in Roblox Lua scripting. Let’s understand what remote events are, how they work, and their strengths! Remote events …

  2. A better way to understand Remote Events and Remote Functions …

    Jun 7, 2020 · Sadly, remote events can’t do function with a returned value Not in the way you do with remote functions, but the value can instead be passed as an argument and accessed via …

  3. Remote Events In A Nutshell - Resources / Community Tutorials

    Jul 3, 2024 · Remote events are very important for game development, and although I am sure most of you are well versed in them, I decided to make a quick guide for those that aren’t! …

  4. How to use module scripts with Remote Events? - Roblox

    Apr 8, 2019 · Hello! I am in the middle of working on a game and wanted to re-organize my scripts. I don’t know how to use the Client-Server connection between ModuleScripts and …

  5. Introducing UnreliableRemoteEvents - Announcements - Roblox

    Nov 29, 2023 · [Update] March 12, 2025 Hi Creators! We are excited to announce the release of UnreliableRemoteEvents! This is available immediately and adds a new creatable instance, …

  6. How to use Remote Events in Tools? - Roblox

    Oct 3, 2021 · I am currently testing out the use of remote events inside tools. I want to make the tool emit particles from a server script. I have it set up so that the local script detects the tool’s …

  7. Can someone explane how remote events work and why do I need …

    Nov 14, 2020 · Remote events are a sort of feature in roblox which allow communication from scripts. Theirs many ways you can use it. It prevents exploiters from messing everything up in …

  8. Is it possible to use one Remote Event for multiple scripts ... - Roblox

    Mar 15, 2022 · I usually use different events instead, however I keep them in a folder for the specific task. Instead of (for example) using InventoryRemote and passing in various …

  9. How many RemoteEvents is too much? - DevForum | Roblox

    Sep 28, 2021 · And if you send too many events within a short period of time it will get rate limited. While reusing a single remote event as best as you can is effective. It’s also important …

  10. Modular Remotes [Remote Events/Functions] - Roblox

    Sep 1, 2023 · Introduction Modular Remotes is a utility designed to modularize RemoteEvents and RemoteFunctions. Managing a large amount of remotes can be a hassle at times, and …