Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How would I make this invisible then visible and extend?

Asked by 7 years ago
Edited 7 years ago

I dont know how to make extend the brick, as I have only just began scripting today

RedWall1 = game.workspace.RedWall.RedWallPart1

RedWall2 = game.workspace.RedWall.RedWallPart2

RedWall3 = game.workspace.RedWall.RedWallPart3

While true do

RedWall1.Transparency = 1 

RedWall2.Transparency = 1 

RedWall3.Transparency = 1 

wait(10)

RedWall1.Transparency = 0.2 

RedWall2.Transparency = 0.2 

RedWall3.Transparency = 0.2 

wait(10)

end

0
Could you explain what you want a little better? User#11440 120 — 7y
0
My guess is that you want the .Size property. Remember it's a Vector3. GoldenPhysics 474 — 7y

Answer this question