25% developed

Roblox Game Development

From Wikibooks, open books for an open world
(Redirected from User:Mark Otaris/Book)
Jump to navigation Jump to search
Roblox
Roblox
Roblox Game Development
An introduction to developing games on the Roblox platform.

Roblox (not "ROBLOX", which is incorrect, although very common) is a gaming website where the games are created by the users. Roblox games are created with Roblox Studio, Roblox's game creation tool, and use the Roblox engine. Although this tool makes it possible to do very complicated things, it is also easy to use for a beginner. The Roblox game engine uses the Lua programming language, which is simple to learn and to use, powerful and widely used.

The purpose of this book is to teach readers to use the tools and the scripting API Roblox provides so they can be used for game creation. It may be read by anyone who wants to learn to develop games, or by any Roblox user who wishes to be able to do more with Roblox's game development platform.

It is assumed in this book that the reader already knows the Lua programming language. If this is not the case, it can be learned by reading the book Lua Programming. It is expected that most readers of this book will read or will have read that book before reading this book.

Contents[edit | edit source]

This book is divided into the following chapters:

Introduction 100% developed
This chapter introduces ROBLOX, gives some history, explains how the website works and describes the ROBLOX studio. Readers who have already used ROBLOX should still read this chapter, as it contains important information.
Game design 25% developed
This chapter introduces the reader to effective game design, utilizing features that can specifically be used on ROBLOX.
Game engine 25% developed
This chapter explains to the reader how the ROBLOX engine works. It leads the reader to understand how the ROBLOX platform works.
Game code 25% developed
This chapter presents to the reader the structure of the ROBLOX API and explains to him how it can be manipulated to make games interactive.

There is a single page version of this book.


Writing and style[edit | edit source]

  • All headers and titles, except the title of the book itself, should use sentence case.
  • The book should be self-contained, but it's fine to add links to other books or Wikipedia, as long as these links are only used for supplementary material.