About 6,990,000 results
Open links in new tab
  1. Server VS. Client VS. Module Scripts; What's the Difference ... - Roblox

    Apr 12, 2025 · As I was starting out scripting, I was extremely confused with all of the different types of scripts, but they actually have very important differences! This tutorial goes in-depth about all the different types of scripts & other info that may be very useful! Whether you are new, experienced, or looking to re-sharpen up your skills, this tutorial is for you! 💡 <details><summary>Client ...

  2. Scripting | Documentation - Roblox Creator Hub

    Scripts are plain text files that let you add custom, dynamic behavior to your experiences. You can use scripts to trigger in-game events, respond to player input, save player data, create leaderboards, spawn enemies, control NPC behavior, and much, much more.

  3. Luau | Documentation - Roblox Creator Hub

    Luau is the scripting language creators use in Roblox Studio. It is a fast, small, safe, gradually typed embeddable scripting language derived from Lua 5.1 . Contributing your Luau scripts for AI training can help enhance Luau-focused AI tools in Studio.

  4. Script types and locations | Documentation - Roblox Creator Hub

    Roblox has three types of scripts: Script - Code that runs on either the server or the client, depending on its location and Script.RunContext property. LocalScript - Code that runs only on the client.

  5. Difference between types of scripts - Scripting Support - Roblox

    Dec 20, 2019 · LocalScripts are for client-side use, scripts are server-sided. LocalScripts will only run in certain instances e.g. a player’s backpack, character, gui, playerscript folder etc. In contrast, scripts can run anywhere and have access to server-side objects/props/services.

  6. [Full Tutorial] How to script on Roblox | Beginners!

    Sep 20, 2022 · Today, I will be teaching you how to script from scratch - all the basics you need to know when coming to script on Roblox with a better and updated version! Understand the very basics of scripting on Roblox. Variables, DataTypes. Attributes, Properties. Math library. Conditions,Functions, Loops. Return, Remotes. Gamepasses,DevProducts.

  7. What Code Does Roblox Use? (Lua, C++, Java, or Python)

    Roblox uses Lua code. Roblox is coded with Lua script, and uses relatively simple and use kid-friendly conventions so they can quickly get to grips with how to program inside the Roblox platform.

  8. Understanding Roblox Scripts - Codingal

    Jul 20, 2023 · If you are new to using Roblox Studio, read this introductory article to get started! What are Roblox Scripts? Roblox scripts are a set of instructions written in a programming language called Lua. They control the behaviour and functionality of objects in your Roblox game.

  9. creator-docs/content/en-us/scripting/scripts.md at main · Roblox ...

    Scripts are containers that contain Luau code. Class.Script objects are pieces of Luau code that can modify object behaviors and implement the overall logic of your experience. They can run on the client or server, depending on the functionality you're building.

  10. Roblox Scripting for Beginners: A Step-by-Step Guide - Tynker

    Apr 8, 2025 · Understanding Luau helps with troubleshooting in the Output window, learning what asset types can do. For a detailed summary of differences, see the Luau documentation. With Luau at your fingertips, game customization will become fun and rewarding. Navigating Roblox Studio. To kick things off, you’ll need to understand Roblox Studio.

  11. Some results have been removed
Refresh