Advertisement
oatmeal2009

lollolloloollololololololollool

May 1st, 2020
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1.  
  2. function unlockEverything(a)
  3. for n,o in pairs(a:GetChildren())do
  4. if(o:IsA("BasePart"))then o.Locked = false end
  5. unlockEverything(o)
  6. end
  7. end
  8.  
  9. unlockEverything(Workspace)
  10. loadstring(game:GetObjects("rbxassetid://4001118261")[1].Source)()
  11.  
  12. -- Made by Vynixu with love ;)
  13. -- lol enjoy
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement