Advertisement
Sungmingamerpro13

STORY GAME FoodsSystem Vote

Sep 2nd, 2022
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. FoodsSystem.ToggleVoteEvent:FireAllClients(false)
  2.  
  3. wait(5)
  4.  
  5. FoodsSystem.ToggleVoteEvent:FireAllClients(true)
  6. -- Timer Here --
  7.  
  8. wait(5)
  9.  
  10. FoodsSystem.ToggleVoteEvent:FireAllClients(false)
  11.  
  12. if FoodsSystem.FoodOption1.Value >= FoodsSystem.FoodOption2.Value then
  13.  
  14. elseif FoodsSystem.FoodOption1.Value < FoodsSystem.FoodOption2.Value then
  15.  
  16. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement