Advertisement
Sykotic_Cataclysm

storagebase

May 22nd, 2019
299
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. mePlot = nil
  2. for i,v in pairs(game.Workspace.Properties:GetChildren()) do
  3. if v:FindFirstChild("Owner") and v.Owner.Value~=nil and v.Owner.Value==game.Players.LocalPlayer then
  4. mePlot = v.OriginSquare
  5. end
  6. end
  7.  
  8. -- Wall2Talls
  9.  
  10. loadstring(game:HttpGet("https://pastebin.com/raw/XCZQjHcA"))()
  11.  
  12. -- Wall2TallThins
  13.  
  14. loadstring(game:HttpGet("https://pastebin.com/raw/pF22exBT"))()
  15.  
  16. -- Wall2TallCorners
  17.  
  18. loadstring(game:HttpGet("https://pastebin.com/raw/h5NUyvg1"))()
  19.  
  20. -- Floor1Larges
  21.  
  22. loadstring(game:HttpGet("https://pastebin.com/raw/LFQ52dDL"))()
  23.  
  24. -- Floor1s
  25.  
  26. loadstring(game:HttpGet("https://pastebin.com/raw/EDLxZcsK"))()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement