Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ItemsObjective = game.ReplicatedStorage.ItemsFound.ItemsObjective
- ItemsObjective2 = game.ReplicatedStorage.ItemsFound.ItemsObjective2
- function SetItems(Objective)
- ItemsObjective.Value = Objective
- end
- function SetItems2(Objective)
- ItemsObjective2.Value = Objective
- end
- function ClearItems()
- ItemsObjective.Value = "None"
- end
- function ClearItems2()
- ItemsObjective2.Value = "None"
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement