Login

Fancade Wiki

Updated Menu Item.md (markdown)

... ...
@@ -19,9 +19,8 @@ Now get a [[Set Score]] block, plug in `!Score` into the Score wire, and plug `C
19 19
20 20
Add a shop with some items, starting with `More per tap`. This is like in Fanclicker by Origedit. Replace the increase number with:
21 21
22
```
23
!Score = !Score + (whatever saved variable you are using for the more per tap item in the shop).
24
```
22
[[/uploads/Screenshot_20220101-201031.png]]
23
25 24
Do the same for the `Coins` variable.
26 25
27 26
Add a way to make the player claim the coins they got in game and submit their score. If you are using an object to do this then check if the object has no other object around it or is unglued; if not, do so. If you don't know how to do it then check [[this article.|https://www.fancade.com/wiki/build/how-glue-makes-blocks-stick-together-and-form-larger-objects]] You may also need the [[Tap to pick closest object|https://www.fancade.com/wiki/script/tap-to-pick-closest-object]] article.
... ...
\ No newline at end of file
Fancade Wiki