About 114,000 results
Open links in new tab
  1. [Full Tutorial] How to script on Roblox | Beginners!

    Sep 20, 2022 · On Roblox, you could think of scripting as the Scenes in the back of each game on the platform. And every game you see on Roblox, was made by people who scripted and wrote codes to …

  2. Walk/Run Script - Scripting Support - Developer Forum | Roblox

    Jan 14, 2020 · Hello everyone, So, I have alot of scripts in my game so, I was wondering if its possible or how could I make it to make two into one its a local script that in the starterplayer in the …

  3. Script Executor - Simple Script Execution - Roblox

    Aug 31, 2024 · Script Executor is a plugin for executing scripts as quickly as possible. It also has a bunch of other useful functions too! If you’re a scripter, then you need to have this plugin! Features …

  4. RunLSC - Run script (s) by selecting them and clicking a ... - Roblox

    Nov 6, 2022 · There doesn’t seem to be a feature where you can directly run scripts by simply selecting a single or multiple scripts and clicking a button to automatically run them, so I decided to write a …

  5. Is it possible to run script in studio without enabling Test ... - Roblox

    Jul 28, 2022 · For a script to run in roblox, you MUST start/play the game. If you want to play the game without your Character or Player Loading, just hit F8, or click on the arrow under the play button, and …

  6. How to execute scripts with a plugin without using loadstring ... - Roblox

    Aug 30, 2024 · Unfortunatley, I do not know how to do that with a plugin while in the editor, because the editor doesn’t run scripts while added, it just creates them to run when the game starts. How would I …

  7. Local scripts and Gui - Community Tutorials - Roblox

    Jun 21, 2025 · Local scripts are scripts that only appear on the client there are 2 sides of Roblox the client and the server. The client is the players view so stuff like GUI. to create a local script there are …

  8. Server VS. Client VS. Module Scripts; What's the Difference ... - Roblox

    Apr 12, 2025 · Server Scripts Unlike LocalScripts, ServerScripts are managed by Roblox servers. ServerScripts change data for everyone, not just the client. & Finally, ServerScripts are not prone to …

  9. Run a script on client - Help and Feedback / Scripting Support ... - Roblox

    Nov 30, 2022 · Why do you need to move a Local Script to run the code? Couldn’t you use Remote Events as @azqjanna suggested instead? Regardless, you could move the script to the …

  10. Lua Scripting Starter Guide - Community Tutorials - Roblox

    Nov 24, 2019 · Learn Lua scripting for Roblox with this beginner's guide, covering programming basics and tips for aspiring developers.