My sound zone isnt working and output is BLANK?
Asked by
5 years ago Edited 5 years ago
So here is the First part
2 | FirstZoneSound = workspace.Dry.DrySound |
You see they are both not labeled nil, right? these are:
Thats what I expected.
Now when I do this script (inside StarterPlayerScripts because I don't use that):
1 | while FirstZone = = not nil do |
3 | if FirstZone.Touched then |
4 | FirstZoneSound.Playing = true elseif |
6 | FirstZone.TouchEnded then |
7 | FirstZoneSound.Playing = false |
I expected the sound zones to work but instead I got a dumb blank output. Any help?