About 50 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 …

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

  3. How do I put a script in all parts without having to do it one

    Jul 1, 2023 · Okay so im new to roblox game development and im currently making an obby with a lot of kill bricks. I know that theres a way to put a script in all parts without having to do it one …

  4. How can I add a script that inserts a model? - Roblox

    Jul 2, 2020 · How can I add a script that inserts a model from the Roblox libary in Roblox Studio? I want to add some model in my game that only appears after 5 mins (I already know how to do …

  5. How do I insert/call a script into a running game? - Roblox

    Nov 29, 2022 · I am trying to have a script that calls for another script once the game starts running. To further clarify, I am trying to make it so I can easily update my script amongst …

  6. Where Should I Put My Script In Order For It to Run and Be

    Jul 4, 2022 · However, when I put the script (I have a script as the parent of the RemoteEvent) in some places accessible by the client as well, like ReplicatedStorage, the script doesn’t run. …

  7. Importing model from Toolbox with a script - Roblox

    Mar 28, 2021 · Hello developers, I have a model that I published, but I want to put it into my game via a script, but how would I do that?

  8. Does it matter where the script is? - DevForum | Roblox

    Mar 2, 2021 · It matters where the script is, it’s really important for developers to put their main scripts into ServerScriptService, why? You can hide it from exploiters hacking in your game. …

  9. How do you turn a Model into a Tool and vice versa - Roblox

    Jul 24, 2020 · I want to turn a Model into a Tool, because so that the player can equip the items, but I also wanted to turn the Tool into a Model, so I can use SetPrimaryPartCFrame to make …

  10. [SOLVED] Help cloning a item into the players' backpack - Roblox

    Oct 15, 2022 · Hey there, I need help cloning a tool into the players’ backpack. This is my script: local ServerStorage = game:GetService("ServerStorage") local player = …