local VotingSystem = workspace:WaitForChild("VotingSystem")
local Pad1 = VotingSystem:WaitForChild("Pad1")
local Pad2 = VotingSystem:WaitForChild("Pad2")
local Pad3 = VotingSystem:WaitForChild("Pad3")
local ReplicatedStorage = game:GetService("ReplicatedStorage")
local timeLeft = ReplicatedStorage:WaitForChild("timeLeft")
local doneVoting = ReplicatedStorage:WaitForChild("doneVoting")
Infinite yield possible on ‘ReplicatedStorage:WaitForChild(“timeLeft”)’
help me pls