Roblox Wiki
Roblox Wiki
(period)
Tags: Visual edit apiedit
m (Fix links)
(13 intermediate revisions by 10 users not shown)
Line 1: Line 1:
  +
[[File:GameExplorerAddPlace.png|thumb|Add a new Place to a Game by right-clicking "Places" in the Game Explorer (View -> Game Explorer)]]
[[File:Game Creation page.jpg|thumb|A '''Game''' being created.]]
 
:''"Games" redirects here. For information about a user place, see [[Place]]. For the user, see [[Community:Games]].''
+
:''"Games" redirects here. For information about a user place, see [[Place]]. For the user, see {{Player link|Games}}.''
A '''game''' is a group of [[place]]s linked together that are designed to constitute a game as a whole. Places in a game are able to communicate with other places in that same game, and place teleportation is used to bring players from one place in a game to another. They also make sure you keep your things, such as EXP, items, gamepasses, etc, if that was what a developer wanted to do. Universes were suggested many years before their announcement, and its launch coincided with the release of [[The ROBLOX 2014 Winter Games]]. [[File:8f492fd4965c6cf456ec3bf2141b3552.png|thumb|A Awesome Game Called Hyperlaser Battle 2 By CT6C.Go play it]]
+
A '''game''' or '''universe''' is a group of [[place]]s linked together that are designed to constitute a game as a whole. The release of games coincided with the release of the [[ROBLOX 2014 Winter Games]].
  +
  +
Places can be added to a game via the Game Explorer window accessible through Studio's View menu, as shown by the picture to the right.
  +
  +
Game developers can transport players from one place in a game to another using {{Class link|TeleportService}}. Furthermore, servers in a universe can communicate with each other using {{Class link|MessagingService}}. Saved data using {{Class link|DataStoreService}} is also accessible throughout all places in the game.
  +
  +
Places using [https://roblox.fandom.com/wiki/Class:AssetService#SavePlaceAsync SavePlaceAsync] and [https://roblox.fandom.com/wiki/Class:AssetService#CreatePlaceAsync CreatePlaceAsync] are shown in the "Created Place" menu of the game's Configure page on the website.
  +
  +
As of September 2017, all users are allotted 200 active games. Before, the limit was dependent on the user's membership or previous membership status. The removal of this limitation allows users to create more games and reach a wider audience.
   
 
==Features==
 
==Features==
  +
* Changing the start/main place in a game used to be permitted in a game's "Configure Game" page on the website. However, this feature was removed and all games that were missing a start place had one automatically generated.
 
* Improved [[Teleporter|teleportation]] that no longer prompts users to change place, but instead, teleports the player without an option.
 
* Improved [[Teleporter|teleportation]] that no longer prompts users to change place, but instead, teleports the player without an option.
 
* New places can be created in-game through the "[https://roblox.fandom.com/wiki/Class:AssetService#CreatePlaceAsync CreatePlaceAsync]" method.
* As long as the game is within the universe, inactive places can be teleported to without the place taking up an active place slot of its creator.
 
* Centralized [[Data store|Data Stores]], the superseded version of [[Data Persistence]], allows for saved data to be shared across all places in a single game.
 
* New places can be created in-game through the "Create Place Async" method.
 
 
== False Games ==
 
{{Template:Merge|Deceptive advertising}}Sometimes someone might name their game: "Jump Down a 9999 ft hole!" or "Bungee Jump Down a Cliff".
 
[[File:False.jpg|thumb|220x220px|An example of a fake game '''(click image to zoom in)''']]
 
 
[[Category:Features]]
 
[[Category:Features]]

Revision as of 05:37, 7 July 2020

GameExplorerAddPlace

Add a new Place to a Game by right-clicking "Places" in the Game Explorer (View -> Game Explorer)

"Games" redirects here. For information about a user place, see Place. For the user, see Games.

game or universe is a group of places linked together that are designed to constitute a game as a whole. The release of games coincided with the release of the ROBLOX 2014 Winter Games.

Places can be added to a game via the Game Explorer window accessible through Studio's View menu, as shown by the picture to the right.

Game developers can transport players from one place in a game to another using Light service iconDark service iconTeleportService. Furthermore, servers in a universe can communicate with each other using MessagingService light iconMessagingService dark iconMessagingService. Saved data using Light service iconDark service iconDataStoreService is also accessible throughout all places in the game.

Places using SavePlaceAsync and CreatePlaceAsync are shown in the "Created Place" menu of the game's Configure page on the website.

As of September 2017, all users are allotted 200 active games. Before, the limit was dependent on the user's membership or previous membership status. The removal of this limitation allows users to create more games and reach a wider audience.

Features

  • Changing the start/main place in a game used to be permitted in a game's "Configure Game" page on the website. However, this feature was removed and all games that were missing a start place had one automatically generated.
  • Improved teleportation that no longer prompts users to change place, but instead, teleports the player without an option.
  • New places can be created in-game through the "CreatePlaceAsync" method.