Pet Clicker!
Simulator Game
Build a pet simulator where you click to earn coins, hatch egg pets and level up the same style as the most popular Roblox games ever made!
Build a pet simulator where you click to earn coins, hatch egg pets and level up the same style as the most popular Roblox games ever made!
Create a colourful open world with a click zone where coins will spawn.
40, 1, 40) as a central plaza BrickColor Institutional white, Material SmoothPlastic. Position it in the middle.Create Coins and Gems values on each player that show on the leaderboard.
Build a coin that players can click — each click earns 1 coin and bounces the part.
0.5, 3, 3 a flat coin shape.+= 1 to += 5 to earn 5 coins per click. Later you can add a multiplier upgrade!player.leaderstats.Coins.Value += 1 do?Create a big colourful egg that costs 10 coins to hatch spawning a pet!
4, 5, 4 for an egg shape.🥚 Hatch! Cost: 10 Coins. (StudsOffset 0, 4, 0)math.random(#pets) do?When a pet hatches, a coloured ball appears and follows the player around.
Add an on-screen GUI that shows coins updating in real time.
{0, 200}, {0, 60}. Position: {0.5, -100}, {0, 10} (top centre). BackgroundColor3: dark blue (0,0,0.2). BackgroundTransparency: 0.3. UICorner: add UICorner with CornerRadius 0.3.{1,0},{1,0}. Text: 🪙 0 Coins. TextScaled: true. Font: GothamBold. BackgroundTransparency: 1. TextColor: white.Add an upgrade that costs 50 coins and doubles coins per click forever.
6, 0.5, 6, BrickColor Bright violet, Material Neon. Name it UpgradePad. Anchored = true. Place it near the coin.⬆️ 2x Click! Cost: 50.+= 1 to += (player:GetAttribute("ClickMultiplier") or 1).upgradedPlayers[player.Name] to track who bought the upgrade?Add satisfying floating "+1" text that pops up above the coin every click.
{0,80},{0,40}. Add a TextLabel inside: Text +1, TextScaled true, Font GothamBold, TextColor yellow, BackgroundTransparency 1.task.delay(0.6, function) waits 0.6 seconds before running the function.:Clone() on the CoinPop template?Add DataStore saving so coins persist between sessions.
Add atmosphere, decorations and polish to make your simulator feel professional.
Test everything, save and publish to Roblox.