User:Buckethead101/Tools and HopperBins: Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Buckethead101
New page: [ Coming Soon ]
 
>Buckethead101
No edit summary
Line 1: Line 1:
[ Coming Soon ]
= Introduction =
What's a battle place without the weapons? What's a plane without the plane tool? What's a buildng place without any building tools? The answer to all those, is nothing. In this tutorial, you will learn to make some basic tools and weapons.
 
= Intro to HopperBins =
The easiest and most basic tool is a hopperbin. A hopperbin is a tool where you don't hold anything; your arm doesn't even come up. That's what plane and car tools are. It's what reset tools are. It's what (some) rock-trowing tools are. Hopperbins are used for many things.
 
== The Basic Functions ==
The basic functions for hopperins are:
*Button1Down - Makes something happen when you click.
*KeyDown - Makes something happen when you push a key on the keyboard.
*Selected - Makes something happen when the tool is selected
*Deselected - Makes something happen when the tool is deselected.
 
== Making a Reset Tool ==
Now that you know the basic functions, it's time to make a reset tool.
 
First Thhings first; In the explorer menu, select the starterpack in explorer, and go to Insert>Object>HopperBin.

Revision as of 03:17, 1 January 2009

Introduction

What's a battle place without the weapons? What's a plane without the plane tool? What's a buildng place without any building tools? The answer to all those, is nothing. In this tutorial, you will learn to make some basic tools and weapons.

Intro to HopperBins

The easiest and most basic tool is a hopperbin. A hopperbin is a tool where you don't hold anything; your arm doesn't even come up. That's what plane and car tools are. It's what reset tools are. It's what (some) rock-trowing tools are. Hopperbins are used for many things.

The Basic Functions

The basic functions for hopperins are:

  • Button1Down - Makes something happen when you click.
  • KeyDown - Makes something happen when you push a key on the keyboard.
  • Selected - Makes something happen when the tool is selected
  • Deselected - Makes something happen when the tool is deselected.

Making a Reset Tool

Now that you know the basic functions, it's time to make a reset tool.

First Thhings first; In the explorer menu, select the starterpack in explorer, and go to Insert>Object>HopperBin.