The FE Invisible Script Op typically works by:
If you are experimenting with scripting in your own game environment:
local part = game.Workspace.PartName -- Replace with your part's name part.Transparency = 1 part.CanCollide = false -- Optional: allows players to walk through it Use code with caution. Copied to clipboard
: Set the Transparency of every BasePart (Head, Torso, Arms, Legs) to 1 .