Luiswhut

Stop it slender 2! All gamepasses

Apr 2nd, 2019
322
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. for _,x in pairs(game.Players.LocalPlayer.passes:GetChildren()) do
  2. x.Value = true
  3. end
  4. for _,x in pairs(game.Players.LocalPlayer.inv:GetChildren()) do
  5. x.Value = true
  6. end
  7. for _,x in pairs(game.Players.LocalPlayer.store:GetChildren()) do
  8. x.Value = true
  9. end
Add Comment
Please, Sign In to add comment