I've tried for atleast 20 minutes now and I'm stuck.
1
` Workspace.BG.Lolol.Touched:connect(
function
(hit)
2
script.Parent.Visible
=
true
3
wait(
60
)
4
false
5
end
) `