Advertisement
Yondiux

LEADERBOARD

Jun 1st, 2021
2,142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. game.Players.PlayerAdded:Connect(function(player)
  2. local a = Instance.new("Folder", player)
  3. a.Name = "mapas"
  4. local b = Instance.new("BoolValue", a)
  5. b.Name = "mapa1"
  6. local c = Instance.new("BoolValue", a)
  7. c.Name = "mapa2"
  8. local d = Instance.new("BoolValue", a)
  9. d.Name = "mapa3"
  10. local e = Instance.new("BoolValue", a)
  11. e.Name = "votado1"
  12. local f = Instance.new("BoolValue", a)
  13. f.Name = "votado2"
  14. local g = Instance.new("BoolValue", a)
  15. g.Name = "votado3"
  16. local stats = Instance.new("Folder", player)
  17. stats.Name = "Info"
  18. local menu = Instance.new("BoolValue", stats)
  19. menu.Name = "enmenu"
  20. end)
  21.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement