Advertisement
saturnsolar

Joinscript (Map Voting GUI) | ROBLOX Studio

Apr 24th, 2020
10,154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.17 KB | None | 0 0
  1. local players = game:GetService("Players")
  2.  
  3. players.PlayerAdded:Connect(function(plr)
  4.     local votedvariable = Instance.new("BoolValue",plr)
  5.     votedvariable.Name = "voted"
  6. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement