while wait() do
if game.ReplicatedStorage.TimerTag.Value == "0:00" then
game.ReplicatedStorage.Mutators.Jump.Value = false
end
end
0
What kind of script is it and where is it located?Darth_Revan40430— 4y
0
The reason why the value isn't turning false, because the TimerTag (StringValue [ I assume]) Value never becomes 0:00, or there is another script that is changing the value of it to True again.BestCreativeBoy1395— 4y
0
Well, if you don't provide enough information, the question will be moderated as 'Non-Constructive'BestCreativeBoy1395— 4y