Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases now! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Coding Roblox Games Made Easy, Second Edition

You're reading from   Coding Roblox Games Made Easy, Second Edition Create, Publish, and Monetize your games on Roblox

Arrow left icon
Product type Paperback
Published in Jun 2022
Publisher Packt
ISBN-13 9781803234670
Length 302 pages
Edition 2nd Edition
Languages
Tools
Arrow right icon
Author (1):
Arrow left icon
Zander Brumbaugh Zander Brumbaugh
Author Profile Icon Zander Brumbaugh
Zander Brumbaugh
Arrow right icon
View More author details
Toc

Table of Contents (15) Chapters Close

Preface Section I: Introduction to Roblox Development FREE CHAPTER
Introducing Roblox Development Knowing Your Work Environment Section II: Programming in Roblox
Introduction to Luau Roblox Programming Scenarios Creating an Obby Creating a Battle Royale Game Section III: The Logistics of Game Production
The Three Ms 50 Cool Things to Do on Roblox Worksheet Answers Other Books You May Enjoy
Index

Chapter 3

Q1. What is used in programming to hold a piece of data?

A: A variable.

Q2: What simple function can be used to send information to the Output window?

A: print().

Q3: What data type should you use if you want to represent a value of true or false?

A: A Boolean.

Q4: What data type is used if you want to represent a word or characters?

A: A string.

Q5: What is used in programming when we want to check if a condition is met?

A: A conditional statement or if statement.

Q6: What is used in programming when some action must be done repeatedly so long as a condition is met?

A: A loop.

Q7: What loop would be best to use if we want something to happen an exact number of times?

A: A for loop, more specifically a numeric for loop.

Q8: What type of loop is best if we want something to always happen as long as some condition is met?

A: A while loop.

Q9: What type of loop is best if we want to do something immediately once...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime