#05 Zombie Fighter

#05 Zombie Fighter

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...
How does AI find its path? (Pathfinding)

How does AI find its path? (Pathfinding)

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...
#12.1 Deathmatch II

#12.1 Deathmatch II

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...
#12.2 Deathmatch Scripts

#12.2 Deathmatch Scripts

Scripts Script #1 ServerScriptService/ServerInit   Script #2 ServerScriptService/ServerlaserManager   Script #3 StarterPack/Blaster/ToolController   Script #4 StarterPlayer/StarterPlayerScripts/ClientLaserManager   Script #5...