SenseiRoblox

Get all OBBY badges (Adopt me)

Feb 16th, 2021 (edited)
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. local _ = game.ReplicatedStorage
  2. local Obbies, ObbyM = require(_.ClientDB.ObbyDB), require(_.ClientModules.Game.ObbyM)
  3. local Location = require(_.ClientModules.Core.InteriorsM.Location)
  4. Location:__init("Obbies", "MainDoor", {exiting_door = "Obbies/MainDoor"})
  5. for Obby, Data in pairs(Obbies) do
  6. Location:__init(Obby, "MainDoor", {exiting_door = Obby.."/MainDoor"})
  7. pcall(ObbyM.enter_obby, workspace.Interiors:WaitForChild(Obby, 300))
  8. ObbyM.complete_obby()
  9. end
  10. --Gives you all obby badges
  11. --Created by Attribute
  12. --Posted to Pastebin by Im_James#6969
Add Comment
Please, Sign In to add comment