Shop function

function openShop()
    -- Here's your implementation of your shop system.
end

Don't forget to add your own function here; by default, it will be empty!

So, it's normal if the button doesn't do anything until you define the function.

In this function in the client/framework.lua, it will be triggered when the client clicks the shop button. You can add your own logic to open the shop.

Last updated