Tutorials: Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Mindraker
No edit summary
>Mindraker
Hey, that is kind of snazzy, Anaminus
Line 4: Line 4:
<h3>If you would like your page to be on here, please suggest so on the [[Talk:Tutorials|Discussion Page]]. Thank You. </h3>
<h3>If you would like your page to be on here, please suggest so on the [[Talk:Tutorials|Discussion Page]]. Thank You. </h3>


{| width=100%
{| cellspacing=5 cellpadding=5 width=100% style="background-color: #fdd;border: 2px dashed #f00;"
|
|width=48px|[[Image:manual.png|48x48px]]
{| cellspacing=5 cellpadding=5 border=0 width=100% style="background-color: #fdd; border: 2px dashed #f00;"
|'''[[Getting Started in Roblox|Getting Started]]'''
 
|-valign="top"
|width=48px|[[Image:hammer.png|48x48px]]
|'''Building Tutorials'''
 
<small>''Basic''</small>
:{| style="background-color: #fdd;"
|width=40%|
|-
|[[How do I make walkthroughable bricks?]]
|Shows how to make a Walkthroughable brick.
|-
|[[How do I build my place?|How to Create a Level]]
|Information on making a level.
|-
|[[Brick Surface Types]]
|The various brick surfaces available.
|-
|[[Tools]]
|How to add weapons and building tools to your map.
|-
|[[How To Create Models]]
|How to upload your creations to Roblox
|-
|[[How To Make A Shiny Brick]]
|Changing the reflectance of a brick
|-
|[[How To Make A Transparent Brick]]
|Changing the transparency of a brick
|}


|width=48|{{CatImage || image=manual.png | link= | width=48px | height=48px }}
<small>''Intermediate''</small>
|'''[[Getting Started in Roblox|Getting Started]]'''
:{| style="background-color: #fdd;"
|width=40%|
|-
|[[How to Make Conveyor Belts]]
|This explains how to make conveyor belts, as well as how they work.
|-
|[[How to make text on a brick]]
|How to make text on a brick. Also learn about how Humanoid is used.
|-
|[[How to make a Trampoline]]
|Your guide to bouncing like a maniac.
|-
|[[How to Make Ramps]]
|Tells you how to make three types of ramps.
|-
|[[How to Make an Office Building]]
|Shows how to make good-looking models very quickly
|-
|[[How to make transparent shirts]]
|How to make parts of a shirt transparent
|-
|[[How To Create A Windmill]]
|How to make a windmill
|-
|[[Properties]]
|Properties and how they work
|-
|[[How To Make A Door]]
|How to make a basic door.
|}


<small>''Advanced''</small>
:{| style="background-color: #fdd;"
|width=40%|
|-
|-
|[[Design Tips for a Fun Multiplayer Map]]
|Some things to think about when designing your own Multiplayer map
|}


|width=48|{{CatImage || image=hammer.png | link=Getting Started | width=48px | height=48px }}
<small>''Expert''</small>
|'''Basic Tutorials'''<br><small>''Basics''</small>
:{| style="background-color: #fdd;"
#[[Getting Started in Roblox]] -- New to ROBLOX? Look here!
|width=40%|
#[[How do I make walkthroughable bricks?]] - Shows how to make a Walkthroughable brick.
|-
#[[How do I build my place?|How to Create a Level]] - Information on making a level.
|[[How do fountains work?]]
#[[Brick Surface Types]] - The various brick surfaces available.
|}
#[[Tools]] - How to add weapons and building tools to your map.
 
#[[How To Create Models]] - How to upload your creations to Roblox
|width=48px|[[Image:luaCode.png|48x48px]]
#[[How To Make A Shiny Brick]] - Changing the reflectance of a brick
|'''Scripting Tutorials'''
#[[How To Make A Transparent Brick]] - Changing the transparency of a brick
 
<br><small>''Intermediate''</small>
<small>''Basic''</small>
#[[How to Make Conveyor Belts]] - This explains how to make conveyor belts, as well as how they work.
:{| style="background-color: #fdd;"
#[[How to make text on a brick]] - How to make text on a brick. Also learn about how Humanoid is used.
|width=40%|
#[[How to make a Trampoline]] - Your guide to bouncing like a maniac.
|-
#[[How to Make Ramps]] - Tells you how to make three types of ramps.
|[[Absolute beginner's guide to scripting]]
#[[How to Make an Office Building]] - Shows how to make good-looking models very quickly
|If you have no idea about this 'Lua', look here.
#[[How to make transparent shirts]] - How to make parts of a shirt transparent
|-
#[[How To Create A Windmill]] - How to make a windmill
|[[Basic Scripting]]
#[[Properties]] - Properties and how they work
|Tutorial that shows you some of the basics of scripting.
#[[How To Make A Door]] - How to make a basic door.
|-
<br><small>''Advanced''</small>
|[[Script Creation Walkthrough]]
#[[Design Tips for a Fun Multiplayer Map]] - Some things to think about when designing your own Multiplayer map
|Tutorial that will help you make your very first touching script.
<br><small>''Expert''</small>
|-
#[[How do fountains work?]]
|[[Intro to Scripting: Make a Healing Potion]]
|This teaches how to make more complex onTouch scripts.
|-
|[[Intro to Scripting: Make a Dance Floor]]
|Introduction to loops! Here we'll make [[Part|bricks]] change [[Colors|colors]].
|-
|[[How To Make Glow Scripts]]
|The more complex loops.
|-
|[[Debounce|Intro to Scripting: What is Debounce?]]
|Tutorial that explains debounce, a common scripting concept.
|-
|[[How do I make VIP doors?]]
|How to make a VIP door
|-
|[[How to add messages]]
|How to add [[Message|messages]] to your [[Place|place]].
|-
|[[Intro to Scripting: Make an Invisibility Tool]]
|Tutorial that shows how to make an invisibility tool.
|-
|[[Making an onClicked script]]
|A tutorial that teaches you how to make a simple onClicked script.
|-
|[[Introduction to Weapons]]
|An introduction to the scripting of weapons.
|-
|[[Teleportation]]
|An explanation of the very simple concept of teleporting, and how to do it.
|-
|[[Music]]
|How to add music to your place.
|-
|[[One Way Shields]]
|How to Create An One Way Only Shield/Door.
|-
|[[Commands]]
|How to make talking commands.
|-
|[[How do I create a brick?]]
|Basic tutorial on inserting a brick with scripting.
|}


|width=48|{{CatImage || image=luaCode.png | link=Getting Started | width=48px | height=48px }}
|'''Tutorials'''<br><small>''[[Script|Scripting]] Basics''</small>
#[[Absolute beginner's guide to scripting]] - If you have no idea about this 'Lua', look here.
#[[Basic Scripting]] - Tutorial that shows you some of the basics of scripting.
#[[Script Creation Walkthrough]] - Tutorial that will help you make your very first touching script.
#[[Intro to Scripting: Make a Healing Potion]] - This teaches how to make more complex onTouch scripts.
#[[Intro to Scripting: Make a Dance Floor]] - Introduction to loops! Here we'll make [[Part|bricks]] change [[Colors|colors]].
#[[How To Make Glow Scripts]] - The more complex loops.
#[[Debounce|Intro to Scripting: What is Debounce?]] - Tutorial that explains debounce, a common scripting concept.
#[[How do I make VIP doors?]] - How to make a VIP door
#[[How to add messages]] - How to add [[Message|messages]] to your [[Place|place]].
#[[Intro to Scripting: Make an Invisibility Tool]] - Tutorial that shows how to make an invisibility tool.
#[[Making an onClicked script]] -A tutorial that teaches you how to make a simple onClicked script.
#[[Introduction to Weapons]] - An introduction to the scripting of weapons.
#[[Teleportation]] - An explanation of the very simple concept of teleporting, and how to do it.
#[[Music]] - How to add music to your place.
#[[One Way Shields]] - How to Create An One Way Only Shield/Door.
#[[Commands]] - How to make talking commands.
#[[How do I create a brick?]] -- Basic tutorial on inserting a brick with scripting.
<small>''Advanced''</small>
<small>''Advanced''</small>
#[[Beginner's Guide to Advanced Scripting]] -- Some basic concepts on tables, loops, if statements, and custom functions.
:{| style="background-color: #fdd;"
#[[How to Make a Model Regenerate]] - Tutorial that shows how to make a model periodically regenerate itself.
|width=40%|
#[[Sounds]] - Learn how to create triggers and buttons that make sounds and speeches.
|-
#[[Building Trains]] - A tutorial by on how to build a player-controlled train.
|[[Beginner's Guide to Advanced Scripting]]
#[[How To Use BodyPosition]] - This will teach you how to use a very nice object, BodyPosition.
|Some basic concepts on tables, loops, if statements, and custom functions.
#[[How To Increase and Decrease Vector3 Values]] - This will teach you how to increase and decrease Vector3 Values.
|-
#[[How To Build A Catapult]] - Your guide to medieval mayhem.  
|[[How to Make a Model Regenerate]]
#[[PlayerEntered]] - Learn how to edit players when they enter your place.
|Tutorial that shows how to make a model periodically regenerate itself.
#[[How to Make a Plane]] - A tutorial that teaches how to make an airplane.
|-
#[[Truly Random Numbers]] - How to make scripts generate more genuinely random numbers.
|[[Sounds]]
#[[How To Make an Elevator]] -How to make elevators.
|Learn how to create triggers and buttons that make sounds and speeches.
#[[Commands]] --Everything you want to know about them.
|-
#[[How Do I Make Morphs?|How to Make a Morph]] -How to make morphs for your player.  
|[[Building Trains]]
#[[How To Make Multi Handles]] -How to create your own multiple handle weapon.
|A tutorial by on how to build a player-controlled train.
#[[How To Make Homing Objects.]] - Want an object to follow something even if they turn?
|-
|[[How To Use BodyPosition]]
|This will teach you how to use a very nice object, BodyPosition.
|-
|[[How To Increase and Decrease Vector3 Values]]
|This will teach you how to increase and decrease Vector3 Values.
|-
|[[How To Build A Catapult]]
|Your guide to medieval mayhem.  
|-
|[[PlayerEntered]]
|Learn how to edit players when they enter your place.
|-
|[[How to Make a Plane]]
|A tutorial that teaches how to make an airplane.
|-
|[[Truly Random Numbers]]
|How to make scripts generate more genuinely random numbers.
|-
|[[How To Make an Elevator]]
|How to make elevators.
|-
|[[Commands]]
|Everything you want to know about them.
|-
|[[How Do I Make Morphs?|How to Make a Morph]]
|How to make morphs for your player.  
|-
|[[How To Make Multi Handles]]
|How to create your own multiple handle weapon.
|-
|[[How To Make Homing Objects.]]
|Want an object to follow something even if they turn?
|}
 
<small>''Expert''</small>
<small>''Expert''</small>
#[[Money/Shop Scripts]] - Get started making shops.
:{| style="background-color: #fdd;"
#[[Leaderboards]] - Make your own leaderboards.
|width=40%|
#[[How to Create a Black Hole]] - A script that gives a detailed explanation on how to create a gravity field.
|-
#[[How to Make a Plane/How to Make An Attacking Plane?|How to make an attacking plane]]- Making a Plane that Attacks you.
|[[Money/Shop Scripts]]
|Get started making shops.
|-
|[[Leaderboards]]
|Make your own leaderboards.
|-
|[[How to Create a Black Hole]]
|A script that gives a detailed explanation on how to create a gravity field.
|-
|[[How to Make a Plane/How to Make An Attacking Plane?|How to make an attacking plane]]
|Making a Plane that Attacks you.
|}
 
|-valign="top"
|width=48px|[[Image:cannon.png|48x48px]]
|'''Tool guides'''
 
:{| style="background-color: #fdd;"
|width=40%|
|-
|[[BrickBattle Weapons]]
|-
|[[Game Tool|Moving Bricks]]
|-
|[[Tools|How to edit a weapon mesh]]
|-
|[[HopperBins|How to make a hopperbin]]
|}
 
|width=48px|[[Image:FilmStrip.gif|48x48px]]
|'''Movies'''
 
:{| style="background-color: #fdd;"
|width=40%|
|-
|-
|[[How to Make Roblox Movies]]
|Need help on movies? This is the guide for you!
|}


|width=48|{{CatImage || image=cannon.png | link= | width=48px | height=48px }}
|}
|'''Tool guides'''<br>
#[[BrickBattle Weapons]]
#[[Game Tool|Moving Bricks]]
#[[Tools|How to edit a weapon mesh]]
#[[HopperBins|How to make a hopperbin]]
|width=48|{{CatImage || image=FilmStrip.gif | link= | width=48px | height=48px }}
|'''[[How to Make Roblox Movies|Movies]]'''<br>
#[[How to Make Roblox Movies]] - Need help on movies? This is the guide for you!

Revision as of 09:58, 5 November 2008

If you would like your page to be on here, please suggest so on the Discussion Page. Thank You.

Getting Started
Building Tutorials

Basic

How do I make walkthroughable bricks? Shows how to make a Walkthroughable brick.
How to Create a Level Information on making a level.
Brick Surface Types The various brick surfaces available.
Tools How to add weapons and building tools to your map.
How To Create Models How to upload your creations to Roblox
How To Make A Shiny Brick Changing the reflectance of a brick
How To Make A Transparent Brick Changing the transparency of a brick

Intermediate

How to Make Conveyor Belts This explains how to make conveyor belts, as well as how they work.
How to make text on a brick How to make text on a brick. Also learn about how Humanoid is used.
How to make a Trampoline Your guide to bouncing like a maniac.
How to Make Ramps Tells you how to make three types of ramps.
How to Make an Office Building Shows how to make good-looking models very quickly
How to make transparent shirts How to make parts of a shirt transparent
How To Create A Windmill How to make a windmill
Properties Properties and how they work
How To Make A Door How to make a basic door.

Advanced

Design Tips for a Fun Multiplayer Map Some things to think about when designing your own Multiplayer map

Expert

How do fountains work?
Scripting Tutorials

Basic

Absolute beginner's guide to scripting If you have no idea about this 'Lua', look here.
Basic Scripting Tutorial that shows you some of the basics of scripting.
Script Creation Walkthrough Tutorial that will help you make your very first touching script.
Intro to Scripting: Make a Healing Potion This teaches how to make more complex onTouch scripts.
Intro to Scripting: Make a Dance Floor Introduction to loops! Here we'll make bricks change colors.
How To Make Glow Scripts The more complex loops.
Intro to Scripting: What is Debounce? Tutorial that explains debounce, a common scripting concept.
How do I make VIP doors? How to make a VIP door
How to add messages How to add messages to your place.
Intro to Scripting: Make an Invisibility Tool Tutorial that shows how to make an invisibility tool.
Making an onClicked script A tutorial that teaches you how to make a simple onClicked script.
Introduction to Weapons An introduction to the scripting of weapons.
Teleportation An explanation of the very simple concept of teleporting, and how to do it.
Music How to add music to your place.
One Way Shields How to Create An One Way Only Shield/Door.
Commands How to make talking commands.
How do I create a brick? Basic tutorial on inserting a brick with scripting.

Advanced

Beginner's Guide to Advanced Scripting Some basic concepts on tables, loops, if statements, and custom functions.
How to Make a Model Regenerate Tutorial that shows how to make a model periodically regenerate itself.
Sounds Learn how to create triggers and buttons that make sounds and speeches.
Building Trains A tutorial by on how to build a player-controlled train.
How To Use BodyPosition This will teach you how to use a very nice object, BodyPosition.
How To Increase and Decrease Vector3 Values This will teach you how to increase and decrease Vector3 Values.
How To Build A Catapult Your guide to medieval mayhem.
PlayerEntered Learn how to edit players when they enter your place.
How to Make a Plane A tutorial that teaches how to make an airplane.
Truly Random Numbers How to make scripts generate more genuinely random numbers.
How To Make an Elevator How to make elevators.
Commands Everything you want to know about them.
How to Make a Morph How to make morphs for your player.
How To Make Multi Handles How to create your own multiple handle weapon.
How To Make Homing Objects. Want an object to follow something even if they turn?

Expert

Money/Shop Scripts Get started making shops.
Leaderboards Make your own leaderboards.
How to Create a Black Hole A script that gives a detailed explanation on how to create a gravity field.
How to make an attacking plane Making a Plane that Attacks you.
Tool guides
BrickBattle Weapons
Moving Bricks
How to edit a weapon mesh
How to make a hopperbin
Movies
How to Make Roblox Movies Need help on movies? This is the guide for you!