Advertisement
Guest User

Untitled

a guest
Jan 20th, 2017
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.24 KB | None | 0 0
  1. RobloxGui
  2. - ControlFrame
  3. - - BottomLeftControl
  4. - - - DialogFrame
  5. - - - - UserDialogArea
  6. - - - - - TextButton
  7. - - - - - - UserPrompt
  8. - - - - - - RBXchatDialogSelectionButton
  9. - - - - - TextButton
  10. - - - - - - UserPrompt
  11. - - - - - - RBXchatDialogSelectionButton
  12. - - - - - TextButton
  13. - - - - - - UserPrompt
  14. - - - - - - RBXchatDialogSelectionButton
  15. - - - - - TextButton
  16. - - - - - - UserPrompt
  17. - - - - - - RBXchatDialogSelectionButton
  18. - - - - - TextButton
  19. - - - - - - UserPrompt
  20. - - - - - - RBXchatDialogSelectionButton
  21. - - BottomRightControl
  22. - - TopLeftControl
  23. - - DialogScriptMessage
  24. - - - Text
  25. - Modules
  26. - - VR
  27. - - - VRHub
  28. - - - VirtualKeyboard
  29. - - - NotificationHub
  30. - - - LaserPointer
  31. - - - Dialog
  32. - - - UserGui
  33. - - - Recenter
  34. - - - Panel3D
  35. - - - NotifierHint3D
  36. - - - Healthbar3D
  37. - - Server
  38. - - - ClientChat
  39. - - - - DefaultClientChatModules
  40. - - - - - CommandModules
  41. - - - - - - Team
  42. - - - - - - Util
  43. - - - - - - DeveloperConsole
  44. - - - - - - SwitchChannel
  45. - - - - - - Whisper
  46. - - - - - - GetVersion
  47. - - - - - - ClearMessages
  48. - - - - - - SwallowGuestChat
  49. - - - - - MessageCreatorModules
  50. - - - - - - SystemMessage
  51. - - - - - - WelcomeMessage
  52. - - - - - - MeCommandMessage
  53. - - - - - - SetCoreMessage
  54. - - - - - - Util
  55. - - - - - - DefaultChatMessage
  56. - - - - - - MeComamndChannelEchoMessage
  57. - - - - - - WhisperMessage
  58. - - - - - - UnknownMessage
  59. - - - - - ChatSettings
  60. - - - - - ChatConstants
  61. - - - - TransparencyTweener
  62. - - - - CommandProcessor
  63. - - - - MessageSender
  64. - - - - ChatWindow
  65. - - - - MessageLogDisplay
  66. - - - - ChatWindowInstaller
  67. - - - - ChatChannel
  68. - - - - MessageLabelCreator
  69. - - - - ChannelsTab
  70. - - - - ChatScript
  71. - - - - ChatMain
  72. - - - - ChatBar
  73. - - - - ChannelsBar
  74. - - - - CurveUtil
  75. - - - ServerChat
  76. - - - - DefaultChatModules
  77. - - - - - ExtraDataInitializer
  78. - - - - - ChatCommandsTeller
  79. - - - - - MeCommand
  80. - - - - - ChatMessageValidator
  81. - - - - - ChatFloodDetector
  82. - - - - - PrivateMessaging
  83. - - - - - MuteSpeaker
  84. - - - - - TeamChat
  85. - - - - ChatService
  86. - - - - ChatChannel
  87. - - - - ChatServiceRunner
  88. - - - - Speaker
  89. - - - - ChatServiceInstaller
  90. - - - ServerUtil
  91. - - Settings
  92. - - - Pages
  93. - - - - Players
  94. - - - - ReportAbuseMenu
  95. - - - - ResetCharacter
  96. - - - - Record
  97. - - - - LeaveGame
  98. - - - - Home
  99. - - - - Help
  100. - - - - GameSettings
  101. - - - Utility
  102. - - - SettingsPageFactory
  103. - - - SettingsHub
  104. - - TopbarConstants
  105. - - Common
  106. - - - ObjectPool
  107. - - - ClassMaker
  108. - - - ForceUseNewChat
  109. - - - Http
  110. - - - CommonUtil
  111. - - TenFootInterface
  112. - - StyleWidgets
  113. - - Stats
  114. - - - StatsViewer
  115. - - - StatsUtils
  116. - - - StatsTextPanel
  117. - - - StatsMiniTextPanel
  118. - - - StatsButton
  119. - - - StatsAggregator
  120. - - - BarGraph
  121. - - - DecoratedValueLabel
  122. - - - StatsAggregatorManager
  123. - - - StatsAnnotatedGraph
  124. - - ChatSelector
  125. - - GoogleAnalyticsUtils
  126. - - PlayerDropDown
  127. - - DeveloperConsoleModule
  128. - - NewChat
  129. - - PlayerPermissionsModule
  130. - - LoadingScreen3D
  131. - - Chat
  132. - - ChatUtil
  133. - - BackpackScript
  134. - - PlayerlistModule
  135. - - BackpackScript3D
  136. - Sounds
  137. - - VolumeChangeSound
  138. - CoreScripts/Topbar
  139. - TopBarContainer
  140. - - TopBarShadow
  141. - - Settings
  142. - - - SettingsIcon
  143. - - NameHealthContainer
  144. - - - Username
  145. - - - HealthContainer
  146. - - - - HealthFill
  147. - SettingsShield
  148. - - SettingsShield
  149. - - - VRBackground
  150. - - - Modal
  151. - - - HubBar
  152. - - - - PlayersTab
  153. - - - - - Icon
  154. - - - - - - Title
  155. - - - - - TabSelection
  156. - - - - GameSettingsTab
  157. - - - - - Icon
  158. - - - - - - Title
  159. - - - - - TabSelection
  160. - - - - ReportAbuseTab
  161. - - - - - Icon
  162. - - - - - - Title
  163. - - - - - TabSelection
  164. - - - - HelpTab
  165. - - - - - Icon
  166. - - - - - - Title
  167. - - - - - TabSelection
  168. - - - - RecordTab
  169. - - - - - Icon
  170. - - - - - - Title
  171. - - - - - TabSelection
  172. - - - PageViewClipper
  173. - - - - InputCapture
  174. - - - - PageView
  175. - - - BottomButtonFrame
  176. - - - - LeaveGameButtonButton
  177. - - - - - Enabled
  178. - - - - - LeaveGameButtonTextLabel
  179. - - - - - LeaveGameHint
  180. - - - - ResetCharacterButtonButton
  181. - - - - - Enabled
  182. - - - - - ResetCharacterButtonTextLabel
  183. - - - - - ResetCharacterHint
  184. - - - - ResumeButtonButton
  185. - - - - - Enabled
  186. - - - - - ResumeButtonTextLabel
  187. - - - - - ResumeHint
  188. - DropDownFullscreenFrame
  189. - - DropDownSelectionFrame
  190. - - - DropDownScrollingFrame
  191. - - - - Selection1
  192. - DropDownFullscreenFrame
  193. - - DropDownSelectionFrame
  194. - - - DropDownScrollingFrame
  195. - - - - Selection1
  196. - Backpack
  197. - - Hotbar
  198. - - - 1
  199. - - - - SelectionObjectClipper
  200. - - - - - Selector
  201. - - - - Icon
  202. - - - - ToolName
  203. - - - - ToolTip
  204. - - - - Number
  205. - - - 2
  206. - - - - SelectionObjectClipper
  207. - - - - - Selector
  208. - - - - Icon
  209. - - - - ToolName
  210. - - - - ToolTip
  211. - - - - Number
  212. - - - 3
  213. - - - - SelectionObjectClipper
  214. - - - - - Selector
  215. - - - - Icon
  216. - - - - ToolName
  217. - - - - ToolTip
  218. - - - - Number
  219. - - - 4
  220. - - - - SelectionObjectClipper
  221. - - - - - Selector
  222. - - - - Icon
  223. - - - - ToolName
  224. - - - - ToolTip
  225. - - - - Number
  226. - - - 5
  227. - - - - SelectionObjectClipper
  228. - - - - - Selector
  229. - - - - Icon
  230. - - - - ToolName
  231. - - - - ToolTip
  232. - - - - Number
  233. - - - 6
  234. - - - - SelectionObjectClipper
  235. - - - - - Selector
  236. - - - - Icon
  237. - - - - ToolName
  238. - - - - ToolTip
  239. - - - - Number
  240. - - - 7
  241. - - - - SelectionObjectClipper
  242. - - - - - Selector
  243. - - - - Icon
  244. - - - - ToolName
  245. - - - - ToolTip
  246. - - - - Number
  247. - - - 8
  248. - - - - SelectionObjectClipper
  249. - - - - - Selector
  250. - - - - Icon
  251. - - - - ToolName
  252. - - - - ToolTip
  253. - - - - Number
  254. - - - 9
  255. - - - - SelectionObjectClipper
  256. - - - - - Selector
  257. - - - - Icon
  258. - - - - ToolName
  259. - - - - ToolTip
  260. - - - - Number
  261. - - - 10
  262. - - - - SelectionObjectClipper
  263. - - - - - Selector
  264. - - - - Icon
  265. - - - - ToolName
  266. - - - - ToolTip
  267. - - - - Number
  268. - - Inventory
  269. - - - ScrollingFrame
  270. - - - Search
  271. - - - - TextBox
  272. - - - - X
  273. - - GamepadHintsFrame
  274. - - - HintFrame
  275. - - - - HintImage
  276. - - - - HintText
  277. - - - HintFrame
  278. - - - - HintImage
  279. - - - - HintText
  280. - - - HintFrame
  281. - - - - HintImage
  282. - - - - HintText
  283. - PlayerListContainer
  284. - - ScrollList
  285. - - - Player1
  286. - - - - BGFrame
  287. - - - - - MembershipIcon
  288. - - - - - PlayerName
  289. - - PopupClipFrame
  290. - HurtOverlay
  291. - CoreScripts/MainBotChatScript2
  292. - CoreScripts/NotificationScript2
  293. - SendNotification
  294. - SendNotificationInfo
  295. - NotificationFrame
  296. - PopupFrame
  297. - - PopupAcceptButton
  298. - - PopupDeclineButton
  299. - - PopupOKButton
  300. - - PopupText
  301. - CoreScripts/PerformanceStatsManagerScript
  302. - CoreScripts/BubbleChat
  303. - CoreScripts/PurchasePromptScript2
  304. - PurchaseDialog
  305. - - ContainerFrame
  306. - - - ContainerImage
  307. - - - ItemPreviewImage
  308. - - - ItemDescriptionText
  309. - - - RobuxIcon
  310. - - - TixIcon
  311. - - - CostText
  312. - - - PostBalanceText
  313. - - - BuyButton
  314. - - - - BuyButtonText
  315. - - - - ImageLabel
  316. - - - CancelButton
  317. - - - - CancelButtonText
  318. - - - - ImageLabel
  319. - - - BuyRobuxButton
  320. - - - - BuyRobuxButtonText
  321. - - - - ImageLabel
  322. - - - BuyBCButton
  323. - - - - BuyBCButtonText
  324. - - - - ImageLabel
  325. - - - FreeButton
  326. - - - - FreeButtonText
  327. - - - OkButton
  328. - - - - OkButtonText
  329. - - - - ImageLabel
  330. - - - OkPurchasedButton
  331. - - - - OkPurchasedButtonText
  332. - - - - ImageLabel
  333. - - PurchaseFrame
  334. - - - PurchaseText
  335. - - - Loading (x3)
  336. - CoreScripts/PurchasePromptScript3
  337. - CoreScripts/VehicleHud
  338. - VehicleHudFrame
  339. - - SpeedBarClippingFrame
  340. - - - SpeedBarImage
  341. - - HudBG
  342. - - SpeedBG
  343. - - SpeedLabel
  344. - - SpeedText
  345. - CoreScripts/GamepadMenu
  346. - ControlFrame
  347. - - BottomLeftControl
  348. - - BottomRightControl
  349. - - TopLeftControl
  350. - - - Close
  351. - AntiFreezeWarning
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement