About 50 results
Open links in new tab
  1. Volt Documentation

    Signals The Signals library provides functions for firing and managing Roblox signals (events). Overview ... Available Functions

  2. 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 …

  3. 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 …

  4. 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

  5. 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 …

  6. Volt Documentation

    Official documentation for Volt Description getsignalarguments returns information about the expected argument types for a signal. Example

  7. 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.