# Source URL: https://dev.epicgames.com/community/snippets/aA0M/fortnite-build-reset-devices-collection
# Local doc: epic-docs/community/snippets/aA0M/fortnite-build-reset-devices-collection.md
using { /Fortnite.com/Devices }
using { /Fortnite.com/Characters }
using { /Fortnite.com/Playspaces }
using { /Verse.org/Simulation }
using { /Verse.org/Verse }
# This verse snippet will allow you to create a simple build reset button for your Fortnite Creative Game.
# Some Tips: Feel free to use a switch device instead. If you have more than one explosive device to cover larger areas, consider placing them in an array.
# This verse code snippet created by Dragon (https://youtube.com/@yo_its_dragon)
# Need a Verse or UEFN Assistant? Consider using FortniteCreativeGPT!
# The #1 UEFN and Fortnite Creative OpenAI Bot (https://fortnitecreativegpt.com)
# DEVICES NEEDED
# 1 - Explosive Device
# 1 - Button Device
# DEVICE SETTINGS
# EXPLOSIVE DEVICE ( https://dev.epicgames.com/documentation/en-us/fortnite-creative/using-explosive-devices-in-fortnite-creative )
# Blast Radius : Set your blast radius to fit your area
# Player Damage : 0
# Structure Damage : Set to highest number
# Knockback : Off
# Time to Detonation From Game Start : Off
# Visible During Game : No
# Play Audio/VFX: No (optional)
# Collision During Games : Off
# Show Health Bar : No
# Play Audio : No
# BUTTON DEVICE (https://dev.epicgames.com/documentation/en-us/fortnite-creative/using-button-devices-in-fortnite-creative )
# This button should be placed in an area where your players can press it.
# Interact Time : Set your desired interact time.
Verse Library
verse
01 Snippet
Triggers an explosive blast to clear player structures when a button is pressed, implementing a game reset mechanic.
extracted-snippets/community/snippets/aA0M/fortnite-build-reset-devices-collection/01-snippet.verse
Sign in free to read the full source 🌴
This Verse Library file is members-only. Create a free account to view the complete source and download the .verse file.