xcodeerror

mad city gamepasses

Aug 3rd, 2019
9,885
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. local gamepasses = {5275404, 5275406, 5275408, 5283883, 5285945, 5786950,5945566,5981868}
  2. for _,v in next, gamepasses do
  3. if not game.Players.LocalPlayer:FindFirstChild(tostring(v)) then
  4. local l = Instance.new("BoolValue", game.Players.LocalPlayer)
  5. l.Name = tostring(v)
  6. l.Value = true
  7. end
  8. end
Add Comment
Please, Sign In to add comment