by 管理の人 | Mar 8, 2023 | All, Programming
How do I program in Roblox (Cont.)? 5.1 Condition (==, <, >) We will pause our RPG game here. First, disable the script you have been using: Then create a new script under ServerScriptService, name it “main2”: Inside main2, create a variable to...
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 管理の人 | 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...
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...