Sungmingamerpro13

Story game VoteGui Script

Dec 21st, 2022
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | Source Code | 0 0
  1. VoteSystem.togglePollEvent:FireAllClients(false)
  2.  
  3. wait(5)
  4.  
  5. VoteSystem.togglePollEvent:FireAllClients(true)
  6.  
  7. Timer(25)
  8.  
  9. wait(5)
  10.  
  11. VoteSystem.togglePollEvent:FireAllClients(false)
  12.  
  13. if VoteSystem.Option1.Value >= VoteSystem.Option2.Value then
  14.  
  15. elseif VoteSystem.Option1.Value < VoteSystem.Option2.Value then
  16.  
  17. end
Tags: Roblox
Add Comment
Please, Sign In to add comment