# How to get raceId for monsters

In this tutorial, we will use Rotworm as the monster example.

1. Go to Tibia Wiki and find the monster

1.1. <https://tibia.fandom.com/wiki/Rotworm>

2. Click "View Source" Button this will take you to the edit page

2.1. <https://tibia.fandom.com/wiki/Rotworm?action=edit>

3. Ctrl + F and search for

   ```
   race_id
   ```
4. Use this ID for monster.raceId inside monster lua file.
