Roblox Power Simulator Damage Reflection

Easy to copy Super Power Fighting Simulator codes will allow you to get Extra Gems and Tokens, to help you advance in the game. Super power fighting simulator is a Roblox game that was created in March 2018 by GamesReborn and it grow to reach 50 million visits. The Goal of the game is to become powerful by training your body, speed and fists. All that while discovering new islands and teaming. It is currently only used for the passive damage reflection Skill more health. To get you must either be sitting in a body toughness training area of you must be doing pushups, a way to speed up how fast you get body toughness is the XP Multiplier, it will make you get more from pushups and from body toughness training areas.


Archive

Elemental Power Simulator Roblox

Cube Simulator is the latest project from prolific 20-year-old developer TheAmazeman, who many ROBLOX members know as the creator of ROBLOX Titanic. The game randomly chooses one person per round to have control over a miniature cube-shaped planet, and it’s that person’s job to use rotation and disorientation to knock everyone else off the cube and into an endless abyss. There is no up, down, left, or right; only gravity plucking players off the cube as it turns in whatever directions the maniacal controller wants it to go. It’s simple, but the game leverages physics and the popular one-versus-all game design so well that it has quickly caught the attention of players, developers, and even our staff. We asked TheAmazeman several questions about what sparked the game idea, the technical implementation, and what’s in store for Cube Simulator’s public release later this month.

ROBLOX: What is the underlying concept of Cube Simulator – who does what, and what are their abilities?

Roblox Power Simulator What Is Damage Reflection

TheAmazeman: Cube Simulator runs on the concept that a six-sided themed map is rotated in different ways. Perception of gravity gets mingled as you, the person on the cube, are trying to survive.

Each round, one person is chosen as the controller, with the goal to strategically rotate the cube so that everyone falls off within a confined time limit. The controller is placed in a UFO, and has the ability to circle around the cube.

The people on the cube, called “cubers,” are not only trying to survive, but also trying to collect pieces of gold. When a cuber collects a piece of gold, they receive a gold gun, as well as the game’s currency. With a gold gun, the cuber can shoot the UFO, dealing damage. The cubers as a group have the goal of shooting the UFO until it explodes. If the UFO explodes, the controller dies and the cubers win!

The controller can circle around the cube to dodge gold bullets as well as find out where cubers are hiding. If all the cubers fall off the cube, the controller wins!

ROBLOX: How did you come up with the idea for Cube Simulator?

TheAmazeman: The concept of map objects rotating has been around for a long time in ROBLOX. ROBLOX Titanic is a good example. As the ship sinks, it is possible to walk up walls that previously were impossible to walk up. I recently came across the concept of easy map rotation as I was trying to find a new method of sinking ships.

I started what is now known as Cube Simulator in August. Early on I thought I was going to make a quick obstacle course game where everyone would try to stay on the cube-world as it flipped upside down. Then I started playing with the concept that someone could be controlling the rotation from outside of the cube. Some of my dedicated Twitter followers and fans on ROBLOX helped me test the game, and said the cubers needed something to do. I took the feedback, and thought of a way to add a risky aspect to the game. I added gold and allowed players who picked up the gold to shoot the UFO. The game was designed while being developed, and I think that made it more successful than if I had not put it up for paid access to get the feedback from dedicated and invested players.

TheAmazeman is crowdsourcing map designs. Pictured here: “Roboto” by asimo3089.

ROBLOX: What made you decide to make a game outside the typical genre bounds (shooter, RPG, murder, etc.) and what players are already familiar with?

TheAmazeman: When I start a new ROBLOX project, I want to make something I will be interested in for the duration of the development. I am interested in the concept of murder games, but I didn’t want to take a stab at making one myself. Instead, I made Cube Simulator inspired by some aspects of murder games. I really like Murder Mystery’s map voting system, so I made my own for Cube Simulator. I like the queue system for becoming murderer in The Mad Murderer, so I used a queue system for picking cube controllers. Even the asymmetric concept of Cube Simulator fits the same vibe as Murder games. One person has a ton of power, while the others are running around trying to survive. The cubers are able to get a “gold gun” to stop the controller from winning. This is new gameplay for general game concepts that are very popular among ROBLOX players.

I am interested in the concept of murder games, but I didn’t want to take a stab at making one myself.

ROBLOX: Cube Simulator gives the controller a sense of power – the ability to manipulate the game world – that not many (if any) other games offer. How did you implement this functionality in the game?

Roblox

TheAmazeman: The controller is able to rotate the cube using WASD, and navigate around the cube using Q or E. Each key out of WASD is tied to which direction the cube rotates for as long as that key is held down. This means even if the controller circles around the cube, the key’s rotation direction stays the same to avoid confusion.

My code takes keyboard input from the player, and matches WASD to 1,2,3,4 as it passes one integer value into server-side code, which determines which way to rotate the cube. In more detailed terms: if a player presses and holds down W, client-side code passes 1 (using ROBLOX Remote Events) into a server-side function that checks what integer value was passed, and rotates the cube accordingly. I also allow the game to be played on tablet devices, using touch buttons in place of WASD.

ROBLOX: What do you think is the coolest technical feature, from a scripting or physics or general development perspective, you’ve implemented in Cube Simulator?

TheAmazeman: I think the concept that every stud of the map matters is the coolest aspect of Cube Simulator. In other games, and rightfully so, you can’t be standing “upside down” on a tree branch. Or walk up building walls, or do parkour through a downtown structure as it rotates. Another cool aspect is I allow players and builders to submit maps. I created a system using InsertService and LoadAsset so that all of the maps in the game are hosted in my models, instead of being stored in the game. This allows me to add as many maps as I can, including tons of player-made maps.

In other games, and rightfully so, you can’t be standing “upside down” on a tree branch. Or walk up building walls, or do parkour through a downtown structure as it rotates.

In Cube Simulator, sometimes standing on the underside of a tree’s foliage is a necessary survival tactic.

ROBLOX: How do you strike a balance between making the game challenging and fun for both the controller and the cubers?

TheAmazeman: Striking a balance has been a tough design process so far. I showed this game the Video Game Developers Club at my university, and someone asked me, “How often do you want the controller to win vs. how often you want the cubers to win?” I did not have a specific answer because I do not know. I want the game’s winner to be the result of player skill, not by a formula I try to craft. I do know that some maps will be easier for the cubers to win, and some will be easier for the controller to win. I am working to keep the balance improving by adjusting the UFO health, the cubers walkspeed, and cube rotation. One thing I will not do is allow players to buy faster walkspeed, faster controlling of the cube, or more health, without it balancing out something else by lowering a different stat. This implies the idea of “UFO Classes” or “Cuber Classes,” which would allow players to buy unique classes. An example would be Classic vs. Scout for the UFO Controller. Scouts would have a faster rotation around the cube to dodge bullets more easily, but their health would be lower to compensate.

ROBLOX: Why did you decide to launch Cube Simulator in Paid Access mode?

TheAmazeman: I launched Cube Simulator as a Paid Access game because I noticed that when bringing a new concept to ROBLOX, launching as a free to play game can be detrimental to the game’s potential. People who buy access to a game are more invested in it from the start, and that is perfect for introducing a new concept. The first few people who bought Cube Simulator got to see the extremely early development of it, and actually influenced what the cubers are able to do on the cube. Having game design conversations with people invested in your game is one of the coolest parts about being a ROBLOX developer. I talked with many players early on, and the outcome was adding Gold at risky locations and a gold gun to shoot the UFO, which creates something for the cubers to do other than frantically run around the cube trying not to fall off.

Having game design conversations with people invested in your game is one of the coolest parts about being a ROBLOX developer.

ROBLOX: What do you have in store for the future? Is there a public release date on the horizon and promises of new gameplay features?

TheAmazeman: Cube Simulator will be out of beta and free right in time for the holidays, on December 25th!

Until then, I will be working hard to make the most out of all the awesome feedback I have received from the game’s beta testers! There are a few things that will need to be out before the game is free to play.

  • Creating a combo/reward system for the UFO controller. (I.e., if the controller forces two people off the cube within 20 seconds, they get a laser gun. Shooting a laser at a structure will break off a chunk. This will allow the controller a chance to win if someone is relying on a tree or a building to survive at all times, while keeping the cubers on their toes at all time, not knowing if they will be targeted.
  • Adding a huge library of hats and gear items that players can buy in-game for Gold.
  • Creating a spectate system. It is common design sense to add a spectating system, and it will be out before free release on December 25th.

ROBLOX: Why do you think Cube Simulator has been successful in its early stages?

TheAmazeman: I can’t say I know what it’s like to see this concept for the first time. But I can get a pretty good idea by watching Cube Simulator YouTube commentaries. I’ve enjoyed watching The Next Level play sessions of it, as well as watching Bereghost and his family play it. All of the reactions are helpful for me understanding how the game’s concept reaches people.

I think the concept of Cube Simulator is so new for any game, and ROBLOX as an engine hosts the concept so well. Once it was out there on the Paid Access game sort, it was no question that people were going to see the thumbnail and wonder how it all works. There are also two trailers for the game, so players can see gameplay before making the 26 ROBUX investment. If you can’t afford the beta tests, keep an eye out for it later this month. The release is December 25th!

Make sure to “favorite” Cube Simulator so you know when it goes free-to-play later this month. For those of you with a 26 ROBUX to spare, you can buy access to the beta version of the game today and watch as TheAmazeman continues to tune gameplay and add new features!

Recommended

Have you ever wondered what it would be like to fly? In Super Power Training Simulator, you learn how to make it to the top as a villain or a hero. With four levels and tips for each level. This is a really fun Roblox game and I’m going to share my best tips for the different levels you’ll encounter in the game.Here are some Super Power Training Simulator Tips and Tricks.

Level 1 Tips

First, when you start the game (link to the game), you are weak and have no powers. You have five different categories to train: jump force, movement speed, psychic power, body toughness, and fist strength.

The first powers you learn are:

  • fireball
  • walking on water
  • walk and run
  • teleporting
  • damage reflection

For the fireball you punch the rock right outside of the safe zone to get more fist strength for each punch. To walk on water you have to train your movement speed and psychic. To train movement speed all you have to do is walk around and you will get faster. With psychic you just click 3 and it will look like you are sitting down.

The way you know you are training correctly is if you see +_ psychic power (or what you are training) show up on the screen. When you train fist strength remember not to just punch with c, but to click on 1 to have it on training fist strength and not just punching. You get weights that can help you train movement speed and jump force. If you don’t have enough power to train with that weight you won’t be able to move.

At this level you are mostly trying to find your potential.

Power

Level 2 Tips

The next two attacks you learn are invisibility and bullet punch. The more you train your fist strength the better your fireball and bullet punch will become.

Don’t worry about getting to 1 quadrillion fist strength just yet. Focus on body toughness which builds up your defense. You can train two things at once when training body toughness.

You can do push-ups to get a higher body toughness or train psychic while you get body toughness which I recommend the most because when you are invisible only people with lower psychic powers cannot see you. There could be someone there with you and you don’t know because they have a higher psychic.

The best place to train at this level is at the city port which is over the bridge and in the building with a spy face on it. You start out in the ice tub but will soon move to the lava tub. If you stay in there too long early on, you will die so you have to be cautious.

Level 3 Tips

At this level the next two skills you learn are flying, and hiding your aura. To fly, you need to train psychic and jump force. The same is true when you want to be able to fly faster. You train jump force.

When training for hiding your aura you first need to know your aura. Your aura is a red flag for how good your fist strength and psychic power are. You might have noticed a glow starting around you after all of your training for the 10 quests you have finished. Your aura changes along with your fireball, and your body toughness.

After you have 10 million body toughness your aura gets lightning bolts. With this aura comes the curse. You want to be able to pretend you are a noob and get kills (which will be important for your next quest).

If you are weaker than someone else it is also glaringly obvious to others. When you train body toughness, fist strength, and psychic power to 1 million this ability becomes possible. You can go to a floating island above a tornado to train your fist strength even better than with the rock once you can fly there.

When you stay outside of the safe area where you used to spawn when you were a noob you earn 5 tokens per minute as well as alive time. The tokens are used to upgrade your ability power. Each time they double how much power you can train by. If you started by getting 1 psychic per second it would upgrade it to 2 psychic per second. Alive time is important to move up ranks.

You might have noticed on menu you have a class like a c- class or something. When you get to higher ranks you will need to survive for a certain time to move up. If you die you lose your alive time, but it does transfer to the next time you play. So be careful!

Level 4 Tips

Super power simulator roblox

You only have two more quests at this level. Killing intent, and soul reap. Killing intent is a very hard quest which you need to kill 1,000 heroes or villains. Innocents do not count for this quest. You also need 100 million psychic power. You should train in the island in the sky.

If you have 1 million psychic power you can go to the 1 million psychic required lawn and you won’t die or lose health. Be careful because there are three other places on that island where you need 1 billion psychic power then you need 1 trillion psychic power and finally 1 quadrillion power to go there. That means that there could be people waiting there to kill you.

It is good to hide your aura and make sure they don’t know how good you are. When killing the villains and heroes you should go to the city port and pretend to be a noob. You can change what rank you show by clicking on the one you want to pretend to be. You also should use the walk and run so that you are walking.

If you make people think you are a noob they will try to attack you. They will turn into a lawbreaker and die, or they will be easy to kill yourself. Since this is such a long quest you should work on body toughness and fist strength as well to get better as a player.

For the final quest that the reaper under the bridge gives you, there is a place in the city that you should go to. There is a fence surrounding that building, and inside you can train your body toughness. You need to have at least 1 billion body toughness, though. This quest may take a long time, but you can show off how good you are to the weaker players. That will make up for the long quest.

For more BLOXtips tips and tricks, click here.