# Entities

### Introduction

FlatRedBall Entities are used in every FlatRedBall Game. An entity is a reusable definition which you can *instantiate* (create copies) in your screens. Examples of entities are:

* Player
* Enemy
* Coin (something you can collect)
* Bullet (something that can deal damage)

### Creating an Entity

To create a new Entity:

1. Right-click on the Entities folder
2. Select **Add Entity**

   ![](https://951240982-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M_fye9Ufg3vzJxwX5Hk%2Fuploads%2Fgit-blob-60af617fceecc60a63be7c02bdc3afe84fe5a268%2F2023-02-img_63fd1ead9bd9b.png?alt=media)
3. Select the desired options for the entity in the pop-up window

   ![](https://951240982-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M_fye9Ufg3vzJxwX5Hk%2Fuploads%2Fgit-blob-806f7957e9325f58fe1ac6bca65ebf3e797a82b6%2F2023-02-img_63fd1ece35bef.png?alt=media)
4. Click **OK**
