Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local Functions = loadstring(game:HttpGet("https://raw.githubusercontent.com/RegularVynixu/Utilities/main/Functions.lua))()
- local CustomShop = loadstring(game:HttpGet("https://raw.githubusercontent.com/RegularVynixu/Utilities/main/Doors/Custom%20Shop%20Items/Source.lua))()
- -- Create your tool here
- local exampleTool = LoadCustomInstance("rbxassetid://11416603351")
- -- Create custom shop item
- CustomShop.CreateItem(exampleTool, {
- Title = "Crucifix",
- Desc = "Equip this and im gonna jiggle your balls",
- Image = "https://static.wikia.nocookie.net/doors-game/images/8/88/Icon_crucifix2.png/revision/latest?cb=20220728033038",
- Price = 300,
- Stack = 1,
- })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement