[Guide by Nirrudn (Reddit)](https://www.reddit.com/r/Twitch/comments/6842z3/guide_how_to_add_custom_luma_wipes_in_obs_studio/) 1. Create your custom luma wipe image > [!info] Note > If you also have a vertical scene (TikTok etc) you can also create a Luma Wipe for that Canvas, just create your Luma Wipe in the 9:16 format 2. Find your OBS luma wipe folder (**data\obs-plugins\obs-transitions\luma_wipes**) 3. Save your custom luma wipe image in the folder 4. In the same folder, open the "**wipes.json**" file 5. Add your line `"LumaWipe.Type.MyCustomWipe": "my-custom-wipe.png",` Don't forget the comma ( , ) ``` } "LumaWipe.Type.MyCustomWipe": "my-custom-wipe.png", "LumaWipe.Type.BarndoorBottomLeft": "barndoor-botleft.png", ... ``` 5. Save the file > [!warning] > It might not be possible to save the file directly in the folder (due to permissions) you can save a copy on your desktop, then copy that file back in the original folder 6. Find your the following folder **data\obs-plugins\obs-transitions\locale** 7. Open the file of language your use in OBS (`en-US.ini` by default) 8. Add a name for your wipe with a line like this ``` LumaWipe.Type.MyCustomWipe="My Custom Wipe" ``` 9. Restart OBS, you should be able to find your custom wipe with the rest of the other wipe