Why does this script not work? [closed]
Please make your question title relevant to your question content. It should be a one-sentence summary in question form.
function SAM(p)
p.Transparency = 1
if p.Transparency == 1 then
p.Transparency = 0
end
end
script.Parent.Touched:connect(SAM)
Marked as Duplicate by BlueTaslem
This question has been asked before, and already has an answer. If those answers do not fully address your question, then please ask a new question here.
Why was this question closed?