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

How Can I Make A Block Dissapear After I Touch It?

Asked by 8 years ago

I am really new to scripting and I am trying to make a game with notes... It's difficult.

1 answer

Log in to vote
0
Answered by
FiredDusk 1466 Moderation Voter
8 years ago

To do that you have to make a function that when touched the transparency goes to 1. Place a script in the part. Put this in the script: script.Parent.Touched:connect(function() script.Parent.Transparency = 1 end)

0
The decal on the part isnt dissapearing with it? 1happyfuzzball 25 — 8y
0
Decals don't. You'll have to set the Decal transparency at the same time. Take some initiative, use some intuition and give it a try. User#6546 35 — 8y
Ad

Answer this question