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> | ||
{| cellspacing=5 cellpadding=5 width=100% style="background-color: #fdd;border: 2px dashed #f00;" | |||
|width=48px|[[Image:manual.png|48x48px]] | |||
{| cellspacing=5 cellpadding=5 | |'''[[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= | <small>''Intermediate''</small> | ||
| | :{| 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= | <small>''Expert''</small> | ||
|''' | :{| style="background-color: #fdd;" | ||
#[[ | |width=40%| | ||
|- | |||
|[[How do fountains work?]] | |||
|} | |||
|width=48px|[[Image:luaCode.png|48x48px]] | |||
|'''Scripting Tutorials''' | |||
<small>''Basic''</small> | |||
:{| style="background-color: #fdd;" | |||
|width=40%| | |||
|- | |||
|[[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]] | :{| style="background-color: #fdd;" | ||
|width=40%| | |||
|- | |||
|[[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 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]] | :{| style="background-color: #fdd;" | ||
|width=40%| | |||
|- | |||
|[[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! | |||
|} | |||
| | |} | ||
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
Intermediate
Advanced
Expert |
Scripting Tutorials
Basic
Advanced
Expert
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Tool guides | Movies
|