Advertisement
baconhack_263

DOORS ENTITY SPAWNER

Nov 23rd, 2023 (edited)
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. local lib = loadstring(game:HttpGet("https://raw.githubusercontent.com/acsu123/HOHO_H/main/hoho_lib.lua", true))()
  2. local win = lib:Window("DOORS ENTITY SPAWNER","DOORS FIL👁👁",Color3.new(0.333333, 0.666667, 1))
  3. local tab = win:Tab("Main")
  4. local label = tab:Label("Label", properties) --properties: {["Visible"] = flase}
  5. label:NewLabel("Main", properties)
  6. tab:Line()
  7. tab:Button("SPAWN GUI", function()
  8. loadstring(game:HttpGetAsync("https://pastebin.com/raw/FSxPs7Zs"))()
  9. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement