Advertisement
RobloxScripTTPoster

Roblox (Doors) Custom Items (use this if you know how to model and code)

Nov 11th, 2022 (edited)
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 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. local exampleTool = LoadCustomInstance("rbxassetid://7028556002")
  6.  
  7.  
  8. CustomShop.CreateItem(exampleTool, {
  9. Title = "Linked Sword",
  10. Desc = "This does not work its just like an normal item",
  11. Image = "https://create.roblox.com/marketplace/asset/534533609/Linked-Sword",
  12. Price = 150,
  13. Stack = 1,
  14. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement