About 50 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 …

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

  4. How to use the new Ban API (with code examples) - Roblox

    Jun 29, 2024 · Here is a brief summary of how to use roblox’s new ban API. This does not cover everything but it does cover how you could set up a simple system inside of your game. You …

  5. How to use Studio's Script Recovery feature to actually ... - Roblox

    Oct 19, 2019 · Opening As most people know, Roblox Studio has a Script Recovery feature. However, as most people also know, it doesn't have very much functionality other than …

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

    Sep 19, 2020 · Yes it is, but you can access Script.Source when publishing the script as a plugin.

  7. [Live] Script RunContext - Announcements - Developer Forum

    Aug 24, 2022 · The behavior of Script and LocalScript can be consolidated into a single instance making it easier for us to introduce new script types in the future. How can you use it? As …

  8. ProfileStore - Save your player data easy (DataStore Module)

    Oct 11, 2024 · “ProfileStore” by loleris (Successor module to ProfileService) [GitHub repo] ProfileStore is a Roblox DataStore wrapper that streamlines auto-saving, session locking and …

  9. [R6]: Run + Walk Animations - Community Resources - Roblox

    Jul 24, 2023 · It’s a keyframe packed in KeyframeSequences and not animations that is uploaded publicly, right click on it and “Save to Roblox” also designed to be used for “Animate” script …

  10. What does script.parent mean? - Scripting Support - Roblox

    Jul 24, 2020 · So, script.Parent gets the parent of the script which is what the script is in. Eg. if the script is in a part and you use script.Parent, it will state the parent of the script, which is the …