by 管理の人 | Sep 29, 2022 | All, Programming
What is Programming? To put it simple, Programming is the way how we talk to computer, and ask computer to complete tasks using computer languages. We can’t just ask the computer to calculate 1 + 1 with human language: We will have to use a language that...
by 管理の人 | Aug 10, 2022 | All, Roblox Studio
Welcome to the world of Roblox Studio! We will learn how to use Roblox Studio to prepare us creating games in the future! 1. Game Screen Camera Movement In the middle of everything is the game screen: Let’s try to move around inside the game world! 1. Look...
by 管理の人 | Aug 4, 2022 | All, Game Creation
Introduction 1. Basic objects/parts (how does the game look like?) Start off with the Baseplate template: We will move the SpawnLocation so it doesn’t get into our way: We have 3 parts that do not move, and 1 part that moves: These are the parts that do not...
by 管理の人 | Jul 6, 2022 | All, Game Creation, All, Game Creation
Introduction Welcome to the “Zombie lightsaber fight” tutorial! This tutorial for the game you are about to make is a comprehensive lesson, meaning you are going to learn new knowledge from many different aspects using Roblox Studio, including : 1. Basic...
by 管理の人 | May 27, 2022 | All, Roblox Studio
Introduction to NPC movement So far we have been creating games with only real players in it, which means no NPC (Non-Player Character) at all. How do we create an NPC that behaves inside a Roblox game? We will learn how to create a Rig, and also look at what the...
by 管理の人 | May 18, 2022 | All, Game Creation
Important Concept: Server VS Client -Please check DeathMatch Part I if you haven’t! (Click here for the scripts!) In this tutorial we will be scripting the game mechanics. Let’s first look at the following example: Imagine what would happen if there is no...