About 15,800 results
Open links in new tab
  1. How to activate scripts - Scripting Support - Roblox

    Aug 18, 2023 · Watch thedevkings video on modules scripts to learn about it. Advanced Roblox Scripting Tutorial #11 - Module Scripts & Dictionaries (Beginner to Pro 2019)

  2. How do you "Activate" module scripts? - Roblox

    Jan 17, 2025 · To activate a module script, you need to use require(), providing the module script as the parameter. For example, if you have a module script called “Undefined universe” and you parent it to …

  3. How to activate a script when a dialogue is opened ... - Roblox

    Nov 27, 2022 · I’d like to set a camera position when the player clicks on the dialogue button over the npcs head. Is there a script I can put inside the dialogue that lets me activate a script when its …

  4. How do I activate/deactivate a script while a game is running ... - Roblox

    Dec 22, 2024 · BindableFunction | Documentation - Roblox Creator Hub An object which allows for synchronous two-way communication between scripts on the same side of the client-server …

  5. How do I activate another script's function? - Roblox

    Oct 24, 2021 · I do know that I need to activate this function in order for the door to open. Here is the function I need to activate to get the door open. local function Open() …

  6. Activate local script - Help and Feedback / Scripting Support ... - Roblox

    Sep 18, 2023 · What i want to achieve is disabling a local script through a normal script and reEnabling the local script, how would i do that? i tried doing this: …

  7. Is there any way to "Activate" a local script? - Roblox

    Jun 19, 2021 · So basically I have a script I want to run on the players side. However when I tried putting it in the character it didn’t seem to want to run. I know how to do this with a normal character …

  8. How would I communicate between a script and another script

    Jun 21, 2020 · Hello developers! Recently, I have been trying to make a game modes system, and I want the text to say which game mode was chosen. Only problem is, I don’t know how a script can …

  9. Activate a script by button - Scripting Support - Roblox

    Apr 28, 2021 · Hey devs, I’m looking for some help with a script. As you can see, I am a builder so I’m not the best scripter. I was able to make up this script, which will shrink the player. I’m wondering …

  10. Local script vs Server script for Tool.Activated - Roblox

    Aug 25, 2023 · Hello I am creating a tool, which will increase the player’s health (on the server), when the player activates it. Is there any benefit to handle the Tool.Activated event in a Local script and fire …