Advertisement
Sungmingamerpro13

ItemsSystem(STORY GAME)

Oct 6th, 2022
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. ItemsObjective = game.ReplicatedStorage.ItemsFound.ItemsObjective
  2. ItemsObjective2 = game.ReplicatedStorage.ItemsFound.ItemsObjective2
  3.  
  4. function SetItems(Objective)
  5. ItemsObjective.Value = Objective
  6. end
  7.  
  8. function SetItems2(Objective)
  9. ItemsObjective2.Value = Objective
  10. end
  11.  
  12. function ClearItems()
  13. ItemsObjective.Value = "None"
  14. end
  15.  
  16. function ClearItems2()
  17. ItemsObjective2.Value = "None"
  18. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement