Roblox Wiki
Roblox Wiki
No edit summary
(Undo revision 1490362 by Artriex (talk))
Tag: Undo
 
(101 intermediate revisions by 52 users not shown)
Line 1: Line 1:
  +
[[File:Discover Page 2021 (Light Theme).png|thumb|350px|Discover page]][[File:GameExplorerAddPlace.png|thumb|Add a new Place to an experience by right-clicking "Places" in the Asset Manager (View -> Asset Manager)]]
[[File:Game Creation page.jpg|thumb|A '''Game''' being created.]]
 
  +
'''Experiences''' (commonly known by their previous name, '''games''') are [[Item|items]] that house and link [[Place|places]] together. Each experience has a "start place," the place where [[user]]s visit first as other places of the experience cannot be directly visited. The start place shares name and description with the experience. Each experience also has an icon and at least one [[thumbnail]] that is viewed from its page by any users.
[[File:ROBLOX WInter Games Lodge.jpeg|thumb|The [[ROBLOX Winter Games]] place, an example of '''Game universes'''.]]
 
  +
A '''Game''' is a group of [[places]] linked together that are meant 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 meant to be used to bring players from one place in a game to another. Universes were suggested many years before their announcement, and were released at the same time as the [[Roblox Winter Games 2014]] place was published onto Roblox.
 
  +
Experiences can be created by any user. When a place is being published by a user, it must be added to an experience. Other places that are not start places can be added to an experience via the [[Create]] page or the Asset Manager window accessible through Studio's View menu (as shown by the picture to the right). Experiences can be owned by either a [[group]] or a user and cannot be transferred between, however places can be transferred by saving/downloading and re-uploading.
  +
  +
Developers can transport visitors from one place in an experience to another using {{Class link|TeleportService}}. Furthermore, different servers of a given experience can communicate with each other using {{Class link|MessagingService}} and {{Class link|MemoryStoreService}}. Saved data using {{Class link|DataStoreService}} is also accessible throughout all places in the experience.
  +
  +
Places using [[Class:AssetService#SavePlaceAsync|SavePlaceAsync]] and [[Class:AssetService#CreatePlaceAsync|CreatePlaceAsync]] are shown in the "Created Place" menu of the experience' Configure page on the Roblox website.
  +
  +
All users are allotted 200 active experiences. Before September 2017, the limit was dependent on the user's membership or previous membership status. The removal of this limitation allowed many users to create more experiences.
  +
  +
==History==
  +
{{see also|Place}}
  +
  +
Contrary to popular belief, experiences did not exist until January 2014. They debuted alongside the [[ROBLOX 2014 Winter Games]]. Instead, the closest things available were unlinked places. From December 2003 to February 2006, places were known as "minigames”. Starting in February 2006, "minigames" were known as "games". From this point to around 2012, these were also occasionally referred to as "levels". In 2014, "universes" were introduced to link multiple of these "games" together. Shortly after this, the universes themselves were mostly renamed to "games" (although some references to "universes" would remain until 2021), and the things that were then called "games" received their current name of "places". In May 2021, "games" and "universes" were both renamed to "experiences".
   
 
==Features==
 
==Features==
  +
*Changing the start place in an experience used to be permitted in its "Configure Experience" page on the website. However, this feature was removed and all experiences that were missing a start place had one automatically generated.
* Improved [[Teleporters]] that are now faster and better than ever
 
  +
*[[Teleporter|Teleportation]] used to prompt users to ask whether they'd like to change places. Now, this teleports users without an option.
* [[Data store]]s, the upgraded version of [[Data Persistence]] that works on all places of the game
 
  +
*New places can be created in an experience through the "[[Class:AssetService#CreatePlaceAsync|CreatePlaceAsync]]" method.
* [[Custom Places]] that act as regular places in the game but can be created in real time
 
  +
*There have been rumors that restrictions on the Apple App Store were the reason experiences were renamed in 2021. These have not been confirmed nor denied.
  +
  +
== Experience Leaderboard ==
  +
''Main page: [[List of places with the most visits]]''
  +
{{List top experiences|count=10}}
   
[[Category:Universes]]
 
 
[[Category:Features]]
 
[[Category:Features]]
  +
[[it:Esperienza]]
  +
[[pt-br:Experiência]]
  +
[[ru:Плейс]]
  +
[[uk:Досвід]]

Latest revision as of 03:02, 24 March 2024

Discover Page 2021 (Light Theme)

Discover page

GameExplorerAddPlace

Add a new Place to an experience by right-clicking "Places" in the Asset Manager (View -> Asset Manager)

Experiences (commonly known by their previous name, games) are items that house and link places together. Each experience has a "start place," the place where users visit first as other places of the experience cannot be directly visited. The start place shares name and description with the experience. Each experience also has an icon and at least one thumbnail that is viewed from its page by any users.

Experiences can be created by any user. When a place is being published by a user, it must be added to an experience. Other places that are not start places can be added to an experience via the Create page or the Asset Manager window accessible through Studio's View menu (as shown by the picture to the right). Experiences can be owned by either a group or a user and cannot be transferred between, however places can be transferred by saving/downloading and re-uploading.

Developers can transport visitors from one place in an experience to another using Light service iconDark service iconTeleportService. Furthermore, different servers of a given experience can communicate with each other using MessagingService light iconMessagingService dark iconMessagingService and MemoryStoreService light iconMemoryStoreService dark iconMemoryStoreService. Saved data using Light service iconDark service iconDataStoreService is also accessible throughout all places in the experience.

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

All users are allotted 200 active experiences. Before September 2017, the limit was dependent on the user's membership or previous membership status. The removal of this limitation allowed many users to create more experiences.

History

Contrary to popular belief, experiences did not exist until January 2014. They debuted alongside the ROBLOX 2014 Winter Games. Instead, the closest things available were unlinked places. From December 2003 to February 2006, places were known as "minigames”. Starting in February 2006, "minigames" were known as "games". From this point to around 2012, these were also occasionally referred to as "levels". In 2014, "universes" were introduced to link multiple of these "games" together. Shortly after this, the universes themselves were mostly renamed to "games" (although some references to "universes" would remain until 2021), and the things that were then called "games" received their current name of "places". In May 2021, "games" and "universes" were both renamed to "experiences".

Features

  • Changing the start place in an experience used to be permitted in its "Configure Experience" page on the website. However, this feature was removed and all experiences that were missing a start place had one automatically generated.
  • Teleportation used to prompt users to ask whether they'd like to change places. Now, this teleports users without an option.
  • New places can be created in an experience through the "CreatePlaceAsync" method.
  • There have been rumors that restrictions on the Apple App Store were the reason experiences were renamed in 2021. These have not been confirmed nor denied.

Experience Leaderboard

Main page: List of places with the most visits

Experiences
RankNameCreatorIDCreatedVisits
2Brookhaven RPWolfpaq4924922222April 2020~44,450,000,000
3Adopt Me!Uplift Games920587237July 2017~34,547,570,000
4Tower of HellYXCeptional Studios1962086868June 2018~18,850,000,000
5MeepCityalexnewtron370731277February 2016~15,686,070,000
6PiggyMiniToon4623386862January 2020~12,141,970,000
7Blox FruitsGamer Robot Inc2753915549January 2019~9,700,000,000
8Royale Highcallmehbob735030788April 2017~9,673,030,000
10BedWarsEasy.gg6872265039May 2021~8,213,870,000
  • Experience 017215128 is missing all data.
  • Experience 142823291 is missing all data.