so you dont have to do something like
If game.Workspace.Progress.Value == 1 then If game.Workspace.Go.Value == 1 then game.Workspace.Progress.Value = 2 end end end
Yes you can.
if game.Workspace.Progress.Value == 1 then if game.Workspace.Go.Value == 1 then game.Workspace.Progress.Value = game.Workspace.Progress.Value + 1 end end