local function GetMissions()
for i, v in pairs(game.ServerStorage.Mission:GetChildren()) do
if not v.Value then
print("Player got this ")
print(v)
return v
end
end
end
This scripts get boolvalues inside a folder that are false. It prints all the boolvalues inside the folder that are false. How would I get one of those missions.