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

Why isn't the value getting false?

Asked by 4 years ago
Edited 4 years ago

The script is located in the Server Script Service

local mutatorSelec = game.ReplicatedStorage.Mutators.Speed

while wait() do
    if game.ReplicatedStorage.Time.Value == "0:01" then
        mutatorSelec.Value = false
    end
end
0
Are you sure that mutatorSelec is a bool value? Soban06 410 — 4y
0
Yes, is BoolBalue Thiago_GGXDYT 15 — 4y

Answer this question