About 366,000 results
Open links in new tab
  1. Roblox-Invisibility/Script at main · OmenXD/Roblox-Invisibility

    part.Transparency = invisible and 1 or 0 -- Set transparency based on invisibility state

  2. How can I make something invisible? - Building Support - Roblox

    Mar 24, 2020 · If you click on an object, in the Properties window (View → Properties toggle on) you will see something like this that can set the transparency. That worked! Thank you for show that to me. It’s useful! Maybe dig into the roblox api reference, it shows all properties of objects;

  3. How to make an invisible part that hides objects that are ... - Roblox

    Oct 15, 2023 · As you can see in the video, the glass trick works. The only problem is that the glass isn’t fully invisible and you can still see it, which ruins the illusion. If anyone has a solution that can work, please help, thanks! Edit: Turn your render level to 15-21 and it will fix the problem of the glass being visible.

  4. How do you make an invisible wall that you can't see objects ... - Roblox

    Jan 17, 2022 · What you need to do is set the properties of the ‘Mesh’ in the setting ‘MeshType’ to ‘FileMesh’. Now the final step, there’s now a little cube that appears to be in the invisible part, to remove that cube or make it invisible, select ‘Mesh’ and …

  5. How do you build a invisible block that is not see-through ... - Roblox

    Oct 7, 2021 · You could edit the default camera control module to look for a custom attribute or just not to treat Transparent objects as invisible. specifically this bit of code is what you’d need to change. By this I mean a block that is invisible, yet the camera cannot go beyond it and treats it like a visible block. CanCollide is set to true.

  6. How can I make a part appear and disappear? - Roblox

    Jul 14, 2021 · There’s two ways I’d use to accomplish what you want to do here. The first is by setting the part or model’s parent to ReplicatedStorage or somewhere else that isn’t Workspace or a descendant of it while in Studio. To make it appear and then disappear in-game, you set the parent of the part or mode… set Part’s Transparency. It’s really simple.

  7. How to make player invisible? - Scripting Support - Roblox

    Jan 17, 2021 · Get a local script in StarterCharacterScript and write this. v.Transparency = 0 end end end end else for i,v in pairs (workspace:FindFirstChild(v.Name):GetDescendants()) do if v:IsA("BasePart") or v:IsA("Decal") then . v.Transparency …

  8. How to make objects disappear when they touch certain bricks in ROBLOX

    Jan 4, 2018 · Make a part and name it block, and then insert a script with the code above and it will work perfectly. (You can make it more smooth by copying and pasting "wait (1)" and "block transparency" multiple times and making the numbers smaller. Example: local block = script.Parent. local debounce = true.

  9. Roblox-Scripts/Fully Invisible.lua at master - GitHub

    Contribute to retpirato/Roblox-Scripts development by creating an account on GitHub.

  10. Invisible Script Tutorial in Roblox Studio! | Arro - YouTube

    This script is only the invisible script, if you want cooldowns and going back visible, then just comment you want it below and I'll do the script and send i...

  11. Some results have been removed