Advertisement
RobloxScripTTPoster

Doors (Old Crucifix) Script Short/ver

Nov 17th, 2022 (edited)
707
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. local Functions = loadstring(game:HttpGet("https://raw.githubusercontent.com/RegularVynixu/Utilities/main/Functions.lua%22))()
  2. local CustomShop = loadstring(game:HttpGet("https://raw.githubusercontent.com/RegularVynixu/Utilities/main/Doors/Custom%20Shop%20Items/Source.lua%22))()
  3.  
  4.  
  5.  
  6. local exampleTool = LoadCustomInstance("rbxassetid://11416603351")
  7.  
  8.  
  9.  
  10. CustomShop.CreateItem(exampleTool, {
  11. Title = "Crucifix",
  12. Desc = "Single use, blocks only custom spawn entities",
  13. Image = "https://static.wikia.nocookie.net/doors-game/images/8/88/Icon_crucifix2.png/revision/latest?cb=2022072803303",
  14. Price = 20,
  15. Stack = 1,
  16. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement