What do you think of my game "Cube Infinity"?

I made a game that I called Cube Infinity, where you can spawn cubes by clicking a button. I want your feedback about it.

The game:

I know it is empty, I’ll add things soon, for the moment I just show you the ability. Tell me what I can add!

4 Likes

It’s not a game, it’s just a free model on a free model.

12 Likes

This isn’t a feedback, I want a feedback about the game system, and I MADE the system, so if you’re here only to say game of people are bad, I’ll go play YOUR games and we’ll see. And where’s the problem to use free models? Even the best developer sometimes use free models. I made the principal of the content BY MYSELF.

Edit: I played this “game” that you made, and before to criticize games of others developers look at YOURS because I can’t call this a game.

3 Likes

Just as @fgfbfrj said, the entire game is just a donation board free model, time played leaderboard (probably free model) and then what you made is just a button that creates a part. It’s not a game just a little script.
There’s nothing to give feedback about apart from the fact that a button that spawns a part isn’t a full game which is what was already said.

Also literally going onto someones profile and looking at one of their games just to say it isn’t a full front page worthy game is crazy. I played it too and it’s clearly just a test effect he made that looks pretty cool - he never advertises it as a full game, unlike you do. Even if he did what you said isn’t feedback just negativity.

If you’re gonna ask for feedback you need to be ready for actual criticism and not just go mad within the first reply

9 Likes

Hello,

The place isn’t an actual game but rather a showcase of what appears to be your first attempts at using GUI’s and scripting, for which you have suceeded.

Everyone needs a starting project to get more familiar with roblox functions and aspire to make bigger and better things, well done :smiley:

Introduction to Scripting | Roblox Creator Documentation --Always good for beginners to learn and develop their skillset.

-Steff

13 Likes

hmm, where do I even start?

First off, it is a pretty scuzzy move to advertise a donation game on the dev forum. Second, creating a script to spawn a block is not a game.

I also wouldn’t suggest attacking people that responds to your post. You ask for feedback, they gave it. Do not ask what people think unless you’re prepared to have them tell you it sucks.

So here is my feedback, it is not a game, it is not even an attempt at a game. You want money so you made a donation game with a 10 line script and called it a game. And to add on to that, you then went to a community of developers and asked what people thought, knowing the game would be seen by a multitude of people. I honestly do not know what you expected, or how you can even begin to get upset

2 Likes

I agree fully with you, forgot to mention that leaderboard didn’t show anything to me atleast.

2 Likes

not a game, its just a donation board with a script that spawns different types of blocks.

2 Likes

I’m a novice developer, for me it’s not extremely simple.

Change that minutes leader board to number of blocks spawned and you’ll probs get people playing XD

2 Likes

This forum disgusts me. It doesn’t matter whether or not you use a free model, it’s whether or not it’s fun and enjoyable.

Eliott, great job, and I wish you luck on your development journey! If you are going to expand upon this game, I suggest trying to make it so cubes spawn in front of you, and maybe add some buildings to the map.

7 Likes

I think this is the best way to handle the situation, props to you. Constructive criticism is fine and helpful, but blatantly saying ‘thats bad’ is not helpful or respectful.

Games and such should be based on effort put in and enjoyability, not specifically expertise.

As for the actual topic, I personally think it has pretty decent potential, and is a cool concept. Maybe the cube mechanic can have other things connected to it.

Good luck on your development journey!

4 Likes

It’s definitely a start, good job! I agree with the two replies above me.

3 Likes

Always good to see a new beginner learn and face the struggle, then adapt and grow. I agree with the three replies on top.

Lots of people complain it is not a game but yet people forget that a game is just an application of different concepts. This is a nice concept and I hope you find extra concepts to help with your development.

2 Likes

I recommend you make the cubes spawn in front of the player instead

1 Like

Yes I also wanted to do that, I’m working on it!

I don’t know how to make the cubes spawn in front of you but sure I’ll add buildings!

I don’t know how to do that but I’m working on it!

I’m also trying to make the cubes have different colors.

You would add onto the CFrame of the player’s humanoid root part. I can’t provide an example since I don’t know the context of the script, but hopefully that helps a bit.

There is actually a built-in function for this, you would do something like this:

cube.BrickColor = BrickColor.random()
1 Like