Just posted this new game, still got some stuff to add in the shop, would like to know what you guys think.
https://www.roblox.com/games/7441925960/The-Dingus-Minigames
2 Likes
suggestion:
- louder lobby music (its kind of quiet right now)
- correctly scale and position your ui
- Decorate the lobby more
Also, I noticed the rounds starts even if just one player. You can fix this by simply adding
if #game.Players:GetPlayers() <= 1 then -- if amount of players is less than or equal to 1
repeat
task.wait(0.5) -- repeat everything within here
until #game.Players:GetPlayers() > 1 -- until there's more than 1 player
end
There was no one in my server so It’s hard to say if gameplay is good
1 Like
Thx for the feedback. I don’t really want to add the player thing, and plus, that wouldn’t work with my code, but I will definitely work on fixing the ui
Thx bro, I might add more MiniGames to fix the first thing. The second thing is just roblox’s buggy random number generator. I just like the ball pit it is amusing to me. Thx for the feedback. I will definitely work more on the game