Home   Search   Register  
Help Center  > Building Help  > How do you make a transparent brick?  
 
Display using:  
Previous Thread :: Next Thread 
 Author  Thread: How do you make a transparent brick?
bon is offline. Last active: 2/15/2021 5:57:46 PM bon
Joined: 05 May 2020
Total Posts: 12
 
How do you make a transparent brick?
Posted: 01 Jul 2020 23:55 PM
I mean I was never that good at building but I wanna know how you can make a brick transparent or not collide with the player.
Report Abuse
RGT is offline. Last active: 2/27/2021 10:19:58 PM RGT
Joined: 31 Oct 2019
Total Posts: 76
 
Re: How do you make a transparent brick?
Posted: 02 Jul 2020 08:51 AM
click a brick, go into properties and set the transparency from something from 0 - 1, like 0.5
Report Abuse
Roberto is offline. Last active: 2/22/2021 4:09:35 PM Roberto
Joined: 17 Aug 2020
Total Posts: 414
 
Re: How do you make a transparent brick?
Posted: 22 Aug 2020 20:41 PM
Open Explorer, go to the brick you want, and in the properties window set the transparency to your desired value.

If you want to change it via script put in

while true do
wait(1)
game.workspace.YOURPART.Transparency = 0.5
Report Abuse
dcrob is offline. Last active: 11/5/2024 4:40:26 PM dcrob
Joined: 03 Jun 2020
Total Posts: 548
 
Re: How do you make a transparent brick?
Posted: 26 Aug 2020 16:55 PM
yah
Report Abuse
GrimJaw is offline. Last active: 9/13/2023 2:50:49 PM GrimJaw
Joined: 24 Sep 2020
Total Posts: 9
 
Re: How do you make a transparent brick?
Posted: 11 Dec 2020 11:10 AM
Part > Proprieties > Transparency
Report Abuse
Efe is offline. Last active: 11/21/2024 4:29:52 PM Efe
Joined: 06 Jul 2020
Total Posts: 339
 
Re: How do you make a transparent brick?
Posted: 16 Jan 2021 05:30 AM
lower transparency smh
Report Abuse
boomix is offline. Last active: 2/19/2021 4:19:56 AM boomix
Joined: 18 Jan 2021
Total Posts: 39
 
Re: How do you make a transparent brick?
Posted: 21 Jan 2021 13:28 PM
Hey, here to answer your questions.

Transparency:
When you're on a part, if you have your properties on, below the explorer you should see a properties tab, this as in the name, shows properties of a part/object or any 'thing' in studio. You want to the top where it says 'appearance', than you should see transparency.

Transparency works from 0-1 (0 being not transparent at all, and 1 being invisible). The higher/closer the number is to 1, the more transparent it is. Set the value to 1, and you should have an invisible part.

CanCollide:
When you're on a part, if you have your properties on, below the explorer you should see a properties tab, this as in the name, shows properties of a part/object or any 'thing' in studio. You want to below appearance until you find 'Behavior'. The behavior tab is how the part acts in studio basically. It can act as a anchored brick, locked, and ect.

CanCollide is very simple in the behavior tab, it's as simple as a checkmark box, check it and your part should not be able to collide with players, meaning you can walk through it freely. Useful for hidden walls or hidden secrets in games.
Report Abuse
Previous Thread :: Next Thread 
Page 1 of 1
 
GoodBlox Forum  > Help Center  > Building Help  > How do you make a transparent brick?