About 400,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. 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 …

  3. [PLUGIN] ScriptMate - Learn to script now! (15K+ Installs) - Roblox

    Sep 5, 2022 · Watch videos Learn more ScriptMate is an educational plugin for Roblox Studio that offers a range of fast-paced tutorials, scripting challenges and quizzes for aspiring developers. Not …

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

  5. Get script text - Scripting Support - Developer Forum | Roblox

    Mar 10, 2023 · Hi guys! So, I’m trying to make my own anti-cheat, but I need to be able to get all the text that’s inside of a script. I haven’t found any solution to this, and couldn’t find a solution on the …

  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. Click To Get Tool Tutorial - Community Tutorials - Roblox

    Nov 2, 2022 · Hello, @robeatsdeath here, here’s a tutorial on how to setup a simple click to get tool system! First, open up Roblox Studio and make a new place if you haven’t already. Then, let’s insert …

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

  9. How do I get the local player in a serverscript? - Roblox

    Nov 1, 2024 · Im trying to send a remote event to the client when someone is killed but how do I get the local player when it happens? local Bullet = script.Parent local NearbyBulletSound = …

  10. How to get Player Character in local script? - Roblox

    Jun 2, 2023 · How can this be? I used a :WaitForChild function for the character and ontop of that used a CharacterAdded function. Why can’t I get the character in the local script? On a server-sided script, …