
- How to make player invisible? - Scripting Support - Roblox- Jan 17, 2021 · Hello! How can I code a player invisible in roblox? I tried with the player parts but it didn’t work for me, some know or could give me some tip please 
- Invisibility tool - Scripting Support - Developer Forum | Roblox- Aug 31, 2023 · Hi, I am making a cloak tool for my game that makes you invisible. This is my current code: local InvisibleEvent = game.ReplicatedStorage.InvisibleEvent local Player = … 
- Invisible Button - Scripting Support - Developer Forum | Roblox- Aug 27, 2019 · You would have another button, and make that button visible, so script.Parent.Parent.Button2.Visible = true, and then when the player clicks that button, … 
- What would be the easiest way to make a player invisible? - Roblox- Jan 6, 2025 · Does anyone have any idea or an easy method of making a player completley invisible (accessories, the body itself, everything.) im making a script where when a player … 
- Make a character invisible on spawn - DevForum | Roblox- Aug 18, 2022 · Hi all. A friend helped me design a script that makes a players character invisible to everyone, but I can’t get it to work. The character should be invisible, including decals and … 
- How to make a part invisible for the player who clicked - Roblox- Nov 13, 2023 · Hey guys, i’m trying to make a part that, when clicked by a player, the part disappears only for him. My script so far (it’s a normal script): local ck = script.Parent local … 
- Invisible scripts - Scripting Support - Developer Forum | Roblox- May 18, 2021 · Hello everyone, I tried making a script invisible in studio, but it always stands there and it’s harmful for rest of my eyes! Can someone give me idea about this? I want to make a … 
- Make all players in map locally invisible - Roblox- Mar 31, 2024 · What I am trying to achieve is making all the players not visible to one player in the map. Is this possible? I am trying to achieve this from a local script. If anyone knows how to do … 
- How can I make my invisibility script visible to everyone else- Jul 23, 2020 · Hello, I was wondering how I could make my invisible script make you invisible to everyone else? Because right now when you’re invisible the effects only apply to your screen … 
- How can I make a part appear and disappear? - Roblox- Jul 14, 2021 · Hi developers, I’ve been trying to make a horror game for a long time and I thought of making a model or part appear and disappear. If anyone knows how I can make this script …