VFX Toggle Device
#VFX TOGGLE ON AND OFF DEVICE
#Full Tutorial Snippet
#Author: Dragon (SAC BLZE.DRAGON)
#This Snippet is best for Beginner Verse Users
#If used in a project, please provide credit and share this snippet with others
#if it helped you.
# Get Your Own FortniteCreative ChatGPT AI Assistant! With FortniteCreative+GPT
# https://chat.openai.com/g/g-JiEciihGH-fortnitecreative-gpt
# - - - - - - - - - - DEVICES YOU NEED - - - - - - - - - - - #
#Player Spawn Pad
#VFX Creator Device
#Button
# - - - - - - - - - - LET'S BEGIN - - - - - - - - - - - #
#Code will not run without proper references
#Below are the current reference this code is using
#This should always appear at the top of the script.
using { /Fortnite.com/Devices }
using { /Verse.org/Simulation }
using { /UnrealEngine.com/Temporary/Diagnostics }
# - - - - - - - - - - HELLO - - - - - - - - - - - #
#Hello to you!
#This device will allow players to press a button to toggle (turn a vfx effect on and off)
#I have made sure to document this Verse script to help you in your journey!
#You can use it as a learning tool or even in your next Verse Project!
# - - - - - - - - - - DEVICE NAME- - - - - - - - - - - #
#Devicename goes below (this is automatically present when you create your device)
button_vfx_device := class(creative_device):
You're reading a preview
The full reference is free for BrainDeadGuild Discord members — sign in to read it all, or open the original at the source.
Sign in with your BrainDead.TV / BrainDeadGuild Discord account for full access.