hello guys i made a game that combines parts of games such as miners haven, tycoon rng, and some more that i cant think of right now. i would like some feedback on it and just some general advice on the game and whether its fun or not. thank you in advance
Very nice and fun game overall (even though I have 0 cash).
The owners seems to know their stuff.
Suggestions:
- UIPadding for the TextLabels: The text sometimes goes to the very edge of the container. Adding UIPadding inside the labels would help.
- Tutorial
TextLabel.TextScaled = true: I don’t like how the tutorial’s TextLabel is scaled because as more text is added, the text gets smaller. I’d suggested you have TextScaled set to false and instead have the TextSize beTextLabel.AbsoluteSize.Y / 5(also make sure to adjust it when the absolute size changes). - ScrollingFrames CanvasSize too long/short. This is an issue in so many games. I don’t know why many people still struggle with this. More info here (outdated)

