About 51,200 results
Open links in new tab
  1. Scripts vs Local Scripts - Help and Feedback / Scripting ... - Roblox

    Aug 20, 2020 · Local script are used client-side actions like a stamina bar, scripts are used for server-side actions like a moving part. Local scripts and Scripts cannot be placed whereever …

  2. Local script in workspace! - Help and Feedback / Scripting

    Aug 22, 2023 · The point of local scripts it to make something happen only for a specific player. Just insert the local script in one of the instances mentioned by @MrKlocek2 and it will work.

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

  4. Local Scripts stops working after Player dies? - Roblox

    Jul 1, 2023 · So, i have made 3 local scripts for the Player’s Character, they all work completely fine, but once you die they stop working, but i don’t understand why ! They are all located in …

  5. Can exploiters edit local scripts? - Scripting Support - Roblox

    Jul 1, 2021 · Hello, so I am wondering if exploiters can currently edit local scripts, like change the code inside the local script, and is it easy for them to do it or not, because I have heard Lua-U …

  6. How do I make a local touch event - Scripting Support - Roblox

    Jul 9, 2023 · Do LocalScripts work in the Workspace? Scripting Support Question Are you able to use the print () or warn () commands on a local script? Why I’m asking I’m asking because I’m …

  7. Module script required from local script - Help and Feedback

    Oct 17, 2020 · Hey there! So i was looking at a few posts on whether module scripts can be required from local scripts, and they all said yes. So i went back on studio, and started using …

  8. Can you use a Local Script for Proximity Prompts? - Roblox

    Sep 18, 2022 · So this is my first time really touching the Proximity Prompts and I can’t seem to get a local script to work for the Proximity Prompt. It works perfectly fine using a server script …

  9. Running LocalScript in LocalPart - Scripting Support - Roblox

    Jan 27, 2022 · local scripts dont run inside workspace… I recommend putting a cloned script inside the player when the block is created… this allows for it to change color on client while …

  10. Local Script To Local Script Communication - Help and Feedback

    Aug 5, 2020 · I want to communicate from one local script to another local script. Kinda similar to how bindable events work. I know this is a security issue because there are so many ways to …