Roblox Wiki
Roblox Wiki
m (Updated page with recent information, removed old/irrelevant pictures)
mNo edit summary
Line 5: Line 5:
 
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.
 
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:DataStoreService|Data stores]] is also accessible throughout all places in the game.
+
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.
 
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 of 2017, all users are allotted 200 active games. Before, the limit was dependant 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.
 
As of September of 2017, all users are allotted 200 active games. Before, the limit was dependant 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.

Revision as of 01:41, 28 March 2019

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 Community: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 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 of 2017, all users are allotted 200 active games. Before, the limit was dependant 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.