Tinkerwell 5: Welcome to the AI age
See what's new
Tinkerwell background image

Legitimate developers use scripts to create "Invisibility Cloak" items or stealth mechanics. These scripts loop through the character's parts (MeshParts, Parts, and Decals) and set their Transparency property to 1.

Many games use "Anti-Exploit" scripts that check for modified transparency values or missing body parts, which can lead to an automatic ban.

A standard invisibility script functions by iterating through the character's children. On the , developers often share logic similar to this:

Invisibility tied to an "equippable" item. When the tool is equipped, the script triggers; when unequipped, transparency returns to 0.