About 23,000,000 results
Open links in new tab
  1. Script Link - Edit multiple scripts simultaneously - Community ... - Roblox

    Jul 4, 2021 · Script Link is a fairly simple plugin that allows you to link different scripts together with a Link Id. This then allows you to edit said scripts simultaneously. Here is a demonstration: Usage. Select one or more scripts and click “Create Script Link” in the plugin tab or assign a shortcut in File > Advanced > Customize Shortcuts.

  2. Script Link - Creator Store - Roblox

    This plugin allows you to edit multiple scripts with the same link simultaneously. Usage: Select one or more scripts and click “Create Script Link” in the plugin tab or assign a shortcut in File > Advanced > Customize Shortcuts.

  3. How would I communicate between a script and another script ... - Roblox

    Jun 21, 2020 · If you want scripts to communicate to each other in the same environment like two server scripts then I would look into using BindableEvents: Script 1 local bindableEvent = PathToBindableEvent bindableEvent:Fire () -- Fires the BindableEvent Script 2 local bindableEvent = PathToBindableEvent bi…

  4. Script Link Service. Link multiple scripts to a shared source ... - Roblox

    Nov 1, 2021 · Link multiple scripts together from a shared source. This is a partial replacement for LinkedSources, but it cant be used between games. Write a script as you would any other, then press Push to make the first initial copy of the script, make sure to put your linker ID in here. In this example, I’m using this script.

  5. I need to combine two scripts into one - Roblox

    Nov 13, 2023 · These two scripts: local player = game.Players.LocalPlayer local humanoid = player.Character.Humanoid while true do humanoid.Jump = true wait(1) end local function onKeyPress(player, input) if input.KeyCode == Enum.KeyCode.Space …

  6. Whats the best way to connect 2 scripts? - Scripting Support ... - Roblox

    Sep 18, 2023 · I am trying to connect 2 server scripts together, so when one script is finished, the other one runs. I want to do this for organization reasons, and i don’t know what the best way to do it is. You could use BindableEvents, keep in mind that these can not …

  7. How do I put these 2 scripts together and make it work ... - Roblox

    Sep 6, 2023 · Basically I want to combine both of these scripts below and make it one script but make it work every single time, and not have it malfunction or not work randomly! leaderstats save script: local dataStoreService = gam…

  8. How do i use 2 scripts for a plugin? - DevForum | Roblox

    5 days ago · Hello devs! ive been trying to make a plugin but it includes something that needs to be on both server and client how would i use 2 scripts for a plugin? like for example 1 to set it up then one to do other stuff

  9. How to Use Pastebin for Roblox Scripts: The Ultimate Guide

    Apr 9, 2025 · Anyone with the link can view and edit the script. This way, everyone can work on the script together in real-time. It's a handy way to collaborate on Roblox projects. Organizing Your Scripts. If you're working on multiple Roblox projects, you might end up with a lot of scripts. Pastebin makes it easy to keep everything organized.

  10. How to combine 2 scripts into 1? - Scripting Support - Roblox

    Nov 15, 2023 · hello everyone, I have 2 scripts and I would like to connect them so that it turns out together, well, I create training zones when you stand on a part, a boost is added to you and I don’t want to write a training zone script separately on each part.

Refresh