Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- FoodsSystem.ToggleVoteEvent:FireAllClients(false)
- wait(5)
- FoodsSystem.ToggleVoteEvent:FireAllClients(true)
- -- Timer Here --
- wait(5)
- FoodsSystem.ToggleVoteEvent:FireAllClients(false)
- if FoodsSystem.FoodOption1.Value >= FoodsSystem.FoodOption2.Value then
- elseif FoodsSystem.FoodOption1.Value < FoodsSystem.FoodOption2.Value then
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement