Advertisement
RML

+200 Capacity

RML
Nov 28th, 2019
467
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. local gamepasses = {7557569}
  2. for _,v in next, gamepasses do
  3. if not game.Players.LocalPlayer:FindFirstChild(tostring(v)) then
  4. local OwO = Instance.new("BoolValue", game.Players.LocalPlayer.ownedGamepasses)
  5. OwO.Name = "+200 Capacity"
  6. OwO.Value = tostring(v)
  7. end
  8. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement