answersLogoWhite

0


Best Answer

G = Instance.new("HopperBin") G.Parent = game.StarterPack G.BinType = 7 local c = game.Players:children() for i=1,#c do c[i].Character.Torso:remove() end

This one is a delete tool if you want game tools then change the 7 to 6,5,4,3,2,1 or 0 but if you want to make your own then you make the 7 to an 8 and I'm not sure how but you put in a script somewhere.

User Avatar

Wiki User

6y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you insert tools using a script for roblox script builder?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Games

How do you make scripts on Roblox?

Show the Roblox studio tools, and click Insert --> Objects. Then, select "Script" from the list of items that appears and hit okay. You can now double-click on the script in the explorer window to open it for editing.


Can you insert a model into any place by hacking on Roblox?

It is not called 'hacking' as such. it is exploiting and it is extremely difficult. You can do it in different ways using CE's roblox studio or other seperate applications like Fiddler or Fiddler2. However for begginers i think roblox studio would be best just go into a game and click tools-execute script ASAP and have a premade script that inserts something into the game. I myself have 3. An insert tool , an admin script, and a orb


How do you crouch on roblox?

You can crouch by going to insert tools on roblox put in a crouch tool, and press crouch. simple?


How do you crouch Roblox?

You can crouch by going to insert tools on Roblox put in a crouch tool, and press crouch. simple?


How do you make a vip door at roblox?

If you want to make a VIP door, you have to have a script. To script you must go into roblox studio by clicking the first button to the left of the 'insert' button. Then, go into the brick you want, click 'insert...object' from the toolbar, select script. Scripting is a whole different story. I recommend reffering to the roblox wiki for scripting issues. If you have any questions, please contact builderman, or the ROBLOX wiki. Or you could go on Tools move the mouse onto the view tool then explorer and it will give you workspace then open up workspace find the door and double click it and it will show you scripts type your name in then hey-presto its done

Related questions

How do you get insert script in roblox?

An insert tool script is a script that is placed in an insert tool which allows you to insert models into a game. There are many insert tools on the free models which you can use. They range from simple tools to complicated GUI based ones.


How can you run a script on your place on roblox?

To enter a script on Roblox make sure the tools are displayed and then click Insert and select Object. Then, select "Script" from the window that pops up and click okay. Finally, double click on the script object that appears in the explorer window and enter your script.


How do you make scripts on Roblox?

Show the Roblox studio tools, and click Insert --> Objects. Then, select "Script" from the list of items that appears and hit okay. You can now double-click on the script in the explorer window to open it for editing.


How do you get a insert tool on roblox?

The ROBLOX administrators got rid of insert tools. You can no longer use them.


Can you insert a model into any place by hacking on Roblox?

It is not called 'hacking' as such. it is exploiting and it is extremely difficult. You can do it in different ways using CE's roblox studio or other seperate applications like Fiddler or Fiddler2. However for begginers i think roblox studio would be best just go into a game and click tools-execute script ASAP and have a premade script that inserts something into the game. I myself have 3. An insert tool , an admin script, and a orb


Tools on Roblox?

To make a tool on Roblox you must have scripting knowledge. First decide what kind of tool you want; and actual tool or a hopper bin. Then click insert>Object and select the desired tool type. Then insert a script into the tool and create whatever you want!


How do you crouch Roblox?

You can crouch by going to insert tools on Roblox put in a crouch tool, and press crouch. simple?


How do you crouch on roblox?

You can crouch by going to insert tools on roblox put in a crouch tool, and press crouch. simple?


How do you make a vip door at roblox?

If you want to make a VIP door, you have to have a script. To script you must go into roblox studio by clicking the first button to the left of the 'insert' button. Then, go into the brick you want, click 'insert...object' from the toolbar, select script. Scripting is a whole different story. I recommend reffering to the roblox wiki for scripting issues. If you have any questions, please contact builderman, or the ROBLOX wiki. Or you could go on Tools move the mouse onto the view tool then explorer and it will give you workspace then open up workspace find the door and double click it and it will show you scripts type your name in then hey-presto its done


How do you add teams to your Roblox game?

To add a team to Roblox, show the editing tools and click Tools --> Insert --> Service and select Team Service. Now, click Tools --> Insert --> Object and click on the object labeled "Team". Then click "Okay", and a team will be added to your place.


What is the difference from a script and a localscript on Roblox?

A script on Roblox runs on the server side then talks to the users. This allows it to address multiple users and manage the server. Local scripts run on a users computer then talks to the server. This allows for less lag in tools.


How do you script on Roblox?

You have to learn Lua first. The best place to learn is from the Roblox Wiki. My favorite article is 'The Absolute Beginners Guide to Scripting'. It is very helpful. You can also learn Lua from Lua reference manuals. Yet another way you can learn is by dissecting free models and looking over the scripts inside, trying to understand what the script does. But be careful when using free models, for they can infect you place and completely destroy it. (Note: Infecting scripts do not effect you computer, only your game on Roblox) To insert a new script, click Tools in the top left corner, a whole bunch of tools will pop up at the top of your screen. Then, go to the top of your screen, and click the Insert. Next, click Object. A window will appear in the middle of the screen. Find Script, click it, then click Ok. Also there are many websites out there made specifically for learning Roblox Lua. To see one of the better but incomplete sites out there look at the related links.