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

    Aug 18, 2023 · How to activate scripts Help and Feedback Scripting Support Diam0ndzOnYT (DisabledGummyWorm) August 18, 2023, 12:40am

  2. How do I activate/deactivate a script while a game is running

    Dec 22, 2024 · If you’re wanting to enable/disable an active script, I assume that it involves code that is constantly active. To do this, there’s no need to have code in separate scripts unless it’s for …

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

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

  5. Activate local script - Help and Feedback / Scripting Support ...

    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: …

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

    Oct 24, 2021 · You would use a module script to call functions from another script. I typically use module scripts for everything across scripts, like settings, variables, configs, functions, etc.

  7. How to activate scripts - Scripting Support - Roblox

    Aug 18, 2023 · see the scripts called qperfection weld and atom (dont worry about script called nuke) i need that script to activate those uhh lemee check

  8. How do you "Activate" module scripts? - DevForum | Roblox

    Jan 17, 2025 · So, I have recently come across this module script called “Undefined universe” on the model stuff in dashboard, I’ve been wondering how to activate it because I would like to test my …

  9. Can you activate a proximity prompt with a script? - Roblox

    Jan 5, 2022 · I don’t think it’s possible. You activate the proximity prompt with a server script. Also I don’t see the point of activating it via a localscript. Can you explain your situation better?

  10. Enable a script through a GUI button - Scripting Support - Roblox

    Apr 1, 2024 · Does anyone know how to activate a script in workspace, via pressing a GUI button. I have this, but it does not seem to be working: local on = false …