Shop function
function openShop()
-- Here's your implementation of your shop system.
end
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