answersLogoWhite

0


Best Answer

function onClicked(onClicked)

script.Parent.Transparency=100

script.Parent.CanCollide=False

wait (2)

script.Parent.CanCollide=true



script.Parent.Transparency = 0

end

script.Parent.ClickDetector.MouseClick:connect(onClicked)

User Avatar

Mason Beckman

Lvl 2
3y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: I made this for those of you who need help on a Roblox Studio Script. If you want to make a wall disappear when clicked then re appear in a few seconds, add a script to the block and add this?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is a roblox insert script?

A ROBLOX Insert Script is a script inserted into Workspace.


How do you script build on ROBLOX?

You have to open Roblox Studio. Then, click on OBJECT on the top. You will see script on there. if that didn't help, go to roblox wiki.


How do you make regeneration switch on roblox?

You need to know how to script LUA- check the roblox wiki to learn how. First- place a small square on the ground, make sure it's attatched. Second- copy the thing you want the button to regenerate Third- script so that the block (when touched/clicked) makes a new model of the thing you copied.


How do I make the player's name disappear except when they are on the same team on ROBLOX?

There is a script that will allow you to only see your teams nametags. Just search around in the free models.


What is the Roblox eyeball script?

I had the Eyeball script... But then Ben came...


What is the script for a skateboard on roblox?

Put a skateboard in your place when your building or in ROBLOX Studio and then select the skateboard and thne look for the script.


What is the Lance script for roblox?

Dunn0


What is the knife script for roblox?

i will kill you


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 edit a script on roblox?

Go into one of ur games in roblox studio.


How can you run a script on your place on roblox?

To enter a script on Roblox make sure the tools are displayed and then click Insert and select Object. Then, select "Script" from the window that pops up and click okay. Finally, double click on the script object that appears in the explorer window and enter your script.


What is the spike script for roblox?

a script which gives you a tool that does a lot of cool stuff