
Volt Documentation
Signals The Signals library provides functions for firing and managing Roblox signals (events). Overview ... Available Functions
Volt Documentation
Official documentation for Volt The VoltSignal library provides a custom signal implementation for creating and managing events. Overview VoltSignal allows you to: Create custom signals/events …
Volt Documentation
Use Cases Input simulation: Simulate user input that needs server acknowledgment Interaction triggers: Fire interaction events that should replicate Testing: Test server-replicated behavior Notes Not all …
Volt Documentation
Official documentation for Volt Description getconnections returns all current connections to a signal, allowing you to inspect, fire, disable, or disconnect them individually. Example
Volt Documentation
Official documentation for Volt Returns This function does not return a value. Description firesignal triggers all connected handlers of a signal with the provided arguments. This simulates the signal …
Volt Documentation
Official documentation for Volt Description getsignalarguments returns information about the expected argument types for a signal. Example
Volt Documentation
getsignalwhitelist returns information about signals that are in Roblox's strict network filter whitelist. These are signals that are allowed to replicate to the server.