Adding highlight around invisible basepart [OUDATED]

Hello, is it possible to put a highlight around invisible basepart,
when you put the transparency higher than 0 it always disapears, is there any way to make it visible even when transparency is higher than 0?

1 Like

There is no way to easily outline a part in Roblox Studio, but you can outline the specific part with other parts that make it appear as a highlight.

2 Likes

Thanks it works!!!
EDIT: If youre reading this then the holder part must be always visible, you can do it by:

local runService = game:GetService("RunServicel")

runService.RenderStepped:Connect(function()
	holder.CFrame = workspace.currentCamera.CFrame --holder is the black part on the image
end)

image

2 Likes

Hey there, here is a direct topic about it with a solution without any script: https://devforum.roblox.com/t/highlight-instance-working-with-transparent-parts/1882880

this solution sadly does not work anymore. is there any other solution?

2 Likes

I didn’t find any others sadly. Just marked my topic as outdated.

1 Like