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?Soban06410— 4y