Category Basics

How to create a health bar GUI

GUIs display information to the player and let them interact with buttons, text boxes, and more. Setting Up a ScreenGui GUIs live inside a ScreenGui object, which should be parented to the player’s PlayerGui. In StarterGui, create a ScreenGui called…

Client vs Server

When learning Roblox scripting, one of the most important concepts to understand is the difference between the client and the server. If you do not understand how they work, you will eventually run into problems like: This guide explains the…