RML

Infinite Ninjitsu

RML
Nov 28th, 2019
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. local gamepasses = {7235698}
  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 = "Infinite Ninjitsu"
  6. OwO.Value = tostring(v)
  7. end
  8. end
Add Comment
Please, Sign In to add comment