#how to make shop systems
1 messages · Page 1 of 1 (latest)
ui elements like frames, and luau code 👍
↑
Remote events a local script for sending the buy and a server script for handling it
sure those could be used. Remember to always have the server validate whether a player can purchase something. Such as ensuring they have enough coins, Check what a player is purchasing exists or not etc.
send item id to server
server validate
then shop system is done
:>