Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local players = game:GetService("Players")
- players.PlayerAdded:Connect(function(plr)
- local votedvariable = Instance.new("BoolValue",plr)
- votedvariable.Name = "voted"
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement