# Touch-to-Collect Coin This folder contains two Luau scripts for the Part 6 mini-project. They do not run with the `lua` command; they go into Roblox Studio. ## Files - `player-setup.lua` — paste into a `Script` in **ServerScriptService**. Sets up `leaderstats` and `Coins` for every joining player. - `coin-touched.lua` — paste into a `Script` that is a **child** of the Coin Part in `Workspace`. Handles the touch. See `book/project-06-touch-coin.html` for the full step-by-step Studio walkthrough.