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

    Sep 20, 2022 · How do script [ Update Version], 2022/2023 Introduction Hey there! Today, I will be teaching you how to script from scratch - all the basics you need to know when coming to script on …

  2. 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.

  3. How to use Script.Source? - Scripting Support - Roblox

    Sep 19, 2020 · Help and Feedback Scripting Support studio, scripting GEILER123456 (GEILER123456) September 19, 2020, 3:11pm 1

  4. How to create and write to a file in my local disk? - Roblox

    Jun 3, 2022 · I need to debug my game, but as I used teleport I can’t debug it inside Studio. So I have to resort to this terrible and limited Console Output Log from Roblox Player. As I have a lot of multilevel …

  5. Is there a way to make a script with a script? - Roblox

    Nov 13, 2019 · For Studio, yes you can create a script from Instance.new and write into it, but you can’t do that in a production game. I mean you could instance a script but it’d be blank and you’d be …

  6. Read/Write to script.Source? - Scripting Support - Roblox

    Nov 26, 2019 · Hello everyone. So, I’m trying to make an automatic script repair for my game. Basically it will fix old scripts by rewriting instance functions with wrappers. The problem I’m having is that I …

  7. How to Write Professional Code - Community Tutorials - Roblox

    Feb 15, 2025 · How to write clean code? Let’s get into the nitty-gritty of writing clean code. Each segment will have a good script example and a bad script example.

  8. Scripting Tips & Tricks: Basics - Community Tutorials - Roblox

    Jun 22, 2021 · Scripting is a very important thing when developing, most of the things you do in Roblox studio must need a script for it to work! But don’t worry if you don’t know how to script very well, I can …

  9. 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 …

  10. How to create a script and set its Content - Roblox

    Aug 13, 2020 · How would I make a script and then put a script in it? Like create a script, and then put a remote event function into it?