by 管理の人 | Dec 15, 2022 | All
Money System GUI In this tutorial, we will make a money GUI – a text box that can keep tracks of how much money our character has in our Roblox game. https://robloxfun.jp/materials/wp-content/uploads/2022/12/moneyDropSample.mp4 Note: The money GUI functionality...
by 管理の人 | Dec 8, 2022 | All
Create enemy AI that drops items https://robloxfun.jp/materials/wp-content/uploads/2022/12/gameplay.mp4 Prerequisite You should have finished the following tutorials before continuing: [Game Creation] Zombie Fighter [Roblox Lesson] RPG Part I: Enemy AI Preparation...
by 管理の人 | Nov 25, 2022 | All, Roblox Studio
NPC that gives items like vending machine Overview Scripts game.Workspace.ShopNPC.onPlayerApproach game.StarterGui.ShopGui.shopGuiController (LocalScript)...
by 管理の人 | Nov 10, 2022 | All, Roblox Studio
A way to create Enemy AI https://robloxfun.jp/materials/wp-content/uploads/2022/11/EnemyAI.mp4 With this showcase, we are taking reference from a video on a YouTube channel named “DevZoid”: And made some scripting enhancement/bug fixes to the example. Step...
by 管理の人 | Nov 4, 2022 | All, Game Creation
Introduction Welcome to Running Man Game Tutorial! Let’s follow this step by step tutorial and create your own Running Man game! Game Overview This is how the game works: Start/Level 1: Level 2: Level 3: Goal: Step 1: Create folders/parts 1. Create new file 2....
by 管理の人 | Oct 7, 2022 | All, Programming
Script Editing This tutorial is to teach you the basics of editing code. 1. How to create a script file in Roblox To create a script file, go to the Explorer and click on the “plus” mark next to the location you want the script to be in. In this example...