About 851,000 results
Open links in new tab
  1. Deeper understanding into :Connect (function (Something) - Roblox

    Jan 27, 2022 · Every event that you connect a function to will return something when it fires. Here’s an example: BasePart.Touched. In a script, this would look something like …

  2. Understanding the typeof () function in Roblox

    Jul 1, 2025 · What is the typeof () function in Roblox and what is it useful for? To kick off, typeof () is a very special function made by Roblox which returns a specified datatype as a string.

  3. Custom Function Comments V2 | Hidden Comment API, …

    Feb 25, 2025 · About Gain access to all of the hidden comment features used by official roblox api and more through custom html flags and markdown syntax in function comments. API <dep> = …

  4. How To Return A Function? - Help and Feedback / Scripting

    Nov 30, 2021 · How To Return A Function. To return a function, you just return the function’s name (not a string) or the function itself, without calling it. Examples:

  5. [Solved]Any ways to stop a function? - Scripting Support - Roblox

    Mar 31, 2019 · To exit a function from within the function, use the return keyword. This, essentially, makes the function exit the current scope and stop. From outside the function, you …

  6. How to change variables outside of a function - Roblox

    Oct 15, 2024 · Hello. I would like to figure out a way to change variables that are inside of a function, or make a variable that can vary. I want to do this because then, I could use the …

  7. How to call a function without passing variables into function

    Dec 30, 2024 · Parameters are necessary for a function if some data is needed to pass into the function, unless there are already global variables that are directly accessible in the function.

  8. How to Define a Variable Within A Function Then Access it

    Oct 5, 2024 · What do you want to achieve? I want to define a variable like this: _G.highlight = nil local function() _G.highlight = object end print(_G.highlight) What is the issue? This sample …

  9. What is a callback function? - Scripting Support - Roblox

    Mar 25, 2024 · I’ve read an article about Network Delay, though something called a callback function was mentioned. What does this mean?

  10. How to secure your RemoteEvent and RemoteFunction - Roblox

    Jan 4, 2025 · Hey developers ! It seems that nobody has yet made a post to fully cover this subject, so I will be doing it. Here’s everything you need to know about how to effectively …