Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local gamepasses = {7361232}
- for _,v in next, gamepasses do
- if not game.Players.LocalPlayer:FindFirstChild(tostring(v)) then
- local OwO = Instance.new("BoolValue", game.Players.LocalPlayer.ownedGamepasses)
- OwO.Name = "+4 Pet Slots"
- OwO.Value = tostring(v)
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement