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

This doesn't seem to work anymore. I was tested it and it was working now It is not. Help?

Asked by 6 years ago
01local fullsound = workspace.Sound.FullSiteLockdownSound
02local bool = true
03local bool2 = true
04local clearance = {
05    ["[SCP] Card-L5"] = true,
06    ["[SCP] Card-L4"] = true,
07    ["[SCP] Card-L3"] = false,
08    ["[SCP] Card-L2"] = false,
09    ["[SCP] Maksur"] = false,
10    ["[SCP] Card-L1"] = false,
11    ["[SCP] Card-Omni"] = true,
12    ["[SCP] RS Card"] = false,
13    ["[SCP] O5-2 Access Card"] = true
14}
15script.Parent.Parent.FullSiteLockdown.touched:connect(function(touch)
View all 29 lines...
0
Did you make any script changes or Instance changes? DeceptiveCaster 3761 — 6y
0
May be something to do with ROBLOX studio, it works fine with a restart tictac67 96 — 6y
0
mk DeceptiveCaster 3761 — 6y
0
Update. It only works once it turns out. Any ideas? tictac67 96 — 6y

1 answer

Log in to vote
0
Answered by 6 years ago
01local fullsound = workspace.Sound.FullSiteLockdownSound
02local bool = true
03local bool2 = true
04local clearance = {
05    ["[SCP] Card-L5"] = true,
06    ["[SCP] Card-L4"] = true,
07    ["[SCP] Card-L3"] = false,
08    ["[SCP] Card-L2"] = false,
09    ["[SCP] Maksur"] = false,
10    ["[SCP] Card-L1"] = false,
11    ["[SCP] Card-Omni"] = true,
12    ["[SCP] RS Card"] = false,
13    ["[SCP] O5-2 Access Card"] = true
14}
15script.Parent.Parent.FullSiteLockdown.touched:connect(function(touch)
View all 34 lines...

This seems to have fixed it. It wasn't stopping the sound for some reason

Ad

Answer this question