Skip to main content

Invisible Script Roblox -

Here's a simple script to get you started:

-- Invisibility Script

-- Create a function to make the character invisible local function makeInvisible() -- Set the character's transparency to 1 (fully transparent) character.Transparency = 1 -- Wait for 5 seconds wait(5) -- Set the character's transparency back to 0 (fully visible) character.Transparency = 0 end invisible script roblox