Hello!
Currently I made a new game and was planned to continue. This game was about protecting your lawn from zombies by planting plants! game link if you’re interested
Please, I put all my effort in this game so if you can check it out and give a feeback. It’ll be great! Also, I love to get this game on youtube!
You can move more of your actions to the client side so it is less stress for the server, more-over this is probably a single player game at the moment. For example, you can make all the models render at client only.
You can try to animate the plants as well or give them skinned mesh
there is one problem that i have encountered: the feedback of this game is not strong enough to make the player feel immersed. You can try to improve on the sound design or utilise particles to make the interactions feel immersive.
When I’m playing on my IPhone 12 the UI gets really messed up. The starting menu is overlapping but the game breaking part is that the button to buy the sunflower is directly under the chat button, making it almost impossible to buy a sunflower
This is the reason people need to make sure their UI is fine on mobile. If it isn’t the client can detect if touch is enabled using UserInputService:TouchEnabled() in a local script.