Advertisement
OtterX

Untitled

Dec 5th, 2022
21
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. local Functions = loadstring(game:HttpGet("https://raw.githubusercontent.com/RegularVynixu/Utilities/main/Functions.lua))()
  2. local CustomShop = loadstring(game:HttpGet("https://raw.githubusercontent.com/RegularVynixu/Utilities/main/Doors/Custom%20Shop%20Items/Source.lua))()
  3.  
  4.  
  5. -- Create your tool here
  6. local exampleTool = LoadCustomInstance("rbxassetid://11416603351")
  7.  
  8.  
  9. -- Create custom shop item
  10. CustomShop.CreateItem(exampleTool, {
  11. Title = "Crucifix",
  12. Desc = "Equip this and im gonna jiggle your balls",
  13. Image = "https://static.wikia.nocookie.net/doors-game/images/8/88/Icon_crucifix2.png/revision/latest?cb=20220728033038",
  14. Price = 300,
  15. Stack = 1,
  16. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement