Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local LogsFound = game.ReplicatedStorage.LogsFound
- local LogsFolder = game.ReplicatedStorage.LogsFolder
- LogsFolder:Clone().Parent = workspace
- Objective("Logs Found: "..LogsFound.Value.." / 5")
- spawn(function()
- while wait() do
- Objective("Logs Found: "..LogsFound.Value.." / 5")
- if LogsFound.Value == 5 then
- wait(1)
- break
- end
- end
- end)
- repeat wait(0.1) until LogsFound.Value == 5
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement