About 1,680 results
Open links in new tab
  1. Functions | Documentation - Roblox Creator Hub

    The body of the function executes when you call the function. To call a function, type its name followed by parentheses. You can define a variable to accept the return value or use the return value in place …

  2. Function | Roblox Wiki | Fandom

    The Roblox engine 's Lua API is designed with first-class functions in mind, with classes that use callback functions include BindableFunction and classes that use event handlers include most …

  3. Understanding functions and how to use them - Holik Studios

    In Roblox Studio, a function refers to a block of code that performs a specific task or set of tasks. It is a fundamental building block used to organize and structure the code in a Roblox game or experience. …

  4. How to Use FUNCTIONS in Roblox Studio in 1 Minute! - YouTube

    Today, I'm giving you three ground-breaking functions, and explaining how they work in Roblox studio, and how you can use functions in your next script. ...more

  5. Roblox Functions Tutorial - Complete Guide - GameDev Academy

    Oct 20, 2023 · Welcome to this tutorial on Roblox functions! Here, you’ll dive into the fascinating world of coding in Roblox, learning how to construct and utilize functions within your game development …

  6. What does function () do in Roblox? - SplicedOnline

    Mar 18, 2025 · In Roblox, a function is a self-contained block of code that can be executed multiple times on command. This reusable code block can perform specific tasks, such as moving a …

  7. Code a function | Documentation - Roblox Creator Hub

    Functions are sets of instructions that can be used many times in a script. There are pre-made functions (also called methods) like print () and task.wait () that are built into most programming languages.

  8. Functions - Legacy Roblox Wiki

    Functions perform specific tasks. Some functions are already predefined, and some functions you create yourself. Methods are also an example of functions for specific objects.

  9. Functions - Roblox Scripting Tutorial - YouTube

    This tutorial will teach you how to use functions in Roblox Studio scripting, including parameters and arguments. This topic is crucial to understand Events which are coming next!

  10. creator-docs/content/en-us/tutorials/fundamentals/coding-2/functions ...

    With functions and events you can set up traps, buttons, health pickups, and more. Covered in this course are functions, parameters, arguments, and returning values.