About 44,400,000 results
Open links in new tab
  1. RBXScriptSignal:Once | Documentation - Roblox Creator Hub

    The behavior of Once is similar to Connect. However, instead of allowing multiple events to be received by the specified function, only the first event will be delivered. Using Once also ensures that the …

  2. What does Event:Once () do? - Help and Feedback / Scripting ... - Roblox

    Jan 10, 2023 · It connects a function that is disconnected right after it’s fired, hence why it’s called once. It can be used for functions that are only going to be used once so you don’t have to manually …

  3. What are the benefits of using :Once - DevForum | Roblox

    Dec 5, 2024 · Its functionality is really in its name, once, you will only find it useful when you need to wait for something once. It also makes your code more readable and gets rid of the need of handling one …

  4. RBXScriptSignal | Documentation - Roblox Creator Hub

    The behavior of Once is similar to Connect. However, instead of allowing multiple events to be received by the specified function, only the first event will be delivered. Using Once also ensures that the …

  5. Making event fire once and only once - Scripting Support - Roblox

    Jun 26, 2025 · What I intended was that when the clocktime hits the designated time range, it would clone the object mentioned through the loop. What’s happening, I think, is that the script keeps …

  6. How do I make a function run only once - Roblox

    Dec 25, 2019 · Hello, today I want to make a code of a fireball, but I want to know how I can make that when the event of damage to the user occurs, it only runs once, because when I do it runs millions of …

  7. An inquiry about " :Once " - Scripting Support - Roblox

    Sep 17, 2023 · Your code only runs once unless you wrap it in an event or a loop anyway. You’re gonna need to be more descriptive about what you’re trying to do.

  8. How can i make a script run once? - DevForum | Roblox

    Mar 1, 2024 · You can also use :Once to connect a function to an event, it disconnect as soon as it runs.

  9. Quick question about "RBXScriptSignal:Once()" - Roblox

    Sep 1, 2022 · Does it do what is tells you runs the function once? Is this a memory leak? It disconnects the signal once it runs. So you don’t have to do: connection:Disconnect() An object that runs …

  10. Releases · Dashbloxx/MultiRoblox - GitHub

    Jul 14, 2023 · MultiRoblox is the best open-source program that allows you to open multiple instances of ROBLOX! Here is where you can download MultiRoblox!

    Missing:
    • Once
    Must include: