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

Why wont the seat make the funcion clear? [closed]

Asked by 2 years ago

This question already has an answer here:

Why wont the seat make the funcion clear?

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

local a = script.Parent.Unsits
local b = script.Parent.Sits
local c = script.Parent




if c.Occupant ~= nil then
        b:Play()

    end
    if c.Occupant == nil then
        a:Play()
    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?