Now boasting a 100% brighter screen, increased processing power, and faster graphics engine, the Tiger Touch II is the most specified Titan console.
The Avolites Tiger Touch II represents the perfect combination of power and portability. This third-generation console is packed with enough power for complex shows, yet small and light enough to fly in standard hold luggage. The console features SMPTE timecode support and a redesigned button layout to match the entire Titan range.
In order to update the console to version 12 of the Titan, it will be necessary to purchase and install a USB dongle called AVOKEY.
Serial 02006 - 03065
You need to order:
- AVOKEYINT
- 1x5 way to USB-A Cable (spare part code 8000-6102)
Once you've received your AVOKEYINT and 1x5 way to USB-A Cable, you will be required to connect the USB-A Cable to the motherboard. This cable will provide an additional USB port for the AvoKey.
Click here to view the installation guide: https://www.avolites.com/Portals/0/Downloads/Manuals/AvoKey/8000-6102 TT2-2-3K AVOKEY upgrade with 1808-0028.pdf
Serial 03066 - 4020
You need to order only AVOKEYINT
Once you've received your AVOKEYINT, you will be required to connect this directly to the available (Blue) USB port inside the console (on the motherboard).
Click here to view the installation guide: https://www.avolites.com/Portals/0/Downloads/Manuals/AvoKey/8000-6101 TT2 AVOKEY no cable.pdf
Serial 04021 - 05001
You need to order only AVOKEYINT
Once you've received your AVOKEYINT, you will be required to connect this directly to the available (Red) USB port inside the console (on the motherboard).
Serial 5001 and above include a factory fitted AvoKey.
Therefore, you do not need to purchase an AvoKey. FE Sucide Gun Script
: Unlike older scripts, FE-compatible scripts are designed to replicate actions from the user's client to the server so other players can see the animation.
: Use the Moon Animator or RigEdit Lite plugins to create the custom movement for the avatar.
: Use RemoteEvents to communicate between the client (the player clicking the button) and the server (which actually resets the player's health). This is required because FE prevents clients from directly killing themselves in a way that replicates to others without a server-side trigger.
: Create a gun model in Roblox Studio and place it in the StarterPack or ReplicatedStorage .
: Advanced versions may use scripts to align character parts or specific accessories, such as a rifle model, during the animation sequence. Implementation Basics
: These scripts often involve a character model holding a "tool" (the gun) and playing a specific animation that ends with the character's health being set to zero.
The is a type of Roblox script designed to work under the platform's Filtering Enabled (FE) system, typically used for animations or roleplay where an avatar appears to "respawn" or self-terminate with a visual firearm effect . Core Functionality
: Unlike older scripts, FE-compatible scripts are designed to replicate actions from the user's client to the server so other players can see the animation.
: Use the Moon Animator or RigEdit Lite plugins to create the custom movement for the avatar.
: Use RemoteEvents to communicate between the client (the player clicking the button) and the server (which actually resets the player's health). This is required because FE prevents clients from directly killing themselves in a way that replicates to others without a server-side trigger.
: Create a gun model in Roblox Studio and place it in the StarterPack or ReplicatedStorage .
: Advanced versions may use scripts to align character parts or specific accessories, such as a rifle model, during the animation sequence. Implementation Basics
: These scripts often involve a character model holding a "tool" (the gun) and playing a specific animation that ends with the character's health being set to zero.
The is a type of Roblox script designed to work under the platform's Filtering Enabled (FE) system, typically used for animations or roleplay where an avatar appears to "respawn" or self-terminate with a visual firearm effect . Core Functionality
