answersLogoWhite

0


Best Answer

use a trapdoor brick

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you make a brick go gone then reappear on roblox?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How do you make a brick disappear and reappear in ROBLOX?

Insert this script: brick = game.Workspace.Brick function onTouch(part) brick.Transparency = 1 wait(1) brick.Transparency = 0 end brick.Touched:connect(onTouch)


How do you make a VIP door in Roblox?

You make a brick the size of the door. Put the script that ROBLOX teaches you in the wiki into the brick.. Make a t-shirt then put that link into the "" of the script. It should be at the top of the script...


How do you make a humanoid roblox?

Copy it from your character, then paste it into workspace. OR Take the brick you want then, in Roblox Studio go to "Enter", "Object", "Humanoid". And, the humanoid should automatically go into the brick you have highlighted.


How do you make a humanoid on roblox?

Copy it from your character, then paste it into workspace. OR Take the brick you want then, in Roblox Studio go to "Enter", "Object", "Humanoid". And, the humanoid should automatically go into the brick you have highlighted.


How do you make music on Roblox?

You can use a free model or you can go on sound service make a brick and script it.


How do you make a tilted brick in roblox?

you have to use a script to tilt using the degree you want to tilt or insert a wedgepart and place your brick ton the sloped side.


How do you make a monster on roblox?

First you go to my roblox. then you go and build your place then you get a brick and go to change its configuration settings and click on it and it will tell you how to make a morph!


How do you make a brick so only one person can get in a game on ROBLOX?

Create a creator door around the spawnpoint.


How do you make a models health on Roblox?

First you need to make sure there is a brick named "Head" in the model. Then insert a humanoid object into the model. The model's name and the "Health bar" will appear over the brick named "Head".


Script for walk through brick on roblox?

by: scripterV1O You don't need a script, but if you want a script instead of just unchecking CanCollide in the properties window do this... script.Parent.CanCollide = false Make sure the script is in the brick


In roblox you are making your own place you want to make a block that gives out points for standing on it. How can you do this?

Insert a script into the brick that gives points for standing on it.


How do you make stuff go diagonal on ROBLOX?

Get the Cframe tool from free models when building then use it to move the block or the brick all around.