How to make a car: Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Cecibean
>Cecibean
Line 3: Line 3:
== Introduction ==
== Introduction ==


This tutorial will demonstrate the basic steps needed to create a car from scratch.  It will also show you how to add additional features to the car.
This tutorial will demonstrate the basic steps needed to create a car from scratch.  It will also describe how to add additional features to the car.  The scripts used to make the car move are derived from the basic plane scripts.  In that sense, the car has many of the same key objects as the plane.  For this tutorial, the plane scripts have been simplified and customized to make the car-specific.


== Creating a Car From Scratch ==
== Creating a Car From Scratch ==

Revision as of 11:48, 11 December 2008

Introduction

This tutorial will demonstrate the basic steps needed to create a car from scratch. It will also describe how to add additional features to the car. The scripts used to make the car move are derived from the basic plane scripts. In that sense, the car has many of the same key objects as the plane. For this tutorial, the plane scripts have been simplified and customized to make the car-specific.

Creating a Car From Scratch

Creating the Structure