so bassicly whenever is it i want it to make a sound and when i leave the seat its makes a sound but it doesnt work
01 | local a = script.Parent.Unsits |
02 | local b = script.Parent.Sits |
03 | local c = script.Parent |
04 |
05 |
06 |
07 |
08 | if c.Occupant ~ = nil then |
09 | b:Play() |
10 |
11 | end |
12 | if c.Occupant = = nil then |
13 | a:Play() |
14 | end |
Marked as Duplicate by JesseSong
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?