· 8 years ago · Nov 19, 2017, 05:10 AM
1<roblox xmlns:xmime="http://www.w3.org/2005/05/xmlmime" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.roblox.com/roblox.xsd" version="4">
2<Item class="ReflectionMetadataClasses">
3<Properties/>
4<Item class="ReflectionMetadataClass">
5<Properties>
6<string name="Name">BindableFunction</string>
7<string name="ClassCategory">Scripts</string>
8<string name="summary">
9Allow functions defined in one script to be called by another script
10</string>
11<string name="ExplorerOrder">4</string>
12<string name="ExplorerImageIndex">66</string>
13</Properties>
14<Item class="ReflectionMetadataYieldFunctions">
15<Item class="ReflectionMetadataMember">
16<Properties>
17<string name="Name">Invoke</string>
18<string name="summary">
19Causes the function assigned to OnInvoke to be called. Arguments passed to this function get passed to OnInvoke function.
20</string>
21</Properties>
22</Item>
23</Item>
24<Item class="ReflectionMetadataCallbacks">
25<Item class="ReflectionMetadataMember">
26<Properties>
27<string name="Name">OnInvoke</string>
28<string name="summary">
29Should be defined as a function. This function is called when Invoke() is called. Number of arguments is variable.
30</string>
31</Properties>
32</Item>
33</Item>
34</Item>
35<Item class="ReflectionMetadataClass">
36<Properties>
37<string name="Name">BindableEvent</string>
38<string name="ClassCategory">Scripts</string>
39<string name="summary">
40Allow events defined in one script to be subscribed to by another script
41</string>
42<string name="ExplorerOrder">5</string>
43<string name="ExplorerImageIndex">67</string>
44</Properties>
45<Item class="ReflectionMetadataFunctions">
46<Item class="ReflectionMetadataMember">
47<Properties>
48<string name="Name">Fire</string>
49<string name="summary">
50Used to make the custom event fire (see Event for more info). Arguments can be variable length.
51</string>
52</Properties>
53</Item>
54</Item>
55<Item class="ReflectionMetadataEvents">
56<Item class="ReflectionMetadataMember">
57<Properties>
58<string name="Name">Event</string>
59<string name="summary">
60This event fires when the Fire() method is used. Receives the variable length arguments from Fire().
61</string>
62</Properties>
63</Item>
64</Item>
65</Item>
66<Item class="ReflectionMetadataClass">
67<Properties>
68<string name="Name">TouchTransmitter</string>
69<string name="summary">
70Used by networking and replication code to transmit touch events - no other purpose
71</string>
72<bool name="Browsable">false</bool>
73<string name="ExplorerOrder">3</string>
74<string name="ExplorerImageIndex">37</string>
75</Properties>
76</Item>
77<Item class="ReflectionMetadataClass">
78<Properties>
79<string name="Name">ForceField</string>
80<string name="ClassCategory">Avatar</string>
81<string name="summary">
82Prevents joint breakage from explosions, and stops Humanoids from taking damage
83</string>
84<string name="ExplorerOrder">3</string>
85<string name="ExplorerImageIndex">37</string>
86</Properties>
87</Item>
88<Item class="ReflectionMetadataClass">
89<Properties>
90<string name="Name">PluginManager</string>
91</Properties>
92</Item>
93<Item class="ReflectionMetadataClass">
94<Properties>
95<string name="Name">TeleportService</string>
96<string name="summary">
97Allows players to seamlessly leave a game and join another
98</string>
99</Properties>
100<Item class="ReflectionMetadataMember">
101<Properties>
102<string name="Name">CustomizedTeleportUI</string>
103<bool name="Deprecated">true</bool>
104<string name="summary">Deprecated</string>
105</Properties>
106</Item>
107</Item>
108<Item class="ReflectionMetadataClass">
109<Properties>
110<string name="Name">Plugin</string>
111</Properties>
112</Item>
113<Item class="ReflectionMetadataClass">
114<Properties>
115<string name="Name">PluginMouse</string>
116</Properties>
117</Item>
118<Item class="ReflectionMetadataClass">
119<Properties>
120<string name="Name">Glue</string>
121</Properties>
122</Item>
123<Item class="ReflectionMetadataClass">
124<Properties>
125<string name="Name">CollectionService</string>
126<string name="summary">
127A service which provides collections of instances based on tags assigned to them.
128</string>
129</Properties>
130<Item class="ReflectionMetadataEvents">
131<Item class="ReflectionMetadataMember">
132<Properties>
133<string name="Name">ItemAdded</string>
134<bool name="Deprecated">true</bool>
135<string name="summary">Deprecated. Use GetInstanceAddedSignal instead.</string>
136</Properties>
137</Item>
138<Item class="ReflectionMetadataMember">
139<Properties>
140<string name="Name">ItemRemoved</string>
141<bool name="Deprecated">true</bool>
142<string name="summary">Deprecated. Use GetInstancedRemovedSignal instead.</string>
143</Properties>
144</Item>
145</Item>
146<Item class="ReflectionMetadataFunctions">
147<Item class="ReflectionMetadataMember">
148<Properties>
149<string name="Name">GetCollection</string>
150<bool name="Deprecated">true</bool>
151<string name="summary">Deprecated. Use GetTagged instead.</string>
152</Properties>
153</Item>
154<Item class="ReflectionMetadataMember">
155<Properties>
156<string name="Name">GetTagged</string>
157<string name="summary">
158Returns an array of all of the instances in the data model which have the given tag.
159</string>
160</Properties>
161</Item>
162<Item class="ReflectionMetadataMember">
163<Properties>
164<string name="Name">AddTag</string>
165<string name="summary">Adds a tag to an instance.</string>
166</Properties>
167</Item>
168<Item class="ReflectionMetadataMember">
169<Properties>
170<string name="Name">RemoveTag</string>
171<string name="summary">Removes a tag to an instance.</string>
172</Properties>
173</Item>
174<Item class="ReflectionMetadataMember">
175<Properties>
176<string name="Name">GetTags</string>
177<string name="summary">
178Returns a list of all the collections that an instance belongs to.
179</string>
180</Properties>
181</Item>
182<Item class="ReflectionMetadataMember">
183<Properties>
184<string name="Name">HasTag</string>
185<string name="summary">
186Returns whether the given instance has the given tag.
187</string>
188</Properties>
189</Item>
190<Item class="ReflectionMetadataMember">
191<Properties>
192<string name="Name">GetInstanceAddedSignal</string>
193<string name="summary">
194Returns a signal that fires when the given tag either has a new instance with that tag added to the data model or that tag is assigned to an instance within the data model.
195</string>
196</Properties>
197</Item>
198<Item class="ReflectionMetadataMember">
199<Properties>
200<string name="Name">GetInstanceRemovedSignal</string>
201<string name="summary">
202Returns a signal that fires when the given tag either has an instance with that tag removed from the data model or that tag is removed from an instance within the data model.
203</string>
204</Properties>
205</Item>
206</Item>
207</Item>
208<Item class="ReflectionMetadataClass">
209<Properties>
210<string name="Name">JointsService</string>
211</Properties>
212</Item>
213<Item class="ReflectionMetadataClass">
214<Properties>
215<string name="Name">RunService</string>
216</Properties>
217</Item>
218<Item class="ReflectionMetadataClass">
219<Properties>
220<string name="Name">BadgeService</string>
221</Properties>
222</Item>
223<Item class="ReflectionMetadataClass">
224<Properties>
225<string name="Name">LogService</string>
226</Properties>
227</Item>
228<Item class="ReflectionMetadataClass">
229<Properties>
230<string name="Name">AssetService</string>
231<string name="summary">
232A service used to set and get information about assets stored on the Roblox website.
233</string>
234</Properties>
235<Item class="ReflectionMetadataYieldFunctions">
236<Item class="ReflectionMetadataMember">
237<Properties>
238<string name="Name">RevertAsset</string>
239<string name="summary">
240Reverts a given place id to the version number provided. Returns true if successful on reverting, false otherwise.
241</string>
242</Properties>
243</Item>
244<Item class="ReflectionMetadataMember">
245<Properties>
246<string name="Name">SetPlacePermissions</string>
247<string name="summary">
248Sets the permissions for a placeID to the place accessType. An optional table (inviteList) can be included that will set the accessType for only the player names provided. The table should be set up as an array of usernames (strings).
249</string>
250</Properties>
251</Item>
252<Item class="ReflectionMetadataMember">
253<Properties>
254<string name="Name">GetPlacePermissions</string>
255<string name="summary">
256Given a placeID, this function will return a table with the permissions of the place. Useful for determining what kind of permissions a particular user may have for a place.
257</string>
258</Properties>
259</Item>
260<Item class="ReflectionMetadataMember">
261<Properties>
262<string name="Name">GetAssetVersions</string>
263<string name="summary">
264Given a placeID, this function will return a table with the version info of the place. An optional arg of page number can be used to page through all revisions (a single page may hold about 50 revisions).
265</string>
266</Properties>
267</Item>
268<Item class="ReflectionMetadataMember">
269<Properties>
270<string name="Name">GetCreatorAssetID</string>
271<string name="summary">
272Given a creationID, this function will return the asset that created the creationID. If no other asset created the given creationID, 0 is returned.
273</string>
274</Properties>
275</Item>
276</Item>
277</Item>
278<Item class="ReflectionMetadataClass">
279<Properties>
280<string name="Name">HttpService</string>
281</Properties>
282<Item class="ReflectionMetadataProperties">
283<Item class="ReflectionMetadataMember">
284<Properties>
285<string name="Name">HttpEnabled</string>
286<bool name="Browsable">true</bool>
287<string name="summary">Enabling http requests from scripts</string>
288</Properties>
289</Item>
290</Item>
291</Item>
292<Item class="ReflectionMetadataClass">
293<Properties>
294<string name="Name">InsertService</string>
295<string name="summary">
296A service used to insert objects stored on the website into the game.
297</string>
298</Properties>
299<Item class="ReflectionMetadataProperties">
300<Item class="ReflectionMetadataMember">
301<Properties>
302<string name="Name">AllowClientInsertModels</string>
303<bool name="Browsable">true</bool>
304<string name="summary">
305Can be set in non-filtering-enabled places to allow LoadAsset to be used in LocalScripts.
306</string>
307</Properties>
308</Item>
309<Item class="ReflectionMetadataMember">
310<Properties>
311<string name="Name">AllowInsertFreeModels</string>
312<bool name="Browsable">false</bool>
313<bool name="Deprecated">true</bool>
314<string name="ExplorerOrder">-1</string>
315<string name="summary">Allows free models to be inserted into place.</string>
316</Properties>
317</Item>
318</Item>
319<Item class="ReflectionMetadataFunctions">
320<Item class="ReflectionMetadataMember">
321<Properties>
322<string name="Name">GetCollection</string>
323<string name="summary">
324Returns a table for the assets stored in the category. A category is an setId from www.roblox.com that links to a set. <a href="http://wiki.roblox.com/index.php?title=API:Class/InsertService/GetCollection" target="_blank">More info on table format</a>. <a href="http://wiki.roblox.com/index.php/Sets" target="_blank">More info on sets</a>
325</string>
326</Properties>
327</Item>
328<Item class="ReflectionMetadataMember">
329<Properties>
330<string name="Name">Insert</string>
331<string name="summary">
332Inserts the Instance into the workspace. It is recommended to use Instance.Parent = game.Workspace instead, as this can cause issues currently.
333</string>
334</Properties>
335</Item>
336<Item class="ReflectionMetadataMember">
337<Properties>
338<string name="Name">ApproveAssetId</string>
339<bool name="Deprecated">true</bool>
340<string name="summary">Deprecated</string>
341</Properties>
342</Item>
343<Item class="ReflectionMetadataMember">
344<Properties>
345<string name="Name">ApproveAssetVersionId</string>
346<bool name="Deprecated">true</bool>
347<string name="summary">Deprecated</string>
348</Properties>
349</Item>
350</Item>
351<Item class="ReflectionMetadataYieldFunctions">
352<Item class="ReflectionMetadataMember">
353<Properties>
354<string name="Name">GetBaseSets</string>
355<string name="summary">
356Returns a table containing a list of the various setIds that are ROBLOX approved. <a href="http://wiki.roblox.com/index.php/Sets" target="_blank">More info on sets</a>
357</string>
358</Properties>
359</Item>
360<Item class="ReflectionMetadataMember">
361<Properties>
362<string name="Name">GetUserSets</string>
363<string name="summary">
364Returns a table containing a list of the various setIds that correspond to argument 'userId'. <a href="http://wiki.roblox.com/index.php/Sets" target="_blank">More info on sets</a>
365</string>
366</Properties>
367</Item>
368<Item class="ReflectionMetadataMember">
369<Properties>
370<string name="Name">GetBaseCategories</string>
371<bool name="Deprecated">true</bool>
372<string name="summary">Deprecated. Use GetBaseSets() instead.</string>
373</Properties>
374</Item>
375<Item class="ReflectionMetadataMember">
376<Properties>
377<string name="Name">GetUserCategories</string>
378<bool name="Deprecated">true</bool>
379<string name="summary">Deprecated. Use GetUserSets() instead.</string>
380</Properties>
381</Item>
382<Item class="ReflectionMetadataMember">
383<Properties>
384<string name="Name">LoadAsset</string>
385<string name="summary">
386Returns a Model containing the Instance that resides at AssetId on the web. This call will also yield the script until the model is returned. Script execution can still continue, however, if you use a <a href="http://wiki.roblox.com/index.php?title=Coroutine" target="_blank">coroutine</a>.
387</string>
388</Properties>
389</Item>
390<Item class="ReflectionMetadataMember">
391<Properties>
392<string name="Name">LoadAssetVersion</string>
393<string name="summary">
394Similar to LoadAsset, but instead an AssetVersionId is passed in, which refers to a particular version of the asset which is not neccessarily the latest version.
395</string>
396</Properties>
397</Item>
398</Item>
399</Item>
400<Item class="ReflectionMetadataClass">
401<Properties>
402<string name="Name">Hat</string>
403<string name="ClassCategory">Avatar</string>
404<string name="ExplorerOrder">3</string>
405<string name="ExplorerImageIndex">45</string>
406<bool name="Deprecated">true</bool>
407</Properties>
408</Item>
409<Item class="ReflectionMetadataClass">
410<Properties>
411<string name="Name">Accessory</string>
412<string name="ClassCategory">Avatar</string>
413<string name="ExplorerOrder">3</string>
414<string name="ExplorerImageIndex">32</string>
415</Properties>
416</Item>
417<Item class="ReflectionMetadataClass">
418<Properties>
419<string name="Name">LocalBackpack</string>
420</Properties>
421</Item>
422<Item class="ReflectionMetadataClass">
423<Properties>
424<string name="Name">LocalBackpackItem</string>
425</Properties>
426</Item>
427<Item class="ReflectionMetadataClass">
428<Properties>
429<string name="Name">MotorFeature</string>
430<bool name="Deprecated">true</bool>
431</Properties>
432</Item>
433<Item class="ReflectionMetadataClass">
434<Properties>
435<string name="Name">Attachment</string>
436<string name="ClassCategory">Physics</string>
437<string name="ExplorerOrder">3</string>
438<string name="ExplorerImageIndex">81</string>
439</Properties>
440<Item class="ReflectionMetadataProperties">
441<Item class="ReflectionMetadataMember">
442<Properties>
443<string name="Name">Rotation</string>
444</Properties>
445</Item>
446<Item class="ReflectionMetadataMember">
447<Properties>
448<string name="Name">WorldRotation</string>
449<bool name="Deprecated">true</bool>
450<string name="summary">Deprecated. Use WorldOrientation instead</string>
451</Properties>
452</Item>
453<Item class="ReflectionMetadataMember">
454<Properties>
455<string name="Name">Orientation</string>
456<string name="summary">Euler angles applied in YXZ order</string>
457</Properties>
458</Item>
459<Item class="ReflectionMetadataMember">
460<Properties>
461<string name="Name">WorldOrientation</string>
462<string name="summary">Euler angles applied in YXZ order</string>
463</Properties>
464</Item>
465</Item>
466</Item>
467<Item class="ReflectionMetadataClass">
468<Properties>
469<string name="Name">Constraint</string>
470<string name="ClassCategory">Physics</string>
471<string name="ExplorerOrder">3</string>
472<string name="ExplorerImageIndex">86</string>
473</Properties>
474<Item class="ReflectionMetadataProperties">
475<Item class="ReflectionMetadataMember">
476<Properties>
477<string name="Name">Enabled</string>
478<string name="summary">
479Toggles whether or not this constraint is enabled. Disabled constraints will not render in game.
480</string>
481</Properties>
482</Item>
483<Item class="ReflectionMetadataMember">
484<Properties>
485<string name="Name">Color</string>
486<string name="summary">The color of the in-game visual.</string>
487</Properties>
488</Item>
489<Item class="ReflectionMetadataMember">
490<Properties>
491<string name="Name">Visible</string>
492<string name="summary">
493Toggles the in-game visual associated with this constraint.
494</string>
495</Properties>
496</Item>
497</Item>
498</Item>
499<Item class="ReflectionMetadataClass">
500<Properties>
501<string name="Name">BallSocketConstraint</string>
502<string name="ClassCategory">Physics</string>
503<string name="ExplorerOrder">3</string>
504<string name="ExplorerImageIndex">86</string>
505</Properties>
506<Item class="ReflectionMetadataProperties">
507<Item class="ReflectionMetadataMember">
508<Properties>
509<string name="Name">LimitsEnabled</string>
510<string name="summary">
511Enables the angular limit between the axis of Attachment0 and the axis of Attachment1.
512</string>
513</Properties>
514</Item>
515<Item class="ReflectionMetadataMember">
516<Properties>
517<string name="Name">UpperAngle</string>
518<string name="summary">
519Maximum angle between the two main axes. Value in [0, 180].
520</string>
521</Properties>
522</Item>
523<Item class="ReflectionMetadataMember">
524<Properties>
525<string name="Name">Restitution</string>
526<string name="summary">
527Restitution of the limit, or how elastic it is. Value in [0, 1].
528</string>
529</Properties>
530</Item>
531<Item class="ReflectionMetadataMember">
532<Properties>
533<string name="Name">TwistLimitsEnabled</string>
534<string name="summary">
535Enables the angular limits around the main axis of Attachment1.
536</string>
537</Properties>
538</Item>
539<Item class="ReflectionMetadataMember">
540<Properties>
541<string name="Name">TwistUpperAngle</string>
542<string name="summary">
543Upper angular limit around the axis of Attachment1. Value in [-180, 180].
544</string>
545</Properties>
546</Item>
547<Item class="ReflectionMetadataMember">
548<Properties>
549<string name="Name">TwistLowerAngle</string>
550<string name="summary">
551Lower angular limit around the axis of Attachment1. Value in [-180, 180].
552</string>
553</Properties>
554</Item>
555<Item class="ReflectionMetadataMember">
556<Properties>
557<string name="Name">Radius</string>
558<string name="summary">Radius of the in-game visual. Value in [0, inf).</string>
559</Properties>
560</Item>
561</Item>
562</Item>
563<Item class="ReflectionMetadataClass">
564<Properties>
565<string name="Name">RopeConstraint</string>
566<string name="ClassCategory">Physics</string>
567<string name="ExplorerOrder">3</string>
568<string name="ExplorerImageIndex">89</string>
569</Properties>
570<Item class="ReflectionMetadataProperties">
571<Item class="ReflectionMetadataMember">
572<Properties>
573<string name="Name">Length</string>
574<string name="summary">
575The length of the rope or the maximum distance between the two attachments. Value in [0, inf).
576</string>
577</Properties>
578</Item>
579<Item class="ReflectionMetadataMember">
580<Properties>
581<string name="Name">Restitution</string>
582<string name="summary">
583Restitution of the rope, or how elastic it is. Value in [0, 1].
584</string>
585</Properties>
586</Item>
587<Item class="ReflectionMetadataMember">
588<Properties>
589<string name="Name">CurrentDistance</string>
590<string name="summary">
591Current distance between the two attachments. Value in [0, inf).
592</string>
593</Properties>
594</Item>
595<Item class="ReflectionMetadataMember">
596<Properties>
597<string name="Name">Thickness</string>
598<string name="summary">
599The thickness of the in-game visual (diameter). Value in [0, inf).
600</string>
601</Properties>
602</Item>
603</Item>
604</Item>
605<Item class="ReflectionMetadataClass">
606<Properties>
607<string name="Name">RodConstraint</string>
608<string name="ClassCategory">Physics</string>
609<string name="ExplorerOrder">3</string>
610<string name="ExplorerImageIndex">90</string>
611</Properties>
612<Item class="ReflectionMetadataProperties">
613<Item class="ReflectionMetadataMember">
614<Properties>
615<string name="Name">Length</string>
616<string name="summary">
617The length of the rod or the distance to be maintained between the two attachments. Value in [0, inf).
618</string>
619</Properties>
620</Item>
621<Item class="ReflectionMetadataMember">
622<Properties>
623<string name="Name">CurrentDistance</string>
624<string name="summary">
625Current distance between the two attachments. Value in [0, inf).
626</string>
627</Properties>
628</Item>
629<Item class="ReflectionMetadataMember">
630<Properties>
631<string name="Name">Thickness</string>
632<string name="summary">
633The thickness of the in-game visual (diameter). Value in [0, inf).
634</string>
635</Properties>
636</Item>
637</Item>
638</Item>
639<Item class="ReflectionMetadataClass">
640<Properties>
641<string name="Name">SpringConstraint</string>
642<string name="ClassCategory">Physics</string>
643<string name="ExplorerOrder">3</string>
644<string name="ExplorerImageIndex">91</string>
645</Properties>
646<Item class="ReflectionMetadataProperties">
647<Item class="ReflectionMetadataMember">
648<Properties>
649<string name="Name">LimitsEnabled</string>
650<string name="summary">Enables limits on the length of the spring.</string>
651</Properties>
652</Item>
653<Item class="ReflectionMetadataMember">
654<Properties>
655<string name="Name">Stiffness</string>
656<string name="summary">
657The stiffness parameter of the spring. Force is scaled based on distance from the free length. The units of this property are force / distance. Value in [0, inf).
658</string>
659</Properties>
660</Item>
661<Item class="ReflectionMetadataMember">
662<Properties>
663<string name="Name">Damping</string>
664<string name="summary">
665The damping parameter of the spring. The force is scaled with respect to relative velocity. The units of this property are force / velocity. Value in [0, inf).
666</string>
667</Properties>
668</Item>
669<Item class="ReflectionMetadataMember">
670<Properties>
671<string name="Name">FreeLength</string>
672<string name="summary">
673The distance (in studs) between the two attachments at which the spring exerts no stiffness force. Value in [0, inf).
674</string>
675</Properties>
676</Item>
677<Item class="ReflectionMetadataMember">
678<Properties>
679<string name="Name">MaxForce</string>
680<string name="summary">
681The maximum force that the spring can apply. Useful to prevent instabilities. The units are mass * studs / seconds^2. Value in [0, inf).
682</string>
683</Properties>
684</Item>
685<Item class="ReflectionMetadataMember">
686<Properties>
687<string name="Name">MaxLength</string>
688<string name="summary">
689Maximum spring length, or the maxium distance between the two attachments. Value in [0, inf).
690</string>
691</Properties>
692</Item>
693<Item class="ReflectionMetadataMember">
694<Properties>
695<string name="Name">MinLength</string>
696<string name="summary">
697Minimum spring length, or the minimum distance between the two attachments. Value in [0, inf).
698</string>
699</Properties>
700</Item>
701<Item class="ReflectionMetadataMember">
702<Properties>
703<string name="Name">Radius</string>
704<string name="summary">
705The radius of the in-game spring coil visual. Value in [0, inf).
706</string>
707</Properties>
708</Item>
709<Item class="ReflectionMetadataMember">
710<Properties>
711<string name="Name">Thickness</string>
712<string name="summary">
713The thickness of the spring wire (diameter) in the in-game visual. Value in [0, inf).
714</string>
715</Properties>
716</Item>
717<Item class="ReflectionMetadataMember">
718<Properties>
719<string name="Name">Coils</string>
720<string name="summary">
721The number of coils in the in-game visual. Value in [0, 8].
722</string>
723</Properties>
724</Item>
725<Item class="ReflectionMetadataMember">
726<Properties>
727<string name="Name">CurrentLength</string>
728<string name="summary">
729Current distance between the two attachments. Value in [0, inf).
730</string>
731</Properties>
732</Item>
733</Item>
734</Item>
735<Item class="ReflectionMetadataClass">
736<Properties>
737<string name="Name">WeldConstraint</string>
738<string name="ClassCategory">Physics</string>
739<string name="ExplorerOrder">3</string>
740<string name="ExplorerImageIndex">94</string>
741</Properties>
742</Item>
743<Item class="ReflectionMetadataClass">
744<Properties>
745<string name="Name">HingeConstraint</string>
746<string name="ClassCategory">Physics</string>
747<string name="ExplorerOrder">3</string>
748<string name="ExplorerImageIndex">87</string>
749</Properties>
750<Item class="ReflectionMetadataProperties">
751<Item class="ReflectionMetadataMember">
752<Properties>
753<string name="Name">ActuatorType</string>
754<string name="summary">
755Type of the rotational actuator: None, Motor, or Servo.
756</string>
757</Properties>
758</Item>
759<Item class="ReflectionMetadataMember">
760<Properties>
761<string name="Name">LimitsEnabled</string>
762<string name="summary">
763Enables the angular limits on rotations around the main axis of Attachment0.
764</string>
765</Properties>
766</Item>
767<Item class="ReflectionMetadataMember">
768<Properties>
769<string name="Name">UpperAngle</string>
770<string name="summary">
771Upper limit for the angle from the SecondaryAxis of Attachment0 to the SecondaryAxis of Attachment1 around the rotation axis. Value in [-180, 180].
772</string>
773</Properties>
774</Item>
775<Item class="ReflectionMetadataMember">
776<Properties>
777<string name="Name">LowerAngle</string>
778<string name="summary">
779Lower limit for the angle from the SecondaryAxis of Attachment0 to the SecondaryAxis of Attachment1 around the rotation axis. Value in [-180, 180].
780</string>
781</Properties>
782</Item>
783<Item class="ReflectionMetadataMember">
784<Properties>
785<string name="Name">AngularRestitution</string>
786<string name="summary">
787Restitution of the two limits, or how elastic they are. Value in [0,1].
788</string>
789</Properties>
790</Item>
791<Item class="ReflectionMetadataMember">
792<Properties>
793<string name="Name">AngularVelocity</string>
794<string name="summary">
795The target angular velocity of the motor in radians per second around the rotation axis. Value in [0, inf).
796</string>
797</Properties>
798</Item>
799<Item class="ReflectionMetadataMember">
800<Properties>
801<string name="Name">MotorMaxTorque</string>
802<string name="summary">
803The maximum torque the motor can apply to achieve the target angular velocity. Value in [0, inf).
804</string>
805</Properties>
806</Item>
807<Item class="ReflectionMetadataMember">
808<Properties>
809<string name="Name">MotorMaxAcceleration</string>
810<string name="summary">
811The maximum angular acceleration of the motor in radians per second square. Value in [0, inf).
812</string>
813</Properties>
814</Item>
815<Item class="ReflectionMetadataMember">
816<Properties>
817<string name="Name">AngularSpeed</string>
818<string name="summary">
819Target angular speed. This value is unsigned as the servo will always move toward its target. Value in [0, inf).
820</string>
821</Properties>
822</Item>
823<Item class="ReflectionMetadataMember">
824<Properties>
825<string name="Name">ServoMaxTorque</string>
826<string name="summary">
827Maximum torque the servo motor can apply. Value in [0, inf).
828</string>
829</Properties>
830</Item>
831<Item class="ReflectionMetadataMember">
832<Properties>
833<string name="Name">TargetAngle</string>
834<string name="summary">
835Target angle for the SecondaryAxis of Attachment1 from the SecondaryAxis of Attachment0 around the rotation axis. Value in [-180, 180].
836</string>
837</Properties>
838</Item>
839<Item class="ReflectionMetadataMember">
840<Properties>
841<string name="Name">CurrentAngle</string>
842<string name="summary">
843Signed angle between the SecondaryAxis of Attchement0 and the SecondaryAxis of Attachment1 around the rotation axis. Value in [-180, 180].
844</string>
845</Properties>
846</Item>
847<Item class="ReflectionMetadataMember">
848<Properties>
849<string name="Name">Radius</string>
850<string name="summary">Radius of the in-game visual. Value in [0, inf).</string>
851</Properties>
852</Item>
853</Item>
854</Item>
855<Item class="ReflectionMetadataClass">
856<Properties>
857<string name="Name">SlidingBallConstraint</string>
858<string name="ClassCategory">Physics</string>
859<string name="ExplorerOrder">3</string>
860<string name="ExplorerImageIndex">88</string>
861</Properties>
862<Item class="ReflectionMetadataProperties">
863<Item class="ReflectionMetadataMember">
864<Properties>
865<string name="Name">ActuatorType</string>
866<string name="summary">
867Type of linear actuator (along the axis of the slider): None, Motor, or Servo.
868</string>
869</Properties>
870</Item>
871<Item class="ReflectionMetadataMember">
872<Properties>
873<string name="Name">LimitsEnabled</string>
874<string name="summary">
875Enables the limits on the linear motion along the axis of the slider.
876</string>
877</Properties>
878</Item>
879<Item class="ReflectionMetadataMember">
880<Properties>
881<string name="Name">LowerLimit</string>
882<string name="summary">
883Lower limit for the position of Attachment1 with respect to Attachment0 along the slider axis. Value in (-inf, inf).
884</string>
885</Properties>
886</Item>
887<Item class="ReflectionMetadataMember">
888<Properties>
889<string name="Name">UpperLimit</string>
890<string name="summary">
891Upper limit for the position of Attachment1 with respect to Attachment0 along the slider axis. Value in (-inf, inf).
892</string>
893</Properties>
894</Item>
895<Item class="ReflectionMetadataMember">
896<Properties>
897<string name="Name">Restitution</string>
898<string name="summary">
899Restitution of the two limits, or how elastic they are. Value in [0, 1].
900</string>
901</Properties>
902</Item>
903<Item class="ReflectionMetadataMember">
904<Properties>
905<string name="Name">Velocity</string>
906<string name="summary">
907The target linear velocity of the motor in studs per second along the slider axis. Value in (-inf, inf).
908</string>
909</Properties>
910</Item>
911<Item class="ReflectionMetadataMember">
912<Properties>
913<string name="Name">MotorMaxForce</string>
914<string name="summary">
915The maximum force the motor can apply to achieve the target velocity. Units are mass * studs / seconds^2. Value in [0, inf).
916</string>
917</Properties>
918</Item>
919<Item class="ReflectionMetadataMember">
920<Properties>
921<string name="Name">MotorMaxAcceleration</string>
922<string name="summary">
923The maximum acceleration of the motor in studs per second squared. Value in [0, inf).
924</string>
925</Properties>
926</Item>
927<Item class="ReflectionMetadataMember">
928<Properties>
929<string name="Name">Speed</string>
930<string name="summary">
931Target speed in studs per second. This value is unsigned as the servo will always move toward its target. Value in [0, inf).
932</string>
933</Properties>
934</Item>
935<Item class="ReflectionMetadataMember">
936<Properties>
937<string name="Name">ServoMaxForce</string>
938<string name="summary">
939Maximum force the servo motor can apply. Units are mass * studs / seconds^2. Value in [0, inf).
940</string>
941</Properties>
942</Item>
943<Item class="ReflectionMetadataMember">
944<Properties>
945<string name="Name">TargetPosition</string>
946<string name="summary">
947Target position of Attachment1 with respect to Attachment0 along the slider axis. Value in (-inf, inf).
948</string>
949</Properties>
950</Item>
951<Item class="ReflectionMetadataMember">
952<Properties>
953<string name="Name">CurrentPosition</string>
954<string name="summary">
955Current position of Attachment1 with respect to Attachment0 along the slider axis. Value in (-inf, inf).
956</string>
957</Properties>
958</Item>
959<Item class="ReflectionMetadataMember">
960<Properties>
961<string name="Name">Size</string>
962<string name="summary">
963Size of the in-game visual associated with this constraint. Value in [0, inf).
964</string>
965</Properties>
966</Item>
967</Item>
968</Item>
969<Item class="ReflectionMetadataClass">
970<Properties>
971<string name="Name">PrismaticConstraint</string>
972<string name="ClassCategory">Physics</string>
973<string name="ExplorerOrder">3</string>
974<string name="ExplorerImageIndex">88</string>
975</Properties>
976</Item>
977<Item class="ReflectionMetadataClass">
978<Properties>
979<string name="Name">CylindricalConstraint</string>
980<string name="ClassCategory">Physics</string>
981<string name="ExplorerOrder">3</string>
982<string name="ExplorerImageIndex">95</string>
983</Properties>
984<Item class="ReflectionMetadataProperties">
985<Item class="ReflectionMetadataMember">
986<Properties>
987<string name="Name">InclinationAngle</string>
988<string name="summary">
989Direction of the rotation axis as an angle from the x-axis in the xy-plane of Attachment0. Value in [-180, 180].
990</string>
991</Properties>
992</Item>
993<Item class="ReflectionMetadataMember">
994<Properties>
995<string name="Name">AngularActuatorType</string>
996<string name="summary">Type of angular actuator: None, Motor, or Servo.</string>
997</Properties>
998</Item>
999<Item class="ReflectionMetadataMember">
1000<Properties>
1001<string name="Name">AngularLimitsEnabled</string>
1002<string name="summary">
1003Enables the angular limits around the rotation axis.
1004</string>
1005</Properties>
1006</Item>
1007<Item class="ReflectionMetadataMember">
1008<Properties>
1009<string name="Name">UpperAngle</string>
1010<string name="summary">
1011Upper limit for the angle (in degrees) between the reference axis and the SecondaryAxis of Attachment1 around the rotation axis. Value in [-180, 180].
1012</string>
1013</Properties>
1014</Item>
1015<Item class="ReflectionMetadataMember">
1016<Properties>
1017<string name="Name">LowerAngle</string>
1018<string name="summary">
1019Lower limit for the angle (in degrees) between the reference axis and the SecondaryAxis of Attachment1 around the rotation axis. Value in [-180, 180].
1020</string>
1021</Properties>
1022</Item>
1023<Item class="ReflectionMetadataMember">
1024<Properties>
1025<string name="Name">AngularRestitution</string>
1026<string name="summary">
1027Restitution of the two limits, or how elastic they are. Value in [0, 1].
1028</string>
1029</Properties>
1030</Item>
1031<Item class="ReflectionMetadataMember">
1032<Properties>
1033<string name="Name">AngularVelocity</string>
1034<string name="summary">
1035The target angular velocity of the motor in radians per second around the rotation axis. Value in [0, inf).
1036</string>
1037</Properties>
1038</Item>
1039<Item class="ReflectionMetadataMember">
1040<Properties>
1041<string name="Name">MotorMaxTorque</string>
1042<string name="summary">
1043The maximum torque the motor can apply to achieve the target angular velocity. The units are mass * studs^2 / second^2. Value in [0, inf).
1044</string>
1045</Properties>
1046</Item>
1047<Item class="ReflectionMetadataMember">
1048<Properties>
1049<string name="Name">MotorMaxAngularAcceleration</string>
1050<string name="summary">
1051The maximum angular acceleration of the motor in radians per second squared. Value in [0, inf).
1052</string>
1053</Properties>
1054</Item>
1055<Item class="ReflectionMetadataMember">
1056<Properties>
1057<string name="Name">AngularSpeed</string>
1058<string name="summary">
1059Target angular speed. This value is unsigned as the servo will always move toward its target. In radians per second. Value in [0, inf).
1060</string>
1061</Properties>
1062</Item>
1063<Item class="ReflectionMetadataMember">
1064<Properties>
1065<string name="Name">ServoMaxTorque</string>
1066<string name="summary">
1067Maximum torque the servo motor can apply. The units are mass * studs^2 / second^2. Value in [0, inf).
1068</string>
1069</Properties>
1070</Item>
1071<Item class="ReflectionMetadataMember">
1072<Properties>
1073<string name="Name">TargetAngle</string>
1074<string name="summary">
1075Target angle (in degrees) between the reference axis and the secondary axis of Attachment1 around the rotation axis. Value in [-180, 180].
1076</string>
1077</Properties>
1078</Item>
1079<Item class="ReflectionMetadataMember">
1080<Properties>
1081<string name="Name">CurrentAngle</string>
1082<string name="summary">
1083Signed angle (in degrees) between the reference axis and the secondary axis of Attachment1 around the rotation axis. Value in [-180, 180].
1084</string>
1085</Properties>
1086</Item>
1087<Item class="ReflectionMetadataMember">
1088<Properties>
1089<string name="Name">WorldRotationAxis</string>
1090<string name="summary">
1091The unit vector direction of the rotation axis in world coordinates.
1092</string>
1093</Properties>
1094</Item>
1095<Item class="ReflectionMetadataMember">
1096<Properties>
1097<string name="Name">RotationAxisVisible</string>
1098<string name="summary">Enable the visibility of the rotation axis.</string>
1099</Properties>
1100</Item>
1101</Item>
1102</Item>
1103<Item class="ReflectionMetadataClass">
1104<Properties>
1105<string name="Name">AlignOrientation</string>
1106<string name="ClassCategory">Physics</string>
1107<string name="ExplorerOrder">3</string>
1108<string name="ExplorerImageIndex">82</string>
1109</Properties>
1110</Item>
1111<Item class="ReflectionMetadataClass">
1112<Properties>
1113<string name="Name">AlignPosition</string>
1114<string name="ClassCategory">Physics</string>
1115<string name="ExplorerOrder">3</string>
1116<string name="ExplorerImageIndex">82</string>
1117</Properties>
1118</Item>
1119<Item class="ReflectionMetadataClass">
1120<Properties>
1121<string name="Name">VectorForce</string>
1122<string name="ClassCategory">Physics</string>
1123<string name="ExplorerOrder">3</string>
1124<string name="ExplorerImageIndex">82</string>
1125</Properties>
1126</Item>
1127<Item class="ReflectionMetadataClass">
1128<Properties>
1129<string name="Name">LineForce</string>
1130<string name="ClassCategory">Physics</string>
1131<string name="ExplorerOrder">3</string>
1132<string name="ExplorerImageIndex">82</string>
1133</Properties>
1134</Item>
1135<Item class="ReflectionMetadataClass">
1136<Properties>
1137<string name="Name">Torque</string>
1138<string name="ClassCategory">Physics</string>
1139<string name="ExplorerOrder">3</string>
1140<string name="ExplorerImageIndex">82</string>
1141</Properties>
1142</Item>
1143<Item class="ReflectionMetadataClass">
1144<Properties>
1145<string name="Name">Mouse</string>
1146<string name="summary">
1147Used to receive input from the user. Actually tracks mouse events and keyboard events.
1148</string>
1149</Properties>
1150<Item class="ReflectionMetadataProperties">
1151<Item class="ReflectionMetadataMember">
1152<Properties>
1153<string name="Name">Hit</string>
1154<string name="summary">
1155The CoordinateFrame of where the Mouse ray is currently hitting a 3D object in the Workspace. If the mouse is not over any 3D objects in the Workspace, this property is nil.
1156</string>
1157</Properties>
1158</Item>
1159<Item class="ReflectionMetadataMember">
1160<Properties>
1161<string name="Name">Icon</string>
1162<string name="summary">
1163The current Texture of the Mouse Icon. Stored as a string, for more information on how to format the string <a href="http://wiki.roblox.com/index.php/Content" target="_blank">go here</a>
1164</string>
1165</Properties>
1166</Item>
1167<Item class="ReflectionMetadataMember">
1168<Properties>
1169<string name="Name">Origin</string>
1170<string name="summary">
1171The CoordinateFrame of where the Mouse is when the mouse is not clicking.
1172</string>
1173</Properties>
1174</Item>
1175<Item class="ReflectionMetadataMember">
1176<Properties>
1177<string name="Name">Origin</string>
1178<string name="summary">
1179The CoordinateFrame of where the Mouse is when the mouse is not clicking. This CoordinateFrame will be very close to the Camera.CoordinateFrame.
1180</string>
1181</Properties>
1182</Item>
1183<Item class="ReflectionMetadataMember">
1184<Properties>
1185<string name="Name">Target</string>
1186<string name="summary">
1187The Part the mouse is currently over. If the mouse is not currently over any object (on the skybox, for example) this property is nil.
1188</string>
1189</Properties>
1190</Item>
1191<Item class="ReflectionMetadataMember">
1192<Properties>
1193<string name="Name">TargetFilter</string>
1194<string name="summary">
1195A Part or Model that the Mouse will ignore when trying to find the Target, TargetSurface and Hit.
1196</string>
1197</Properties>
1198</Item>
1199<Item class="ReflectionMetadataMember">
1200<Properties>
1201<string name="Name">TargetSurface</string>
1202<string name="summary">
1203The NormalId (Top, Left, Down, etc.) of the face of the part the Mouse is currently over.
1204</string>
1205</Properties>
1206</Item>
1207<Item class="ReflectionMetadataMember">
1208<Properties>
1209<string name="Name">UnitRay</string>
1210<string name="summary">
1211The Unit Ray from where the mouse is (Origin) to the current Mouse.Target.
1212</string>
1213</Properties>
1214</Item>
1215<Item class="ReflectionMetadataMember">
1216<Properties>
1217<string name="Name">ViewSizeX</string>
1218<string name="summary">The viewport's (game window) width in pixels.</string>
1219</Properties>
1220</Item>
1221<Item class="ReflectionMetadataMember">
1222<Properties>
1223<string name="Name">ViewSizeY</string>
1224<string name="summary">The viewport's (game window) height in pixels.</string>
1225</Properties>
1226</Item>
1227<Item class="ReflectionMetadataMember">
1228<Properties>
1229<string name="Name">X</string>
1230<string name="summary">
1231The absolute pixel position of the Mouse along the x-axis of the viewport (game window). Values start at 0 on the left hand side of the screen and increase to the right.
1232</string>
1233</Properties>
1234</Item>
1235<Item class="ReflectionMetadataMember">
1236<Properties>
1237<string name="Name">Y</string>
1238<string name="summary">
1239The absolute pixel position of the Mouse along the y-axis of the viewport (game window). Values start at 0 on the stop of the screen and increase to the bottom.
1240</string>
1241</Properties>
1242</Item>
1243</Item>
1244<Item class="ReflectionMetadataEvents">
1245<Item class="ReflectionMetadataMember">
1246<Properties>
1247<string name="Name">Button1Down</string>
1248<string name="summary">
1249Fired when the first button (usually the left, but could be another) on the mouse is depressed.
1250</string>
1251</Properties>
1252</Item>
1253<Item class="ReflectionMetadataMember">
1254<Properties>
1255<string name="Name">Button1Up</string>
1256<string name="summary">
1257Fired when the first button (usually the left, but could be another) on the mouse is release.
1258</string>
1259</Properties>
1260</Item>
1261<Item class="ReflectionMetadataMember">
1262<Properties>
1263<string name="Name">Button2Down</string>
1264<string name="summary">This event is currently non-operational.</string>
1265</Properties>
1266</Item>
1267<Item class="ReflectionMetadataMember">
1268<Properties>
1269<string name="Name">Button2Up</string>
1270<string name="summary">This event is currently non-operational.</string>
1271</Properties>
1272</Item>
1273<Item class="ReflectionMetadataMember">
1274<Properties>
1275<string name="Name">Idle</string>
1276<string name="summary">
1277Fired constantly when the mouse is not firing any other event (i.e. the mouse isn't moving, nor any buttons being pressed or depressed).
1278</string>
1279</Properties>
1280</Item>
1281<Item class="ReflectionMetadataMember">
1282<Properties>
1283<string name="Name">KeyDown</string>
1284<string name="summary">
1285Fired when a user presses a key on the keyboard. Argument is a string representation of the key. If the key has no string representation (such as space), the string passed in is the keycode for that character. Keycodes are currently in ASCII.
1286</string>
1287</Properties>
1288</Item>
1289<Item class="ReflectionMetadataMember">
1290<Properties>
1291<string name="Name">KeyUp</string>
1292<string name="summary">
1293Fired when a user releases a key on the keyboard. Argument is a string representation of the key. If the key has no string representation (such as space), the string passed in is the keycode for that character. Keycodes are currently in ASCII.
1294</string>
1295</Properties>
1296</Item>
1297<Item class="ReflectionMetadataMember">
1298<Properties>
1299<string name="Name">Move</string>
1300<string name="summary">Fired when the mouse X or Y member changes.</string>
1301</Properties>
1302</Item>
1303<Item class="ReflectionMetadataMember">
1304<Properties>
1305<string name="Name">WheelBackward</string>
1306<string name="summary">This event is currently non-operational.</string>
1307</Properties>
1308</Item>
1309<Item class="ReflectionMetadataMember">
1310<Properties>
1311<string name="Name">WheelForward</string>
1312<string name="summary">This event is currently non-operational.</string>
1313</Properties>
1314</Item>
1315</Item>
1316</Item>
1317<Item class="ReflectionMetadataClass">
1318<Properties>
1319<string name="Name">ProfilingItem</string>
1320</Properties>
1321</Item>
1322<Item class="ReflectionMetadataClass">
1323<Properties>
1324<string name="Name">ChangeHistoryService</string>
1325</Properties>
1326</Item>
1327<Item class="ReflectionMetadataClass">
1328<Properties>
1329<string name="Name">RotateP</string>
1330</Properties>
1331</Item>
1332<Item class="ReflectionMetadataClass">
1333<Properties>
1334<string name="Name">RotateV</string>
1335</Properties>
1336</Item>
1337<Item class="ReflectionMetadataClass">
1338<Properties>
1339<string name="Name">ScriptContext</string>
1340</Properties>
1341</Item>
1342<Item class="ReflectionMetadataClass">
1343<Properties>
1344<string name="Name">Selection</string>
1345</Properties>
1346</Item>
1347<Item class="ReflectionMetadataClass">
1348<Properties>
1349<string name="Name">VelocityMotor</string>
1350</Properties>
1351</Item>
1352<Item class="ReflectionMetadataClass">
1353<Properties>
1354<string name="Name">Weld</string>
1355<string name="ExplorerOrder">20</string>
1356<string name="ExplorerImageIndex">34</string>
1357</Properties>
1358</Item>
1359<Item class="ReflectionMetadataClass">
1360<Properties>
1361<string name="Name">TaskScheduler</string>
1362<bool name="Insertable">false</bool>
1363</Properties>
1364<Item class="ReflectionMetadataFunctions">
1365<Item class="ReflectionMetadataMember">
1366<Properties>
1367<string name="Name">SetThreadShare</string>
1368<bool name="Deprecated">true</bool>
1369<string name="summary">Deprecated</string>
1370</Properties>
1371</Item>
1372</Item>
1373</Item>
1374<Item class="ReflectionMetadataClass">
1375<Properties>
1376<string name="Name">StatsItem</string>
1377</Properties>
1378</Item>
1379<Item class="ReflectionMetadataClass">
1380<Properties>
1381<string name="Name">Snap</string>
1382</Properties>
1383</Item>
1384<Item class="ReflectionMetadataClass">
1385<Properties>
1386<string name="Name">FileMesh</string>
1387</Properties>
1388</Item>
1389<Item class="ReflectionMetadataClass">
1390<Properties>
1391<string name="Name">ClickDetector</string>
1392<string name="ClassCategory">3D Interfaces</string>
1393<string name="summary">Raises mouse events for parent object</string>
1394<string name="ExplorerOrder">3</string>
1395<string name="ExplorerImageIndex">41</string>
1396</Properties>
1397<Item class="ReflectionMetadataProperties">
1398<Item class="ReflectionMetadataMember">
1399<Properties>
1400<string name="Name">MaxActivationDistance</string>
1401<string name="summary">
1402The maximum distance a Player's character can be from the ClickDetector's parent Part that will allow the Player's mouse to fire events on this object.
1403</string>
1404</Properties>
1405</Item>
1406</Item>
1407<Item class="ReflectionMetadataEvents">
1408<Item class="ReflectionMetadataMember">
1409<Properties>
1410<string name="Name">MouseClick</string>
1411<string name="summary">
1412Fired when a player clicks on the parent Part of ClickDetector. The argument provided is always of type Player.
1413</string>
1414</Properties>
1415</Item>
1416<Item class="ReflectionMetadataMember">
1417<Properties>
1418<string name="Name">MouseHoverEnter</string>
1419<string name="summary">
1420Fired when a player's mouse enters on the parent Part of ClickDetector. The argument provided is always of type Player.
1421</string>
1422</Properties>
1423</Item>
1424<Item class="ReflectionMetadataMember">
1425<Properties>
1426<string name="Name">MouseHoverLeave</string>
1427<string name="summary">
1428Fired when a player's mouse leaves the parent Part of ClickDetector. The argument provided is always of type Player.
1429</string>
1430</Properties>
1431</Item>
1432</Item>
1433</Item>
1434<Item class="ReflectionMetadataClass">
1435<Properties>
1436<string name="Name">Clothing</string>
1437<string name="ExplorerOrder">2</string>
1438</Properties>
1439</Item>
1440<Item class="ReflectionMetadataClass">
1441<Properties>
1442<string name="Name">Smoke</string>
1443<string name="ClassCategory">Effects</string>
1444<string name="summary">Makes the parent part or model object emit smoke</string>
1445<string name="ExplorerOrder">3</string>
1446<string name="ExplorerImageIndex">59</string>
1447</Properties>
1448</Item>
1449<Item class="ReflectionMetadataClass">
1450<Properties>
1451<string name="Name">Trail</string>
1452<string name="ClassCategory">Effects</string>
1453<string name="summary">Makes two attachments emit trail when moving</string>
1454<string name="ExplorerOrder">3</string>
1455<string name="ExplorerImageIndex">93</string>
1456</Properties>
1457<Item class="ReflectionMetadataProperties">
1458<Item class="ReflectionMetadataMember">
1459<Properties>
1460<string name="Name">LightEmission</string>
1461<double name="UIMinimum">0</double>
1462<double name="UIMaximum">1</double>
1463</Properties>
1464</Item>
1465</Item>
1466</Item>
1467<Item class="ReflectionMetadataClass">
1468<Properties>
1469<string name="Name">Beam</string>
1470<string name="ClassCategory">Effects</string>
1471<string name="summary">Makes beam between two attachments</string>
1472<string name="ExplorerOrder">3</string>
1473<string name="ExplorerImageIndex">96</string>
1474</Properties>
1475<Item class="ReflectionMetadataProperties">
1476<Item class="ReflectionMetadataMember">
1477<Properties>
1478<string name="Name">LightEmission</string>
1479<double name="UIMinimum">0</double>
1480<double name="UIMaximum">1</double>
1481</Properties>
1482</Item>
1483</Item>
1484</Item>
1485<Item class="ReflectionMetadataClass">
1486<Properties>
1487<string name="Name">ParticleEmitter</string>
1488<string name="ClassCategory">Effects</string>
1489<string name="summary">A generic particle system.</string>
1490<string name="ExplorerOrder">3</string>
1491<string name="ExplorerImageIndex">80</string>
1492</Properties>
1493<Item class="ReflectionMetadataProperties">
1494<Item class="ReflectionMetadataMember">
1495<Properties>
1496<string name="Name">LightEmission</string>
1497<double name="UIMinimum">0</double>
1498<double name="UIMaximum">1</double>
1499</Properties>
1500</Item>
1501<Item class="ReflectionMetadataMember">
1502<Properties>
1503<string name="Name">LightInfluence</string>
1504<string name="summary">
1505Specifies the amount of influence lighting has on the particle emmitter. A value of 0 is unlit, 1 is fully lit. Fractional values blend from unlit to lit.
1506</string>
1507<double name="UIMinimum">0</double>
1508<double name="UIMaximum">1</double>
1509</Properties>
1510</Item>
1511<Item class="ReflectionMetadataMember">
1512<Properties>
1513<string name="Name">Drag</string>
1514<double name="UIMinimum">0</double>
1515<double name="UIMaximum">5</double>
1516</Properties>
1517</Item>
1518<Item class="ReflectionMetadataMember">
1519<Properties>
1520<string name="Name">VelocityInheritance</string>
1521<double name="UIMinimum">0</double>
1522<double name="UIMaximum">1</double>
1523</Properties>
1524</Item>
1525<Item class="ReflectionMetadataMember">
1526<Properties>
1527<string name="Name">Rate</string>
1528<double name="UIMinimum">0</double>
1529<double name="UIMaximum">100</double>
1530<double name="UINumTicks">100</double>
1531</Properties>
1532</Item>
1533<Item class="ReflectionMetadataMember">
1534<Properties>
1535<string name="Name">Rotation</string>
1536<double name="UIMinimum">-180</double>
1537<double name="UIMaximum">180</double>
1538<double name="UINumTicks">72</double>
1539</Properties>
1540</Item>
1541<Item class="ReflectionMetadataMember">
1542<Properties>
1543<string name="Name">RotSpeed</string>
1544<double name="UIMinimum">-360</double>
1545<double name="UIMaximum">360</double>
1546<double name="UINumTicks">72</double>
1547</Properties>
1548</Item>
1549<Item class="ReflectionMetadataMember">
1550<Properties>
1551<string name="Name">Speed</string>
1552<double name="UIMinimum">0</double>
1553<double name="UIMaximum">100</double>
1554<double name="UINumTicks">100</double>
1555</Properties>
1556</Item>
1557<Item class="ReflectionMetadataMember">
1558<Properties>
1559<string name="Name">Lifetime</string>
1560<double name="UIMinimum">0</double>
1561<double name="UIMaximum">5</double>
1562</Properties>
1563</Item>
1564</Item>
1565</Item>
1566<Item class="ReflectionMetadataClass">
1567<Properties>
1568<string name="Name">Sparkles</string>
1569<string name="ClassCategory">Effects</string>
1570<string name="summary">Makes the parent part or model object fantastic</string>
1571<string name="ExplorerOrder">3</string>
1572<string name="ExplorerImageIndex">42</string>
1573</Properties>
1574</Item>
1575<Item class="ReflectionMetadataClass">
1576<Properties>
1577<string name="Name">Explosion</string>
1578<string name="ClassCategory">Effects</string>
1579<string name="ExplorerOrder">3</string>
1580<string name="ExplorerImageIndex">36</string>
1581<string name="summary">
1582Creates an Explosion! This can be used as a purely graphical effect, or can be made to damage objects.
1583</string>
1584</Properties>
1585<Item class="ReflectionMetadataProperties">
1586<Item class="ReflectionMetadataMember">
1587<Properties>
1588<string name="Name">BlastPressure</string>
1589<string name="summary">
1590How much force this Explosion exerts on objects within it's BlastRadius. Setting this to 0 creates a purely graphical effect. A larger number will cause Parts to fly away at higher velocities.
1591</string>
1592</Properties>
1593</Item>
1594<Item class="ReflectionMetadataMember">
1595<Properties>
1596<string name="Name">BlastRadius</string>
1597<string name="summary">
1598How big the Explosion is. This is a circle starting from the center of the Explosion's Position, the larger this property the larger the circle of destruction.
1599</string>
1600</Properties>
1601</Item>
1602<Item class="ReflectionMetadataMember">
1603<Properties>
1604<string name="Name">Position</string>
1605<string name="summary">
1606Where the Explosion occurs in absolute world coordinates.
1607</string>
1608</Properties>
1609</Item>
1610<Item class="ReflectionMetadataMember">
1611<Properties>
1612<string name="Name">ExplosionType</string>
1613<string name="summary">
1614Defines the behavior of the Explosion. <a href="http://wiki.roblox.com/index.php/ExplosionType" target="_blank">More info</a>
1615</string>
1616</Properties>
1617</Item>
1618</Item>
1619</Item>
1620<Item class="ReflectionMetadataClass">
1621<Properties>
1622<string name="Name">Fire</string>
1623<string name="ClassCategory">Effects</string>
1624<string name="summary">Makes the parent part or model object emit fire</string>
1625<string name="ExplorerOrder">3</string>
1626<string name="ExplorerImageIndex">61</string>
1627</Properties>
1628<Item class="ReflectionMetadataProperties">
1629<Item class="ReflectionMetadataMember">
1630<Properties>
1631<string name="Name">Color</string>
1632<string name="summary">
1633The color of the base of the fire. See SecondaryColor for more.
1634</string>
1635</Properties>
1636</Item>
1637<Item class="ReflectionMetadataMember">
1638<Properties>
1639<string name="Name">Heat</string>
1640<string name="summary">
1641How hot the fire appears to be. The flame moves quicker the higher this value is set.
1642</string>
1643</Properties>
1644</Item>
1645<Item class="ReflectionMetadataMember">
1646<Properties>
1647<string name="Name">SecondaryColor</string>
1648<string name="summary">
1649The color the fire interpolates to from Color. The longer a particle exists in the fire, the close to this color it becomes.
1650</string>
1651</Properties>
1652</Item>
1653<Item class="ReflectionMetadataMember">
1654<Properties>
1655<string name="Name">Size</string>
1656<string name="summary">How large the fire appears to be.</string>
1657</Properties>
1658</Item>
1659</Item>
1660</Item>
1661<Item class="ReflectionMetadataClass">
1662<Properties>
1663<string name="Name">Seat</string>
1664<string name="ClassCategory">Interaction</string>
1665<string name="ExplorerOrder">3</string>
1666<string name="ExplorerImageIndex">35</string>
1667</Properties>
1668</Item>
1669<Item class="ReflectionMetadataClass">
1670<Properties>
1671<string name="Name">Platform</string>
1672<string name="summary">
1673Equivalent to a seat, except that the character stands up rather than sits down.
1674</string>
1675<string name="ExplorerOrder">3</string>
1676<string name="ExplorerImageIndex">35</string>
1677</Properties>
1678</Item>
1679<Item class="ReflectionMetadataClass">
1680<Properties>
1681<string name="Name">SkateboardPlatform</string>
1682<bool name="Deprecated">true</bool>
1683<string name="ExplorerOrder">3</string>
1684<string name="ExplorerImageIndex">35</string>
1685</Properties>
1686</Item>
1687<Item class="ReflectionMetadataClass">
1688<Properties>
1689<string name="Name">VehicleSeat</string>
1690<string name="ClassCategory">Interaction</string>
1691<string name="summary">
1692Automatically finds and powers hinge joints in an assembly. Ignores motors.
1693</string>
1694<string name="ExplorerOrder">3</string>
1695<string name="ExplorerImageIndex">35</string>
1696</Properties>
1697</Item>
1698<Item class="ReflectionMetadataClass">
1699<Properties>
1700<string name="Name">Tool</string>
1701<string name="ClassCategory">Interaction</string>
1702<string name="ExplorerOrder">3</string>
1703<string name="ExplorerImageIndex">17</string>
1704</Properties>
1705</Item>
1706<Item class="ReflectionMetadataClass">
1707<Properties>
1708<string name="Name">Flag</string>
1709<bool name="Deprecated">true</bool>
1710<string name="ExplorerOrder">3</string>
1711<string name="ExplorerImageIndex">38</string>
1712</Properties>
1713<Item class="ReflectionMetadataProperties">
1714<Item class="ReflectionMetadataMember">
1715<Properties>
1716<string name="Name">CanBeDropped</string>
1717<string name="summary">
1718If someone is carrying this flag, this bool determines whether or not they can drop it and run.
1719</string>
1720</Properties>
1721</Item>
1722<Item class="ReflectionMetadataMember">
1723<Properties>
1724<string name="Name">TeamColor</string>
1725<string name="summary">
1726The Team this flag is for. Corresponds with the TeamColors in the Teams service.
1727</string>
1728</Properties>
1729</Item>
1730</Item>
1731</Item>
1732<Item class="ReflectionMetadataClass">
1733<Properties>
1734<string name="Name">FlagStand</string>
1735<bool name="Deprecated">true</bool>
1736<string name="ExplorerOrder">3</string>
1737<string name="ExplorerImageIndex">39</string>
1738</Properties>
1739</Item>
1740<Item class="ReflectionMetadataClass">
1741<Properties>
1742<string name="Name">BackpackItem</string>
1743<string name="ExplorerOrder">2</string>
1744</Properties>
1745</Item>
1746<Item class="ReflectionMetadataClass">
1747<Properties>
1748<string name="Name">Decal</string>
1749<string name="ClassCategory">3D Interfaces</string>
1750<string name="ExplorerOrder">4</string>
1751<string name="ExplorerImageIndex">7</string>
1752<string name="summary">
1753Descibes a texture that is placed on one of the sides of the Part it is parented to.
1754</string>
1755</Properties>
1756<Item class="ReflectionMetadataProperties">
1757<Item class="ReflectionMetadataMember">
1758<Properties>
1759<string name="Name">Face</string>
1760<string name="summary">
1761Describes the face of the Part the decal will be applied to. <a href="http://wiki.roblox.com/index.php/NormalId" target="_blank">More info</a>
1762</string>
1763</Properties>
1764</Item>
1765<Item class="ReflectionMetadataMember">
1766<Properties>
1767<string name="Name">Shiny</string>
1768<string name="summary">
1769How much light will appear to reflect off of the decal.
1770</string>
1771</Properties>
1772</Item>
1773<Item class="ReflectionMetadataMember">
1774<Properties>
1775<string name="Name">Specular</string>
1776<string name="summary">How light will react to the surface of the decal.</string>
1777</Properties>
1778</Item>
1779<Item class="ReflectionMetadataMember">
1780<Properties>
1781<string name="Name">Transparency</string>
1782<string name="summary">
1783How visible the decal is. 1 is completely invisible, while 0 is completely opaque
1784</string>
1785<double name="UIMinimum">0</double>
1786<double name="UIMaximum">1</double>
1787</Properties>
1788</Item>
1789</Item>
1790</Item>
1791<Item class="ReflectionMetadataClass">
1792<Properties>
1793<string name="Name">JointInstance</string>
1794<string name="ExplorerOrder">20</string>
1795<string name="ExplorerImageIndex">34</string>
1796</Properties>
1797</Item>
1798<Item class="ReflectionMetadataClass">
1799<Properties>
1800<string name="Name">Message</string>
1801<string name="ExplorerOrder">11</string>
1802<string name="ExplorerImageIndex">33</string>
1803<bool name="Deprecated">true</bool>
1804<string name="PreferredParent">StarterGui</string>
1805</Properties>
1806</Item>
1807<Item class="ReflectionMetadataClass">
1808<Properties>
1809<string name="Name">Hint</string>
1810<bool name="Deprecated">true</bool>
1811<string name="ExplorerOrder">11</string>
1812<string name="ExplorerImageIndex">33</string>
1813</Properties>
1814</Item>
1815<Item class="ReflectionMetadataClass">
1816<Properties>
1817<string name="Name">IntValue</string>
1818<string name="ClassCategory">Values</string>
1819<string name="ExplorerOrder">3</string>
1820<string name="ExplorerImageIndex">4</string>
1821<string name="summary">
1822Stores a int value in it's Value member. Useful to share int information across multiple scripts.
1823</string>
1824</Properties>
1825</Item>
1826<Item class="ReflectionMetadataClass">
1827<Properties>
1828<string name="Name">RayValue</string>
1829<string name="ClassCategory">Values</string>
1830<string name="ExplorerOrder">3</string>
1831<string name="ExplorerImageIndex">4</string>
1832<string name="summary">
1833Stores a Ray value in it's Value member. Useful to share Ray information across multiple scripts.
1834</string>
1835</Properties>
1836</Item>
1837<Item class="ReflectionMetadataClass">
1838<Properties>
1839<string name="Name">IntConstrainedValue</string>
1840<bool name="Deprecated">true</bool>
1841<string name="ClassCategory">Values</string>
1842<string name="ExplorerOrder">3</string>
1843<string name="ExplorerImageIndex">4</string>
1844<string name="summary">
1845Stores an int value in it's Value member. Value is clamped to be in range of Min and MaxValue. Useful to share int information across multiple scripts.
1846</string>
1847</Properties>
1848<Item class="ReflectionMetadataMember">
1849<Properties>
1850<string name="Name">MaxValue</string>
1851<string name="summary">
1852The maximum we allow this Value to be set. If Value is set higher than this, it automatically gets adjusted to MaxValue
1853</string>
1854</Properties>
1855</Item>
1856<Item class="ReflectionMetadataMember">
1857<Properties>
1858<string name="Name">MinValue</string>
1859<string name="summary">
1860The minimum we allow this Value to be set. If Value is set lower than this, it automatically gets adjusted to MinValue
1861</string>
1862</Properties>
1863</Item>
1864</Item>
1865<Item class="ReflectionMetadataClass">
1866<Properties>
1867<string name="Name">DoubleConstrainedValue</string>
1868<bool name="Deprecated">true</bool>
1869<string name="ClassCategory">Values</string>
1870<string name="ExplorerOrder">3</string>
1871<string name="ExplorerImageIndex">4</string>
1872<string name="summary">
1873Stores a double value in it's Value member. Value is clamped to be in range of Min and MaxValue. Useful to share double information across multiple scripts.
1874</string>
1875</Properties>
1876<Item class="ReflectionMetadataProperties">
1877<Item class="ReflectionMetadataMember">
1878<Properties>
1879<string name="Name">MaxValue</string>
1880<string name="summary">
1881The maximum we allow this Value to be set. If Value is set higher than this, it automatically gets adjusted to MaxValue
1882</string>
1883</Properties>
1884</Item>
1885<Item class="ReflectionMetadataMember">
1886<Properties>
1887<string name="Name">MinValue</string>
1888<string name="summary">
1889The minimum we allow this Value to be set. If Value is set lower than this, it automatically gets adjusted to MinValue
1890</string>
1891</Properties>
1892</Item>
1893</Item>
1894</Item>
1895<Item class="ReflectionMetadataClass">
1896<Properties>
1897<string name="Name">BoolValue</string>
1898<string name="ClassCategory">Values</string>
1899<string name="ExplorerOrder">3</string>
1900<string name="ExplorerImageIndex">4</string>
1901<string name="summary">
1902Stores a boolean value in it's Value member. Useful to share boolean information across multiple scripts.
1903</string>
1904</Properties>
1905</Item>
1906<Item class="ReflectionMetadataClass">
1907<Properties>
1908<string name="Name">CustomEvent</string>
1909<string name="ExplorerOrder">3</string>
1910<bool name="Deprecated">true</bool>
1911<string name="ExplorerImageIndex">4</string>
1912</Properties>
1913</Item>
1914<Item class="ReflectionMetadataClass">
1915<Properties>
1916<string name="Name">CustomEventReceiver</string>
1917<string name="ExplorerOrder">3</string>
1918<bool name="Deprecated">true</bool>
1919<string name="ExplorerImageIndex">4</string>
1920</Properties>
1921</Item>
1922<Item class="ReflectionMetadataClass">
1923<Properties>
1924<string name="Name">FloorWire</string>
1925<bool name="Deprecated">true</bool>
1926<string name="ExplorerOrder">3</string>
1927<string name="ExplorerImageIndex">4</string>
1928<string name="summary">
1929Renders a thin cylinder than can be adorned with textures that 'flow' from one object to the next. Has basic pathing abilities and attempts to to not intersect anything. <a href="http://wiki.roblox.com/index.php/FloorWire_Guide" target="_blank">More info</a>
1930</string>
1931</Properties>
1932<Item class="ReflectionMetadataProperties">
1933<Item class="ReflectionMetadataMember">
1934<Properties>
1935<string name="Name">CycleOffset</string>
1936<string name="summary">
1937Controls how the decals are positioned along the wire. <a href="http://wiki.roblox.com/index.php/CycleOffset" target="_blank">More info</a>
1938</string>
1939</Properties>
1940</Item>
1941<Item class="ReflectionMetadataMember">
1942<Properties>
1943<string name="Name">From</string>
1944<string name="summary">The object the FloorWire 'emits' from</string>
1945</Properties>
1946</Item>
1947<Item class="ReflectionMetadataMember">
1948<Properties>
1949<string name="Name">StudsBetweenTextures</string>
1950<string name="summary">
1951The space between two textures on the wire. Note: studs are relative depending on how far the camera is from the FloorWire.
1952</string>
1953</Properties>
1954</Item>
1955<Item class="ReflectionMetadataMember">
1956<Properties>
1957<string name="Name">Texture</string>
1958<string name="summary">
1959The image we use to render the textures that flow from beginning to end of the FloorWire.
1960</string>
1961</Properties>
1962</Item>
1963<Item class="ReflectionMetadataMember">
1964<Properties>
1965<string name="Name">TextureSize</string>
1966<string name="summary">
1967The size in studs of the Texture we use to flow from one object to the next.
1968</string>
1969</Properties>
1970</Item>
1971<Item class="ReflectionMetadataMember">
1972<Properties>
1973<string name="Name">To</string>
1974<string name="summary">The object the FloorWire 'emits' to</string>
1975</Properties>
1976</Item>
1977<Item class="ReflectionMetadataMember">
1978<Properties>
1979<string name="Name">Velocity</string>
1980<string name="summary">
1981The rate of travel that the textures flow along the wire.
1982</string>
1983</Properties>
1984</Item>
1985<Item class="ReflectionMetadataMember">
1986<Properties>
1987<string name="Name">WireRadius</string>
1988<string name="summary">How thick the wire is.</string>
1989</Properties>
1990</Item>
1991</Item>
1992</Item>
1993<Item class="ReflectionMetadataClass">
1994<Properties>
1995<string name="Name">NumberValue</string>
1996<string name="ClassCategory">Values</string>
1997<string name="ExplorerOrder">3</string>
1998<string name="ExplorerImageIndex">4</string>
1999</Properties>
2000</Item>
2001<Item class="ReflectionMetadataClass">
2002<Properties>
2003<string name="Name">StringValue</string>
2004<string name="ClassCategory">Values</string>
2005<string name="ExplorerOrder">3</string>
2006<string name="ExplorerImageIndex">4</string>
2007</Properties>
2008</Item>
2009<Item class="ReflectionMetadataClass">
2010<Properties>
2011<string name="Name">Vector3Value</string>
2012<string name="ClassCategory">Values</string>
2013<string name="ExplorerOrder">3</string>
2014<string name="ExplorerImageIndex">4</string>
2015</Properties>
2016</Item>
2017<Item class="ReflectionMetadataClass">
2018<Properties>
2019<string name="Name">CFrameValue</string>
2020<string name="ClassCategory">Values</string>
2021<string name="ExplorerOrder">3</string>
2022<string name="ExplorerImageIndex">4</string>
2023<string name="summary">
2024Stores a CFrame value in it's Value member. Useful to share CFrame information across multiple scripts.
2025</string>
2026</Properties>
2027</Item>
2028<Item class="ReflectionMetadataClass">
2029<Properties>
2030<string name="Name">Color3Value</string>
2031<string name="ClassCategory">Values</string>
2032<string name="ExplorerOrder">3</string>
2033<string name="ExplorerImageIndex">4</string>
2034<string name="summary">
2035Stores a Color3 value in it's Value member. Useful to share Color3 information across multiple scripts.
2036</string>
2037</Properties>
2038</Item>
2039<Item class="ReflectionMetadataClass">
2040<Properties>
2041<string name="Name">BrickColorValue</string>
2042<string name="ClassCategory">Values</string>
2043<string name="ExplorerOrder">3</string>
2044<string name="ExplorerImageIndex">4</string>
2045<string name="summary">
2046Stores a BrickColor value in it's Value member. Useful to share BrickColor information across multiple scripts.
2047</string>
2048</Properties>
2049</Item>
2050<Item class="ReflectionMetadataClass">
2051<Properties>
2052<string name="Name">ObjectValue</string>
2053<string name="ClassCategory">Values</string>
2054<string name="ExplorerOrder">3</string>
2055<string name="ExplorerImageIndex">4</string>
2056</Properties>
2057</Item>
2058<Item class="ReflectionMetadataClass">
2059<Properties>
2060<string name="Name">SpecialMesh</string>
2061<string name="ClassCategory">Meshes</string>
2062<string name="ExplorerOrder">3</string>
2063<string name="ExplorerImageIndex">8</string>
2064</Properties>
2065</Item>
2066<Item class="ReflectionMetadataClass">
2067<Properties>
2068<string name="Name">BlockMesh</string>
2069<string name="ClassCategory">Meshes</string>
2070<string name="ExplorerOrder">3</string>
2071<string name="ExplorerImageIndex">8</string>
2072</Properties>
2073</Item>
2074<Item class="ReflectionMetadataClass">
2075<Properties>
2076<string name="Name">CylinderMesh</string>
2077<string name="ClassCategory">Meshes</string>
2078<string name="ExplorerOrder">3</string>
2079<string name="ExplorerImageIndex">8</string>
2080</Properties>
2081</Item>
2082<Item class="ReflectionMetadataClass">
2083<Properties>
2084<string name="Name">BevelMesh</string>
2085<string name="ClassCategory">Meshes</string>
2086<bool name="Browsable">false</bool>
2087<bool name="Deprecated">true</bool>
2088</Properties>
2089</Item>
2090<Item class="ReflectionMetadataClass">
2091<Properties>
2092<string name="Name">DataModelMesh</string>
2093<bool name="Browsable">false</bool>
2094</Properties>
2095</Item>
2096<Item class="ReflectionMetadataClass">
2097<Properties>
2098<string name="Name">Texture</string>
2099<string name="ClassCategory">3D Interfaces</string>
2100<string name="ExplorerOrder">4</string>
2101<string name="ExplorerImageIndex">10</string>
2102</Properties>
2103</Item>
2104<Item class="ReflectionMetadataClass">
2105<Properties>
2106<string name="Name">Sound</string>
2107<string name="ClassCategory">Effects</string>
2108<string name="ExplorerOrder">1</string>
2109<string name="ExplorerImageIndex">11</string>
2110</Properties>
2111<Item class="ReflectionMetadataFunctions">
2112<Item class="ReflectionMetadataMember">
2113<Properties>
2114<string name="Name">play</string>
2115<bool name="Deprecated">true</bool>
2116<string name="summary">Deprecated. Use Play() instead</string>
2117</Properties>
2118</Item>
2119</Item>
2120<Item class="ReflectionMetadataProperties">
2121<Item class="ReflectionMetadataMember">
2122<Properties>
2123<string name="Name">PlayOnRemove</string>
2124<string name="summary">
2125The sound will play when it is removed from the Workspace. Looped sounds don't play
2126</string>
2127</Properties>
2128</Item>
2129</Item>
2130</Item>
2131<Item class="ReflectionMetadataClass">
2132<Properties>
2133<string name="Name">EchoSoundEffect</string>
2134<string name="summary">
2135An echo audio effect that can be applied to a Sound or SoundGroup.
2136</string>
2137<string name="ExplorerOrder">2</string>
2138<string name="ExplorerImageIndex">84</string>
2139</Properties>
2140<Item class="ReflectionMetadataProperties">
2141<Item class="ReflectionMetadataMember">
2142<Properties>
2143<string name="Name">Delay</string>
2144<double name="UIMinimum">0.1</double>
2145<double name="UIMaximum">5</double>
2146<double name="UINumTicks">100</double>
2147</Properties>
2148</Item>
2149<Item class="ReflectionMetadataMember">
2150<Properties>
2151<string name="Name">Feedback</string>
2152<double name="UIMinimum">0</double>
2153<double name="UIMaximum">1</double>
2154<double name="UINumTicks">100</double>
2155</Properties>
2156</Item>
2157<Item class="ReflectionMetadataMember">
2158<Properties>
2159<string name="Name">DryLevel</string>
2160<double name="UIMinimum">-80</double>
2161<double name="UIMaximum">10</double>
2162<double name="UINumTicks">100</double>
2163</Properties>
2164</Item>
2165<Item class="ReflectionMetadataMember">
2166<Properties>
2167<string name="Name">WetLevel</string>
2168<double name="UIMinimum">-80</double>
2169<double name="UIMaximum">100</double>
2170<double name="UINumTicks">100</double>
2171</Properties>
2172</Item>
2173</Item>
2174</Item>
2175<Item class="ReflectionMetadataClass">
2176<Properties>
2177<string name="Name">FlangeSoundEffect</string>
2178<string name="summary">
2179A Flanging audio effect that can be applied to a Sound or SoundGroup.
2180</string>
2181<string name="ExplorerOrder">2</string>
2182<string name="ExplorerImageIndex">84</string>
2183</Properties>
2184<Item class="ReflectionMetadataProperties">
2185<Item class="ReflectionMetadataMember">
2186<Properties>
2187<string name="Name">Mix</string>
2188<double name="UIMinimum">0</double>
2189<double name="UIMaximum">1</double>
2190<double name="UINumTicks">100</double>
2191</Properties>
2192</Item>
2193<Item class="ReflectionMetadataMember">
2194<Properties>
2195<string name="Name">Depth</string>
2196<double name="UIMinimum">0.01</double>
2197<double name="UIMaximum">1</double>
2198<double name="UINumTicks">100</double>
2199</Properties>
2200</Item>
2201<Item class="ReflectionMetadataMember">
2202<Properties>
2203<string name="Name">Rate</string>
2204<double name="UIMinimum">0</double>
2205<double name="UIMaximum">20</double>
2206<double name="UINumTicks">100</double>
2207</Properties>
2208</Item>
2209</Item>
2210</Item>
2211<Item class="ReflectionMetadataClass">
2212<Properties>
2213<string name="Name">DistortionSoundEffect</string>
2214<string name="summary">
2215A Distortion audio effect that can be applied to a Sound or SoundGroup.
2216</string>
2217<string name="ExplorerOrder">2</string>
2218<string name="ExplorerImageIndex">84</string>
2219</Properties>
2220<Item class="ReflectionMetadataProperties">
2221<Item class="ReflectionMetadataMember">
2222<Properties>
2223<string name="Name">Level</string>
2224<double name="UIMinimum">0</double>
2225<double name="UIMaximum">1</double>
2226<double name="UINumTicks">100</double>
2227</Properties>
2228</Item>
2229</Item>
2230</Item>
2231<Item class="ReflectionMetadataClass">
2232<Properties>
2233<string name="Name">PitchShiftSoundEffect</string>
2234<string name="summary">
2235A Pitch Shifting audio effect that can be applied to a Sound or SoundGroup.
2236</string>
2237<string name="ExplorerOrder">2</string>
2238<string name="ExplorerImageIndex">84</string>
2239</Properties>
2240<Item class="ReflectionMetadataProperties">
2241<Item class="ReflectionMetadataMember">
2242<Properties>
2243<string name="Name">Octave</string>
2244<double name="UIMinimum">0.5</double>
2245<double name="UIMaximum">2</double>
2246<double name="UINumTicks">100</double>
2247</Properties>
2248</Item>
2249</Item>
2250</Item>
2251<Item class="ReflectionMetadataClass">
2252<Properties>
2253<string name="Name">ChorusSoundEffect</string>
2254<string name="summary">
2255A Chorus audio effect that can be applied to a Sound or SoundGroup.
2256</string>
2257<string name="ExplorerOrder">2</string>
2258<string name="ExplorerImageIndex">84</string>
2259</Properties>
2260<Item class="ReflectionMetadataProperties">
2261<Item class="ReflectionMetadataMember">
2262<Properties>
2263<string name="Name">Mix</string>
2264<double name="UIMinimum">0</double>
2265<double name="UIMaximum">1</double>
2266<double name="UINumTicks">100</double>
2267</Properties>
2268</Item>
2269<Item class="ReflectionMetadataMember">
2270<Properties>
2271<string name="Name">Rate</string>
2272<double name="UIMinimum">0</double>
2273<double name="UIMaximum">20</double>
2274<double name="UINumTicks">100</double>
2275</Properties>
2276</Item>
2277<Item class="ReflectionMetadataMember">
2278<Properties>
2279<string name="Name">Depth</string>
2280<double name="UIMinimum">0</double>
2281<double name="UIMaximum">1</double>
2282<double name="UINumTicks">100</double>
2283</Properties>
2284</Item>
2285</Item>
2286</Item>
2287<Item class="ReflectionMetadataClass">
2288<Properties>
2289<string name="Name">TremoloSoundEffect</string>
2290<string name="summary">
2291A Tremolo audio effect that can be applied to a Sound or SoundGroup.
2292</string>
2293<string name="ExplorerOrder">2</string>
2294<string name="ExplorerImageIndex">84</string>
2295</Properties>
2296<Item class="ReflectionMetadataProperties">
2297<Item class="ReflectionMetadataMember">
2298<Properties>
2299<string name="Name">Frequency</string>
2300<double name="UIMinimum">0.1</double>
2301<double name="UIMaximum">20</double>
2302<double name="UINumTicks">100</double>
2303</Properties>
2304</Item>
2305<Item class="ReflectionMetadataMember">
2306<Properties>
2307<string name="Name">Depth</string>
2308<double name="UIMinimum">0</double>
2309<double name="UIMaximum">1</double>
2310<double name="UINumTicks">100</double>
2311</Properties>
2312</Item>
2313<Item class="ReflectionMetadataMember">
2314<Properties>
2315<string name="Name">Duty</string>
2316<double name="UIMinimum">0</double>
2317<double name="UIMaximum">1</double>
2318<double name="UINumTicks">100</double>
2319</Properties>
2320</Item>
2321</Item>
2322</Item>
2323<Item class="ReflectionMetadataClass">
2324<Properties>
2325<string name="Name">ReverbSoundEffect</string>
2326<string name="summary">
2327A Reverb audio effect that can be applied to a Sound or SoundGroup.
2328</string>
2329<string name="ExplorerOrder">2</string>
2330<string name="ExplorerImageIndex">84</string>
2331</Properties>
2332<Item class="ReflectionMetadataProperties">
2333<Item class="ReflectionMetadataMember">
2334<Properties>
2335<string name="Name">DecayTime</string>
2336<double name="UIMinimum">0.1</double>
2337<double name="UIMaximum">20</double>
2338<double name="UINumTicks">100</double>
2339</Properties>
2340</Item>
2341<Item class="ReflectionMetadataMember">
2342<Properties>
2343<string name="Name">Diffusion</string>
2344<double name="UIMinimum">0</double>
2345<double name="UIMaximum">1</double>
2346<double name="UINumTicks">100</double>
2347</Properties>
2348</Item>
2349<Item class="ReflectionMetadataMember">
2350<Properties>
2351<string name="Name">Density</string>
2352<double name="UIMinimum">0</double>
2353<double name="UIMaximum">1</double>
2354<double name="UINumTicks">100</double>
2355</Properties>
2356</Item>
2357<Item class="ReflectionMetadataMember">
2358<Properties>
2359<string name="Name">DryLevel</string>
2360<double name="UIMinimum">-80</double>
2361<double name="UIMaximum">20</double>
2362<double name="UINumTicks">100</double>
2363</Properties>
2364</Item>
2365<Item class="ReflectionMetadataMember">
2366<Properties>
2367<string name="Name">WetLevel</string>
2368<double name="UIMinimum">-80</double>
2369<double name="UIMaximum">20</double>
2370<double name="UINumTicks">100</double>
2371</Properties>
2372</Item>
2373</Item>
2374</Item>
2375<Item class="ReflectionMetadataClass">
2376<Properties>
2377<string name="Name">EqualizerSoundEffect</string>
2378<string name="summary">
2379An Three-band Equalizer audio effect that can be applied to a Sound or SoundGroup.
2380</string>
2381<string name="ExplorerOrder">2</string>
2382<string name="ExplorerImageIndex">84</string>
2383</Properties>
2384<Item class="ReflectionMetadataProperties">
2385<Item class="ReflectionMetadataMember">
2386<Properties>
2387<string name="Name">LowGain</string>
2388<double name="UIMinimum">-80</double>
2389<double name="UIMaximum">10</double>
2390<double name="UINumTicks">100</double>
2391</Properties>
2392</Item>
2393<Item class="ReflectionMetadataMember">
2394<Properties>
2395<string name="Name">MidGain</string>
2396<double name="UIMinimum">-80</double>
2397<double name="UIMaximum">10</double>
2398<double name="UINumTicks">100</double>
2399</Properties>
2400</Item>
2401<Item class="ReflectionMetadataMember">
2402<Properties>
2403<string name="Name">HighGain</string>
2404<double name="UIMinimum">-80</double>
2405<double name="UIMaximum">10</double>
2406<double name="UINumTicks">100</double>
2407</Properties>
2408</Item>
2409</Item>
2410</Item>
2411<Item class="ReflectionMetadataClass">
2412<Properties>
2413<string name="Name">CompressorSoundEffect</string>
2414<string name="summary">
2415A Compressor audio effect that can be applied to a Sound or SoundGroup.
2416</string>
2417<string name="ExplorerOrder">2</string>
2418<string name="ExplorerImageIndex">84</string>
2419</Properties>
2420<Item class="ReflectionMetadataProperties">
2421<Item class="ReflectionMetadataMember">
2422<Properties>
2423<string name="Name">Threshold</string>
2424<double name="UIMinimum">-80</double>
2425<double name="UIMaximum">0</double>
2426<double name="UINumTicks">100</double>
2427</Properties>
2428</Item>
2429<Item class="ReflectionMetadataMember">
2430<Properties>
2431<string name="Name">Attack</string>
2432<double name="UIMinimum">0.001</double>
2433<double name="UIMaximum">1</double>
2434<double name="UINumTicks">100</double>
2435</Properties>
2436</Item>
2437<Item class="ReflectionMetadataMember">
2438<Properties>
2439<string name="Name">Release</string>
2440<double name="UIMinimum">0.001</double>
2441<double name="UIMaximum">5</double>
2442<double name="UINumTicks">100</double>
2443</Properties>
2444</Item>
2445<Item class="ReflectionMetadataMember">
2446<Properties>
2447<string name="Name">Ratio</string>
2448<double name="UIMinimum">1</double>
2449<double name="UIMaximum">50</double>
2450<double name="UINumTicks">100</double>
2451</Properties>
2452</Item>
2453<Item class="ReflectionMetadataMember">
2454<Properties>
2455<string name="Name">GainMakeup</string>
2456<double name="UIMinimum">0</double>
2457<double name="UIMaximum">30</double>
2458<double name="UINumTicks">100</double>
2459</Properties>
2460</Item>
2461</Item>
2462</Item>
2463<Item class="ReflectionMetadataClass">
2464<Properties>
2465<string name="Name">SoundGroup</string>
2466<string name="ExplorerOrder">2</string>
2467<string name="ExplorerImageIndex">85</string>
2468</Properties>
2469<Item class="ReflectionMetadataProperties"></Item>
2470</Item>
2471<Item class="ReflectionMetadataClass">
2472<Properties>
2473<string name="Name">StockSound</string>
2474<string name="Browsable">false</string>
2475<string name="ExplorerOrder">-1</string>
2476</Properties>
2477</Item>
2478<Item class="ReflectionMetadataClass">
2479<Properties>
2480<string name="Name">SoundService</string>
2481<string name="ExplorerOrder">50</string>
2482<string name="ExplorerImageIndex">31</string>
2483</Properties>
2484<Item class="ReflectionMetadataProperties">
2485<Item class="ReflectionMetadataMember">
2486<Properties>
2487<string name="Name">AmbientReverb</string>
2488<string name="summary">
2489The ambient sound environment. May not work when using hardware sound
2490</string>
2491</Properties>
2492</Item>
2493<Item class="ReflectionMetadataMember">
2494<Properties>
2495<string name="Name">DopplerScale</string>
2496<string name="summary">
2497The doppler scale is a general scaling factor for how much the pitch varies due to doppler shifting in 3D sound. Doppler is the pitch bending effect when a sound comes towards the listener or moves away from it, much like the effect you hear when a train goes past you with its horn sounding. With dopplerscale you can exaggerate or diminish the effect.
2498</string>
2499</Properties>
2500</Item>
2501<Item class="ReflectionMetadataMember">
2502<Properties>
2503<string name="Name">DistanceFactor</string>
2504<string name="summary">
2505the relative distance factor, compared to 1.0 meters.
2506</string>
2507</Properties>
2508</Item>
2509<Item class="ReflectionMetadataMember">
2510<Properties>
2511<string name="Name">RolloffScale</string>
2512<string name="summary">
2513Setting this value makes the sound drop off faster or slower. The higher the value, the faster volume will attenuate, and conversely the lower the value, the slower it will attenuate. For example a rolloff factor of 1 will simulate the real world, where as a value of 2 will make sounds attenuate 2 times quicker.
2514</string>
2515</Properties>
2516</Item>
2517</Item>
2518</Item>
2519<Item class="ReflectionMetadataClass">
2520<Properties>
2521<string name="Name">Backpack</string>
2522<string name="ExplorerOrder">3</string>
2523<string name="ExplorerImageIndex">20</string>
2524</Properties>
2525</Item>
2526<Item class="ReflectionMetadataClass">
2527<Properties>
2528<string name="Name">StarterPack</string>
2529<string name="ExplorerOrder">3</string>
2530<string name="ExplorerImageIndex">20</string>
2531</Properties>
2532</Item>
2533<Item class="ReflectionMetadataClass">
2534<Properties>
2535<string name="Name">StarterPlayer</string>
2536<string name="ExplorerOrder">3</string>
2537<string name="ExplorerImageIndex">79</string>
2538</Properties>
2539</Item>
2540<Item class="ReflectionMetadataClass">
2541<Properties>
2542<string name="Name">StarterGear</string>
2543<string name="ExplorerOrder">3</string>
2544<string name="ExplorerImageIndex">20</string>
2545</Properties>
2546</Item>
2547<Item class="ReflectionMetadataClass">
2548<Properties>
2549<string name="Name">CoreGui</string>
2550<string name="ExplorerOrder">3</string>
2551<string name="ExplorerImageIndex">46</string>
2552</Properties>
2553</Item>
2554<Item class="ReflectionMetadataClass">
2555<Properties>
2556<string name="Name">UIGridStyleLayout</string>
2557<string name="ClassCategory">GUI</string>
2558<string name="Browsable">false</string>
2559</Properties>
2560<Item class="ReflectionMetadataFunctions">
2561<Item class="ReflectionMetadataMember">
2562<Properties>
2563<string name="Name">SetCustomSortFunction</string>
2564<string name="summary">
2565When SortOrder is set to Custom, this lua function is used to determine the ordering of elements. Function should take two arguments (each will be an Instance child to compare), and return true if a comes before b, otherwise return false. In other words, use this function the same way you would use a table.sort function. The sorting should be deterministic, otherwise sort will fail and fall back to name order.
2566</string>
2567<bool name="Deprecated">true</bool>
2568</Properties>
2569</Item>
2570<Item class="ReflectionMetadataMember">
2571<Properties>
2572<string name="Name">ApplyLayout</string>
2573<string name="summary">
2574Forces a relayout of all elements. Useful when sort is set to Custom.
2575</string>
2576</Properties>
2577</Item>
2578</Item>
2579<Item class="ReflectionMetadataProperties">
2580<Item class="ReflectionMetadataMember">
2581<Properties>
2582<string name="Name">SortOrder</string>
2583<string name="summary">
2584Determines how we decide which element to place next. Can be Name or Custom. If using Custom, make sure SetCustomSortFunction was called with an appropriate sort function.
2585</string>
2586</Properties>
2587</Item>
2588<Item class="ReflectionMetadataMember">
2589<Properties>
2590<string name="Name">FillDirection</string>
2591<string name="summary">
2592Determines which direction to fill the grid. Can be Horizontal or Vertical.
2593</string>
2594</Properties>
2595</Item>
2596<Item class="ReflectionMetadataMember">
2597<Properties>
2598<string name="Name">HorizontalAlignment</string>
2599<string name="summary">
2600Determines how grid is placed within it's parent's container in the x direction. Can be Left, Center, or Right.
2601</string>
2602</Properties>
2603</Item>
2604<Item class="ReflectionMetadataMember">
2605<Properties>
2606<string name="Name">VerticalAlignment</string>
2607<string name="summary">
2608Determines how grid is placed within it's parent's container in the y direction. Can be Top, Center, or Bottom.
2609</string>
2610</Properties>
2611</Item>
2612</Item>
2613</Item>
2614<Item class="ReflectionMetadataClass">
2615<Properties>
2616<string name="Name">UIListLayout</string>
2617<string name="ExplorerOrder">3</string>
2618<string name="ExplorerImageIndex">26</string>
2619<string name="ClassCategory">GUI</string>
2620<string name="summary">
2621Sets the position of UI elements in a list. You can use a UIListLayout by parenting it to a GuiObject. The UIListLayout will then apply itself to all of its GuiObject siblings.
2622</string>
2623</Properties>
2624<Item class="ReflectionMetadataProperties">
2625<Item class="ReflectionMetadataMember">
2626<Properties>
2627<string name="Name">Padding</string>
2628<string name="summary">
2629Determines the amount of free space between each element. Can be set either using scale (Percentage of parent's size in the current direction) or offset (a static spacing value, similar to pixel size).
2630</string>
2631</Properties>
2632</Item>
2633</Item>
2634</Item>
2635<Item class="ReflectionMetadataClass">
2636<Properties>
2637<string name="Name">UIGridLayout</string>
2638<string name="ExplorerOrder">3</string>
2639<string name="ExplorerImageIndex">26</string>
2640<string name="ClassCategory">GUI</string>
2641<string name="summary">
2642Sets the position of UI elements in a 2D grid (this can be modified to 1D grid for list layout). This will also set the elements to a particular size, although this can be overridden with particular constraints on elements. You can use a UIGridLayout by parenting it to a GuiObject. The UIGridLayout will then apply itself to all of its GuiObject siblings.
2643</string>
2644</Properties>
2645<Item class="ReflectionMetadataProperties">
2646<Item class="ReflectionMetadataMember">
2647<Properties>
2648<string name="Name">CellSize</string>
2649<string name="summary">
2650Denotes what size each element should be. Can be overridden by elements using constraints on individual elements.
2651</string>
2652</Properties>
2653</Item>
2654<Item class="ReflectionMetadataMember">
2655<Properties>
2656<string name="Name">CellPadding</string>
2657<string name="summary">How much space between elements there should be.</string>
2658</Properties>
2659</Item>
2660<Item class="ReflectionMetadataMember">
2661<Properties>
2662<string name="Name">FillDirectionMaxCells</string>
2663<string name="summary">
2664Determines how many cells over in the FillDirection we go before starting a new row or column. Set to 0 for max cell count. Will be clamped if this is set higher than the parent container allows room for.
2665</string>
2666</Properties>
2667</Item>
2668<Item class="ReflectionMetadataMember">
2669<Properties>
2670<string name="Name">AbsoluteSize</string>
2671<string name="summary">
2672Returns the current size of the grid. If more elements are added, this can increase. If elements are removed this can decrease.
2673</string>
2674</Properties>
2675</Item>
2676<Item class="ReflectionMetadataMember">
2677<Properties>
2678<string name="Name">StartCorner</string>
2679<string name="summary">
2680Which corner we start laying the elements out from. Can be TopLeft, TopRight, BottomLeft, BottomRight.
2681</string>
2682</Properties>
2683</Item>
2684</Item>
2685</Item>
2686<Item class="ReflectionMetadataClass">
2687<Properties>
2688<string name="Name">UIPageLayout</string>
2689<string name="ExplorerOrder">3</string>
2690<string name="ExplorerImageIndex">26</string>
2691<string name="ClassCategory">GUI</string>
2692<string name="summary">
2693Creates a paged viewing window, like the home screen of a mobile device. You can use a UIPageLayout by parenting it to a GuiObject. The UIPageLayout will then apply itself to all of its GuiObject siblings.
2694</string>
2695</Properties>
2696<Item class="ReflectionMetadataProperties">
2697<Item class="ReflectionMetadataMember">
2698<Properties>
2699<string name="Name">CurrentPage</string>
2700<string name="summary">
2701The page that is either currently being displayed or is the target of the current animation.
2702</string>
2703</Properties>
2704</Item>
2705<Item class="ReflectionMetadataMember">
2706<Properties>
2707<string name="Name">Circular</string>
2708<string name="summary">
2709Whether or not the page layout wraps around at the ends.
2710</string>
2711</Properties>
2712</Item>
2713<Item class="ReflectionMetadataMember">
2714<Properties>
2715<string name="Name">Padding</string>
2716<string name="summary">
2717Determines the amount that pages are separated from each other by. Can be set either using scale (Percentage of parent's size in the current direction) or offset (a static spacing value, similar to pixel size).
2718</string>
2719</Properties>
2720</Item>
2721<Item class="ReflectionMetadataMember">
2722<Properties>
2723<string name="Name">Animated</string>
2724<string name="summary">
2725Whether or not to animate transitions between pages.
2726</string>
2727</Properties>
2728</Item>
2729<Item class="ReflectionMetadataMember">
2730<Properties>
2731<string name="Name">EasingStyle</string>
2732<string name="summary">
2733The easing style to use when performing an aninmation.
2734</string>
2735</Properties>
2736</Item>
2737<Item class="ReflectionMetadataMember">
2738<Properties>
2739<string name="Name">EasingDirection</string>
2740<string name="summary">
2741The easing direction to use when performing an aninmation.
2742</string>
2743</Properties>
2744</Item>
2745<Item class="ReflectionMetadataMember">
2746<Properties>
2747<string name="Name">TweenTime</string>
2748<string name="summary">The length of the animation.</string>
2749</Properties>
2750</Item>
2751</Item>
2752<Item class="ReflectionMetadataFunctions">
2753<Item class="ReflectionMetadataMember">
2754<Properties>
2755<string name="Name">Next</string>
2756<string name="summary">
2757Sets CurrentPage to the page after the current page and animates to it, or does nothing if there isn't a next page.
2758</string>
2759</Properties>
2760</Item>
2761<Item class="ReflectionMetadataMember">
2762<Properties>
2763<string name="Name">Previous</string>
2764<string name="summary">
2765Sets CurrentPage to the page after the current page and animates to it, or does nothing if there isn't a next page.
2766</string>
2767</Properties>
2768</Item>
2769<Item class="ReflectionMetadataMember">
2770<Properties>
2771<string name="Name">JumpTo</string>
2772<string name="summary">
2773If the instance is in the layout, then it sets CurrentPage to it and animtes to it. If circular layout is set, it will take the shortest path.
2774</string>
2775</Properties>
2776</Item>
2777<Item class="ReflectionMetadataMember">
2778<Properties>
2779<string name="Name">JumpToIndex</string>
2780<string name="summary">
2781If the index is >= 0 and less than the size of the layout, acts like JumpTo. If it's out of bounds and circular is set, it will animate the full distance between the in-bounds index of CurrentPage and the new index.
2782</string>
2783</Properties>
2784</Item>
2785</Item>
2786<Item class="ReflectionMetadataEvents">
2787<Item class="ReflectionMetadataMember">
2788<Properties>
2789<string name="Name">PageEnter</string>
2790<string name="summary">
2791Fires when a page comes into view, and is going to be rendered.
2792</string>
2793</Properties>
2794</Item>
2795<Item class="ReflectionMetadataMember">
2796<Properties>
2797<string name="Name">PageLeave</string>
2798<string name="summary">
2799Fires when a page leaves view, and will not be rendered.
2800</string>
2801</Properties>
2802</Item>
2803<Item class="ReflectionMetadataMember">
2804<Properties>
2805<string name="Name">Stopped</string>
2806<string name="summary">
2807Fires when an animation to CurrentPage is completed without being cancelled, and the view stops scrolling.
2808</string>
2809</Properties>
2810</Item>
2811</Item>
2812</Item>
2813<Item class="ReflectionMetadataClass">
2814<Properties>
2815<string name="Name">UITableLayout</string>
2816<string name="ExplorerOrder">3</string>
2817<string name="ExplorerImageIndex">26</string>
2818<string name="ClassCategory">GUI</string>
2819<string name="summary">
2820Provides a layout of rows and columns that are sized based on the cells in them.
2821</string>
2822</Properties>
2823<Item class="ReflectionMetadataProperties">
2824<Item class="ReflectionMetadataMember">
2825<Properties>
2826<string name="Name">Padding</string>
2827<string name="summary">
2828The amount of padding to insert in between the cells of the table.
2829</string>
2830</Properties>
2831</Item>
2832<Item class="ReflectionMetadataMember">
2833<Properties>
2834<string name="Name">FillEmptySpaceRows</string>
2835<string name="summary">
2836Whether the table should expand to fill the available space of its container, row-wise.
2837</string>
2838</Properties>
2839</Item>
2840<Item class="ReflectionMetadataMember">
2841<Properties>
2842<string name="Name">FillEmptySpaceColumns</string>
2843<string name="summary">
2844Whether the table should expand to fill the available space of its container, column-wise.
2845</string>
2846</Properties>
2847</Item>
2848<Item class="ReflectionMetadataMember">
2849<Properties>
2850<string name="Name">MajorAxis</string>
2851<string name="summary">
2852Whether the direct siblings are considered the rows or the columns. The children of the direct siblings are the columns or rows, respectively.
2853</string>
2854</Properties>
2855</Item>
2856</Item>
2857</Item>
2858<Item class="ReflectionMetadataClass">
2859<Properties>
2860<string name="Name">UISizeConstraint</string>
2861<string name="ExplorerOrder">3</string>
2862<string name="ExplorerImageIndex">26</string>
2863<string name="ClassCategory">GUI</string>
2864<string name="summary">
2865Ensures a GuiObject does not become smaller or larger than the min and max size. If an element with a constraint is under the control of a layout, the constraint takes precedence in determining the element’s size, but not position. You can use a Constraint by parenting it to the element you wish to constrain.
2866</string>
2867</Properties>
2868<Item class="ReflectionMetadataProperties">
2869<Item class="ReflectionMetadataMember">
2870<Properties>
2871<string name="Name">MinSize</string>
2872<string name="summary">The smallest size the GuiObject is allowed to be.</string>
2873</Properties>
2874</Item>
2875<Item class="ReflectionMetadataMember">
2876<Properties>
2877<string name="Name">MaxSize</string>
2878<string name="summary">The biggest size the GuiObject is allowed to be.</string>
2879</Properties>
2880</Item>
2881</Item>
2882</Item>
2883<Item class="ReflectionMetadataClass">
2884<Properties>
2885<string name="Name">UITextSizeConstraint</string>
2886<string name="ExplorerOrder">3</string>
2887<string name="ExplorerImageIndex">26</string>
2888<string name="ClassCategory">GUI</string>
2889<string name="summary">
2890Ensures a GuiObject with text does not allow the font size to become larger or smaller than min and max text sizes. If an element with a constraint is under the control of a layout, the constraint takes precedence in determining the element’s size, but not position. You can use a Constraint by parenting it to the element you wish to constrain.
2891</string>
2892</Properties>
2893<Item class="ReflectionMetadataProperties">
2894<Item class="ReflectionMetadataMember">
2895<Properties>
2896<string name="Name">MinTextSize</string>
2897<string name="summary">The smallest size the font is allowed to be.</string>
2898</Properties>
2899</Item>
2900<Item class="ReflectionMetadataMember">
2901<Properties>
2902<string name="Name">MaxTextSize</string>
2903<string name="summary">The biggest size the font is allowed to be.</string>
2904</Properties>
2905</Item>
2906</Item>
2907</Item>
2908<Item class="ReflectionMetadataClass">
2909<Properties>
2910<string name="Name">UIAspectRatioConstraint</string>
2911<string name="ExplorerOrder">3</string>
2912<string name="ExplorerImageIndex">26</string>
2913<string name="ClassCategory">GUI</string>
2914<string name="summary">
2915Ensures a GuiObject will always have a particular aspect ratio. If an element with a constraint is under the control of a layout, the constraint takes precedence in determining the element’s size, but not position. You can use a Constraint by parenting it to the element you wish to constrain.
2916</string>
2917</Properties>
2918<Item class="ReflectionMetadataProperties">
2919<Item class="ReflectionMetadataMember">
2920<Properties>
2921<string name="Name">AspectRatio</string>
2922<string name="summary">
2923The aspect ratio to maintain. This is the width/height. Only positive numbers allowed.
2924</string>
2925</Properties>
2926</Item>
2927<Item class="ReflectionMetadataMember">
2928<Properties>
2929<string name="Name">AspectType</string>
2930<string name="summary">
2931Describes how the aspect ratio will determine its size. Options are FitWithinMaxSize, ScaleWithParentSize. FitWithinMaxSize will make the element the maximum size it can be within the current possible AbsoluteSize of the element while maintaining the AspectRatio. ScaleWithParentSize will make the element the closest to the parent element’s maximum size while maintaining aspect ratio.
2932</string>
2933</Properties>
2934</Item>
2935<Item class="ReflectionMetadataMember">
2936<Properties>
2937<string name="Name">DominantAxis</string>
2938<string name="summary">
2939Describes which axis to use when determining the new size of the element, while keeping respect to the aspect ratio.
2940</string>
2941</Properties>
2942</Item>
2943</Item>
2944</Item>
2945<Item class="ReflectionMetadataClass">
2946<Properties>
2947<string name="Name">UIScale</string>
2948<string name="ExplorerOrder">3</string>
2949<string name="ExplorerImageIndex">26</string>
2950<string name="ClassCategory">GUI</string>
2951<string name="summary">
2952Uniformly scales a GUI object and all its children.
2953</string>
2954</Properties>
2955<Item class="ReflectionMetadataProperties">
2956<Item class="ReflectionMetadataMember">
2957<Properties>
2958<string name="Name">Scale</string>
2959<string name="summary">The scale factor to apply.</string>
2960</Properties>
2961</Item>
2962</Item>
2963</Item>
2964<Item class="ReflectionMetadataClass">
2965<Properties>
2966<string name="Name">UIPadding</string>
2967<string name="ExplorerOrder">3</string>
2968<string name="ExplorerImageIndex">26</string>
2969<string name="ClassCategory">GUI</string>
2970<string name="Summary">
2971Insets the children of the GuiObject this is parented to, by the specified padding.
2972</string>
2973</Properties>
2974<Item class="ReflectionMetadataProperties">
2975<Item class="ReflectionMetadataMember">
2976<Properties>
2977<string name="Name">PaddingLeft</string>
2978<string name="summary">
2979The padding to apply on the left side relative to the parent's normal size.
2980</string>
2981</Properties>
2982</Item>
2983<Item class="ReflectionMetadataMember">
2984<Properties>
2985<string name="Name">PaddingRight</string>
2986<string name="summary">
2987The padding to apply on the right side relative to the parent's normal size.
2988</string>
2989</Properties>
2990</Item>
2991<Item class="ReflectionMetadataMember">
2992<Properties>
2993<string name="Name">PaddingTop</string>
2994<string name="summary">
2995The padding to apply on the top side relative to the parent's normal size.
2996</string>
2997</Properties>
2998</Item>
2999<Item class="ReflectionMetadataMember">
3000<Properties>
3001<string name="Name">PaddingBottom</string>
3002<string name="summary">
3003The padding to apply on the bottom side relative to the parent's normal size.
3004</string>
3005</Properties>
3006</Item>
3007</Item>
3008</Item>
3009<Item class="ReflectionMetadataClass">
3010<Properties>
3011<string name="Name">TweenBase</string>
3012<string name="Browsable">false</string>
3013</Properties>
3014<Item class="ReflectionMetadataProperties">
3015<Item class="ReflectionMetadataMember">
3016<Properties>
3017<string name="Name">PlaybackState</string>
3018<string name="summary">
3019The current state of how the tween is animating. Possible values are Begin, Playing, Paused, Completed and Cancelled. This property is modified by using functions such as Tween:Play(), Tween:Pause(), and Tween:Cancel(). Read-only.
3020</string>
3021</Properties>
3022</Item>
3023</Item>
3024<Item class="ReflectionMetadataFunctions">
3025<Item class="ReflectionMetadataMember">
3026<Properties>
3027<string name="Name">Play</string>
3028<string name="summary">
3029Starts or resumes (if Tween.PlaybackState is Paused) the tween animation. If current PlaybackState is Cancelled, this property will reset the tween to the beginning properties and play the animations from the beginning.
3030</string>
3031</Properties>
3032</Item>
3033<Item class="ReflectionMetadataMember">
3034<Properties>
3035<string name="Name">Pause</string>
3036<string name="summary">
3037Temporarily stops the tween animation. Animation can be resumed by calling Play().
3038</string>
3039</Properties>
3040</Item>
3041<Item class="ReflectionMetadataMember">
3042<Properties>
3043<string name="Name">Cancel</string>
3044<string name="summary">
3045Stops the tween animation. Animation can be restarted by calling Play(). Animation will start from the beginning values.
3046</string>
3047</Properties>
3048</Item>
3049</Item>
3050<Item class="ReflectionMetadataEvents">
3051<Item class="ReflectionMetadataMember">
3052<Properties>
3053<string name="Name">Completed</string>
3054<string name="summary">
3055Fires when the tween either reaches PlaybackState Completed or Cancelled. PlaybackState of one of these types is passed as the first arg to the function listening to this event.
3056</string>
3057</Properties>
3058</Item>
3059</Item>
3060</Item>
3061<Item class="ReflectionMetadataClass">
3062<Properties>
3063<string name="Name">Tween</string>
3064<string name="summary">
3065An object linked to an instance that animates properties on the instance over a specified period of time. Useful for easily moving UI objects around, rotating objects, etc. without having to write a lot of code. To create a new tween, please use TweenService:Create.
3066</string>
3067</Properties>
3068<Item class="ReflectionMetadataFunctions">
3069<Item class="ReflectionMetadataMember">
3070<Properties>
3071<string name="Name">Instance</string>
3072<string name="summary">The object this tween is operating on. Read-only.</string>
3073</Properties>
3074</Item>
3075<Item class="ReflectionMetadataMember">
3076<Properties>
3077<string name="Name">TweenInfo</string>
3078<string name="summary">Specifies how the tween animates. Read-only.</string>
3079</Properties>
3080</Item>
3081</Item>
3082</Item>
3083<Item class="ReflectionMetadataClass">
3084<Properties>
3085<string name="Name">TweenService</string>
3086<string name="summary">
3087Service responsible for creating tweens on instances.
3088</string>
3089</Properties>
3090<Item class="ReflectionMetadataFunctions">
3091<Item class="ReflectionMetadataEvents">
3092<Item class="ReflectionMetadataMember">
3093<Properties>
3094<string name="Name">Create</string>
3095<string name="summary">
3096Creates a Tween object bound to a particular Instance. The first arg is the Instance to tween. The second arg is a TweenInfo struct, which specifies how a tween should behave. The third arg is a table, which should specify the properties to tween as keys, with the end value specified as values to the keys.
3097</string>
3098</Properties>
3099</Item>
3100</Item>
3101</Item>
3102</Item>
3103<Item class="ReflectionMetadataClass">
3104<Properties>
3105<string name="Name">StarterGui</string>
3106<string name="ExplorerOrder">3</string>
3107<string name="ExplorerImageIndex">46</string>
3108</Properties>
3109<Item class="ReflectionMetadataFunctions">
3110<Item class="ReflectionMetadataMember">
3111<Properties>
3112<string name="Name">SetCoreGuiEnabled</string>
3113<string name="summary">
3114Will stop/begin certain core gui elements being rendered. See CoreGuiType for core guis that can be modified.
3115</string>
3116</Properties>
3117</Item>
3118<Item class="ReflectionMetadataMember">
3119<Properties>
3120<string name="Name">GetCoreGuiEnabled</string>
3121<string name="summary">
3122Returns a boolean describing whether a CoreGuiType is currently being rendered.
3123</string>
3124</Properties>
3125</Item>
3126</Item>
3127</Item>
3128<Item class="ReflectionMetadataClass">
3129<Properties>
3130<string name="Name">GuiService</string>
3131<string name="summary">
3132The GuiService is a special service, which currently allows developers to control what GuiObject is currently being selected by the Gamepad Gui navigator, and allows clients to check if Roblox's main menu is currently open. This service has a lot of hidden members, which are mainly used internally by Roblox's CoreScripts.
3133</string>
3134</Properties>
3135<Item class="ReflectionMetadataFunctions">
3136<Item class="ReflectionMetadataMember">
3137<Properties>
3138<string name="Name">GetGuiInset</string>
3139<string name="summary">
3140Returns a Tuple containing two Vector2 values representing the offset of user GUIs in pixels from the top right corner of the screen and the bottom right corner of the screen respectively.
3141</string>
3142</Properties>
3143</Item>
3144</Item>
3145</Item>
3146<Item class="ReflectionMetadataClass">
3147<Properties>
3148<string name="Name">ContextActionService</string>
3149<string name="summary">
3150A service used to bind input to various lua functions.
3151</string>
3152</Properties>
3153<Item class="ReflectionMetadataFunctions">
3154<Item class="ReflectionMetadataMember">
3155<Properties>
3156<string name="Name">BindAction</string>
3157<string name="summary">
3158Binds 'functionToBind' to fire when any 'inputTypes' happen. InputTypes can be variable in number and type. Types can be Enum.KeyCode, single character strings corresponding to keys, or Enum.UserInputType. 'actionName' is a key used by many other ContextActionService functions to query state. 'createTouchButton' if true will create a button on screen on touch devices. This button will fire 'functionToBind' with three arguments: first argument is the actionName, second argument is the UserInputState of the input, and the third is the InputObject that fired this function. If 'functionToBind' yields or returns nil or Enum.ContextActionResult.Sink, the input will be sunk. If it returns Enum.ContextActionResult.Pass, the next bound action in the stack will be invoked.
3159</string>
3160</Properties>
3161</Item>
3162<Item class="ReflectionMetadataMember">
3163<Properties>
3164<string name="Name">SetTitle</string>
3165<string name="summary">
3166If 'actionName' key contains a bound action, then 'title' is set as the title of the touch button. Does nothing if a touch button was not created. No guarantees are made whether title will be set when button is manipulated.
3167</string>
3168</Properties>
3169</Item>
3170<Item class="ReflectionMetadataMember">
3171<Properties>
3172<string name="Name">SetDescription</string>
3173<string name="summary">
3174If 'actionName' key contains a bound action, then 'description' is set as the description of the bound action. This description will appear for users in a listing of current actions availables.
3175</string>
3176</Properties>
3177</Item>
3178<Item class="ReflectionMetadataMember">
3179<Properties>
3180<string name="Name">SetImage</string>
3181<string name="summary">
3182If 'actionName' key contains a bound action, then 'image' is set as the image of the touch button. Does nothing if a touch button was not created. No guarantees are made whether image will be set when button is manipulated.
3183</string>
3184</Properties>
3185</Item>
3186<Item class="ReflectionMetadataMember">
3187<Properties>
3188<string name="Name">SetPosition</string>
3189<string name="summary">
3190If 'actionName' key contains a bound action, then 'position' is set as the position of the touch button. Does nothing if a touch button was not created. No guarantees are made whether position will be set when button is manipulated.
3191</string>
3192</Properties>
3193</Item>
3194<Item class="ReflectionMetadataMember">
3195<Properties>
3196<string name="Name">UnbindAction</string>
3197<string name="summary">
3198If 'actionName' key contains a bound action, removes function from being called by all input that it was bound by (if function was also bound by a different action name as well, those bound input are still active). Will also remove any touch button created (if button was manipulated manually there is no guarantee it will be cleaned up).
3199</string>
3200</Properties>
3201</Item>
3202<Item class="ReflectionMetadataMember">
3203<Properties>
3204<string name="Name">UnbindAllActions</string>
3205<string name="summary">
3206Removes all functions bound. No actionNames will remain. All touch buttons will be removed. If button was manipulated manually there is no guarantee it will be cleaned up.
3207</string>
3208</Properties>
3209</Item>
3210<Item class="ReflectionMetadataMember">
3211<Properties>
3212<string name="Name">GetBoundActionInfo</string>
3213<string name="summary">
3214Returns a table with info regarding the function bound with 'actionName'. Table has the keys 'title' (current title that was set with SetTitle) 'image' (image set with SetImage) 'description' (description set with SetDescription) 'inputTypes' (tuple containing all input bound for this 'actionName') 'createTouchButton' (whether or not we created a touch button for this 'actionName').
3215</string>
3216</Properties>
3217</Item>
3218<Item class="ReflectionMetadataMember">
3219<Properties>
3220<string name="Name">GetAllBoundActionInfo</string>
3221<string name="summary">
3222Returns a table with all bound action info. Each entry is a key with 'actionName' and value being the same table you would get from ContextActionService:GetBoundActionInfo('actionName').
3223</string>
3224</Properties>
3225</Item>
3226</Item>
3227<Item class="ReflectionMetadataYieldFunctions">
3228<Item class="ReflectionMetadataMember">
3229<Properties>
3230<string name="Name">GetButton</string>
3231<string name="summary">
3232If 'actionName' key contains a bound action, then this will return the touch button (if was created). Returns nil if a touch button was not created. No guarantees are made whether button will be retrievable when button is manipulated.
3233</string>
3234</Properties>
3235</Item>
3236</Item>
3237</Item>
3238<Item class="ReflectionMetadataClass">
3239<Properties>
3240<string name="Name">PointsService</string>
3241<string name="summary">
3242A service used to query and award points for Roblox users using the universal point system.
3243</string>
3244</Properties>
3245<Item class="ReflectionMetadataEvents">
3246<Item class="ReflectionMetadataMember">
3247<Properties>
3248<string name="Name">PointsAwarded</string>
3249<string name="summary">
3250Fired when points are successfully awarded 'userId'. Also returns the updated balance of points for usedId in universe via 'userBalanceInUniverse', total points via 'userTotalBalance', and the amount points that were awarded via 'pointsAwarded'. This event fires on the server and also all clients in the game that awarded the points.
3251</string>
3252</Properties>
3253</Item>
3254</Item>
3255<Item class="ReflectionMetadataYieldFunctions">
3256<Item class="ReflectionMetadataMember">
3257<Properties>
3258<string name="Name">AwardPoints</string>
3259<string name="summary">
3260Will attempt to award the 'amount' points to 'userId', returns 'userId' awarded to, the number of points awarded, the new point total the user has in the game, and the total number of points the user now has. Will also fire PointsService.PointsAwarded. Works with server scripts ONLY.
3261</string>
3262</Properties>
3263</Item>
3264<Item class="ReflectionMetadataMember">
3265<Properties>
3266<string name="Name">GetPointBalance</string>
3267<string name="summary">
3268Returns the overall balance of points that player with userId has (the sum of all points across all games). Works with server scripts ONLY.
3269</string>
3270</Properties>
3271</Item>
3272<Item class="ReflectionMetadataMember">
3273<Properties>
3274<string name="Name">GetGamePointBalance</string>
3275<string name="summary">
3276Returns the balance of points that player with userId has in the current game (all placeID points combined within the game). Works with server scripts ONLY.
3277</string>
3278</Properties>
3279</Item>
3280<Item class="ReflectionMetadataMember">
3281<Properties>
3282<string name="Name">GetAwardablePoints</string>
3283<string name="summary">
3284Returns the number of points the current universe can award to players. Works with server scripts ONLY.
3285</string>
3286</Properties>
3287</Item>
3288</Item>
3289</Item>
3290<Item class="ReflectionMetadataClass">
3291<Properties>
3292<string name="Name">Chat</string>
3293<string name="ExplorerOrder">51</string>
3294<string name="ExplorerImageIndex">33</string>
3295</Properties>
3296<Item class="ReflectionMetadataYieldFunctions">
3297<Item class="ReflectionMetadataMember"></Item>
3298</Item>
3299</Item>
3300<Item class="ReflectionMetadataClass">
3301<Properties>
3302<string name="Name">ChatService</string>
3303<string name="ExplorerOrder">51</string>
3304<string name="ExplorerImageIndex">33</string>
3305</Properties>
3306<Item class="ReflectionMetadataProperties"></Item>
3307</Item>
3308<Item class="ReflectionMetadataClass">
3309<Properties>
3310<string name="Name">LocalizationService</string>
3311<string name="ExplorerOrder">-1</string>
3312<string name="ExplorerImageIndex">92</string>
3313</Properties>
3314<Item class="ReflectionMetadataMember">
3315<Properties>
3316<string name="Name">PreferredLanguage</string>
3317<string name="summary">
3318Gets the system's preferred language (A Language enum).
3319</string>
3320</Properties>
3321</Item>
3322<Item class="ReflectionMetadataMember">
3323<Properties>
3324<string name="Name">GetLocaleId</string>
3325<string name="summary">Gets the system's LocaleId (Ex: "en-US").</string>
3326</Properties>
3327</Item>
3328</Item>
3329<Item class="ReflectionMetadataClass">
3330<Properties>
3331<string name="Name">MarketplaceService</string>
3332<string name="ExplorerImageIndex">46</string>
3333</Properties>
3334<Item class="ReflectionMetadataFunctions">
3335<Item class="ReflectionMetadataMember">
3336<Properties>
3337<string name="Name">PromptPurchase</string>
3338<string name="summary">
3339Will prompt 'player' to purchase the item associated with 'assetId'. 'equipIfPurchased' is an optional argument that will give the item to the player immediately if they buy it (only applies to gear). 'currencyType' is also optional and will attempt to prompt the user with a specified currency if the product can be purchased with this currency, otherwise we use the default currency of the product.
3340</string>
3341</Properties>
3342</Item>
3343</Item>
3344<Item class="ReflectionMetadataYieldFunctions">
3345<Item class="ReflectionMetadataMember">
3346<Properties>
3347<string name="Name">GetProductInfo</string>
3348<string name="summary">
3349Takes one argument "assetId" which should be a number of an asset on www.roblox.com. Returns a table containing the product information (if this process fails, returns an empty table).
3350</string>
3351</Properties>
3352</Item>
3353<Item class="ReflectionMetadataMember">
3354<Properties>
3355<string name="Name">PlayerOwnsAsset</string>
3356<string name="summary">
3357Checks to see if 'Player' owns the product associated with 'assetId'. Returns true if the player owns it, false otherwise. This call will produce a warning if called on a guest player.
3358</string>
3359</Properties>
3360</Item>
3361</Item>
3362<Item class="ReflectionMetadataCallbacks">
3363<Item class="ReflectionMetadataMember">
3364<Properties>
3365<string name="Name">ProcessReceipt</string>
3366<string name="summary">
3367Callback that is executed for pending Developer Product receipts. If this function does not return Enum.ProductPurchaseDecision.PurchaseGranted, then you will not be granted the money for the purchase! The callback will be invoked with a table, containing the following informational fields: PlayerId - the id of the player making the purchase. PlaceIdWherePurchased - the specific place where the purchase was made. PurchaseId - a unique identifier for the purchase, should be used to prevent granting an item multiple times for one purchase. ProductId - the id of the purchased product. CurrencyType - the type of currency used (Tix, Robux). CurrencySpent - the amount of currency spent on the product for this purchase.
3368</string>
3369</Properties>
3370</Item>
3371</Item>
3372<Item class="ReflectionMetadataEvents">
3373<Item class="ReflectionMetadataMember">
3374<Properties>
3375<string name="Name">PromptPurchaseFinished</string>
3376<string name="summary">
3377Fired when a 'player' dismisses a purchase dialog for 'assetId'. If the player purchased the item 'isPurchased' will be true, otherwise it will be false. This call will produce a warning if called on a guest player.
3378</string>
3379</Properties>
3380</Item>
3381</Item>
3382</Item>
3383<Item class="ReflectionMetadataClass">
3384<Properties>
3385<string name="Name">UserInputService</string>
3386</Properties>
3387<Item class="ReflectionMetadataProperties">
3388<Item class="ReflectionMetadataMember">
3389<Properties>
3390<string name="Name">TouchEnabled</string>
3391<string name="summary">
3392Returns true if the local device accepts touch input, false otherwise.
3393</string>
3394</Properties>
3395</Item>
3396<Item class="ReflectionMetadataMember">
3397<Properties>
3398<string name="Name">KeyboardEnabled</string>
3399<string name="summary">
3400Returns true if the local device accepts keyboard input, false otherwise.
3401</string>
3402</Properties>
3403</Item>
3404<Item class="ReflectionMetadataMember">
3405<Properties>
3406<string name="Name">MouseEnabled</string>
3407<string name="summary">
3408Returns true if the local device accepts mouse input, false otherwise.
3409</string>
3410</Properties>
3411</Item>
3412<Item class="ReflectionMetadataMember">
3413<Properties>
3414<string name="Name">AccelerometerEnabled</string>
3415<string name="summary">
3416Returns true if the local device has an accelerometer, false otherwise.
3417</string>
3418</Properties>
3419</Item>
3420<Item class="ReflectionMetadataMember">
3421<Properties>
3422<string name="Name">GyroscopeEnabled</string>
3423<string name="summary">
3424Returns true if the local device has an gyroscope, false otherwise.
3425</string>
3426</Properties>
3427</Item>
3428</Item>
3429<Item class="ReflectionMetadataEvents">
3430<Item class="ReflectionMetadataMember">
3431<Properties>
3432<string name="Name">TouchTap</string>
3433<string name="summary">
3434Fired when a user taps their finger on a TouchEnabled device. 'touchPositions' is a Lua array of Vector2, each indicating the position of all the fingers involved in the tap gesture. This event only fires locally. This event will always fire regardless of game state.
3435</string>
3436</Properties>
3437</Item>
3438<Item class="ReflectionMetadataMember">
3439<Properties>
3440<string name="Name">TouchPinch</string>
3441<string name="summary">
3442Fired when a user pinches their fingers on a TouchEnabled device. 'touchPositions' is a Lua array of Vector2, each indicating the position of all the fingers involved in the pinch gesture. 'scale' is a float that indicates the difference from the beginning of the pinch gesture. 'velocity' is a float indicating how quickly the pinch gesture is happening. 'state' indicates the Enum.UserInputState of the gesture. This event only fires locally. This event will always fire regardless of game state.
3443</string>
3444</Properties>
3445</Item>
3446<Item class="ReflectionMetadataMember">
3447<Properties>
3448<string name="Name">TouchSwipe</string>
3449<string name="summary">
3450Fired when a user swipes their fingers on a TouchEnabled device. 'swipeDirection' is an Enum.SwipeDirection, indicating the direction the user swiped. 'numberOfTouches' is an int that indicates how many touches were involved with the gesture. This event only fires locally. This event will always fire regardless of game state.
3451</string>
3452</Properties>
3453</Item>
3454<Item class="ReflectionMetadataMember">
3455<Properties>
3456<string name="Name">TouchLongPress</string>
3457<string name="summary">
3458Fired when a user holds at least one finger for a short amount of time on the same screen position on a TouchEnabled device. 'touchPositions' is a Lua array of Vector2, each indicating the position of all the fingers involved in the gesture. 'state' indicates the Enum.UserInputState of the gesture. This event only fires locally. This event will always fire regardless of game state.
3459</string>
3460</Properties>
3461</Item>
3462<Item class="ReflectionMetadataMember">
3463<Properties>
3464<string name="Name">TouchRotate</string>
3465<string name="summary">
3466Fired when a user rotates two fingers on a TouchEnabled device. 'touchPositions' is a Lua array of Vector2, each indicating the position of all the fingers involved in the gesture. 'rotation' is a float indicating how much the rotation has gone from the start of the gesture. 'velocity' is a float that indicates how quickly the gesture is being performed. 'state' indicates the Enum.UserInputState of the gesture. This event only fires locally. This event will always fire regardless of game state.
3467</string>
3468</Properties>
3469</Item>
3470<Item class="ReflectionMetadataMember">
3471<Properties>
3472<string name="Name">TouchPan</string>
3473<string name="summary">
3474Fired when a user drags at least one finger on a TouchEnabled device. 'touchPositions' is a Lua array of Vector2, each indicating the position of all the fingers involved in the gesture. 'totalTranslation' is a Vector2, indicating how far the pan gesture has gone from its starting point. 'velocity' is a Vector2 that indicates how quickly the gesture is being performed in each dimension. 'state' indicates the Enum.UserInputState of the gesture. This event only fires locally. This event will always fire regardless of game state.
3475</string>
3476</Properties>
3477</Item>
3478<Item class="ReflectionMetadataMember">
3479<Properties>
3480<string name="Name">TouchStarted</string>
3481<string name="summary">
3482Fired when a user places their finger on a TouchEnabled device. 'touch' is an InputObject, which contains useful data for querying user input. This event only fires locally. This event will always fire regardless of game state.
3483</string>
3484</Properties>
3485</Item>
3486<Item class="ReflectionMetadataMember">
3487<Properties>
3488<string name="Name">TouchMoved</string>
3489<string name="summary">
3490Fired when a user moves their finger on a TouchEnabled device. 'touch' is an InputObject, which contains useful data for querying user input. This event only fires locally. This event will always fire regardless of game state.
3491</string>
3492</Properties>
3493</Item>
3494<Item class="ReflectionMetadataMember">
3495<Properties>
3496<string name="Name">TouchEnded</string>
3497<string name="summary">
3498Fired when a user moves their finger on a TouchEnabled device. 'touch' is an InputObject, which contains useful data for querying user input. This event only fires locally. This event will always fire regardless of game state.
3499</string>
3500</Properties>
3501</Item>
3502<Item class="ReflectionMetadataMember">
3503<Properties>
3504<string name="Name">InputBegan</string>
3505<string name="summary">
3506Fired when a user begins interacting via a Human-Computer Interface device (Mouse button down, touch begin, keyboard button down, etc.). 'inputObject' is an InputObject, which contains useful data for querying user input. This event only fires locally. This event will always fire regardless of game state.
3507</string>
3508</Properties>
3509</Item>
3510<Item class="ReflectionMetadataMember">
3511<Properties>
3512<string name="Name">InputChanged</string>
3513<string name="summary">
3514Fired when a user changes interacting via a Human-Computer Interface device (Mouse move, touch move, mouse wheel, etc.). 'inputObject' is an InputObject, which contains useful data for querying user input. This event only fires locally. This event will always fire regardless of game state.
3515</string>
3516</Properties>
3517</Item>
3518<Item class="ReflectionMetadataMember">
3519<Properties>
3520<string name="Name">InputEnded</string>
3521<string name="summary">
3522Fired when a user stops interacting via a Human-Computer Interface device (Mouse button up, touch end, keyboard button up, etc.). 'inputObject' is an InputObject, which contains useful data for querying user input. This event only fires locally. This event will always fire regardless of game state.
3523</string>
3524</Properties>
3525</Item>
3526<Item class="ReflectionMetadataMember">
3527<Properties>
3528<string name="Name">TextBoxFocused</string>
3529<string name="summary">
3530Fired when a user clicks/taps on a textbox to begin text entry. Argument is the textbox that was put in focus. This also fires if a textbox forces focus on the user. This event only fires locally.
3531</string>
3532</Properties>
3533</Item>
3534<Item class="ReflectionMetadataMember">
3535<Properties>
3536<string name="Name">TextBoxFocusReleased</string>
3537<string name="summary">
3538Fired when a user stops text entry into a textbox (usually by pressing return or clicking/tapping somewhere else on the screen). Argument is the textbox that was taken out of focus. This event only fires locally.
3539</string>
3540</Properties>
3541</Item>
3542<Item class="ReflectionMetadataMember">
3543<Properties>
3544<string name="Name">DeviceAccelerationChanged</string>
3545<string name="summary">
3546Fired when a user moves a device that has an accelerometer. This is fired with an InputObject, which has type Enum.InputType.Accelerometer, and position that shows the g force in each local device axis. This event only fires locally.
3547</string>
3548</Properties>
3549</Item>
3550<Item class="ReflectionMetadataMember">
3551<Properties>
3552<string name="Name">DeviceGravityChanged</string>
3553<string name="summary">
3554Fired when the force of gravity changes on a device that has an accelerometer. This is fired with an InputObject, which has type Enum.InputType.Accelerometer, and position that shows the g force in each local device axis. This event only fires locally.
3555</string>
3556</Properties>
3557</Item>
3558<Item class="ReflectionMetadataMember">
3559<Properties>
3560<string name="Name">DeviceRotationChanged</string>
3561<string name="summary">
3562Fired when a user rotates a device that has an gyroscope. This is fired with an InputObject, which has type Enum.InputType.Gyroscope, and position that shows total rotation in each local device axis. The delta property describes the amount of rotation that last happened. A second argument of Vector4 is the device's current quaternion rotation in reference to it's default reference frame. This event only fires locally.
3563</string>
3564</Properties>
3565</Item>
3566</Item>
3567<Item class="ReflectionMetadataFunctions">
3568<Item class="ReflectionMetadataMember">
3569<Properties>
3570<string name="Name">GetDeviceAcceleration</string>
3571<string name="summary">
3572Returns an InputObject that describes the device's current acceleration. This is fired with an InputObject, which has type Enum.InputType.Accelerometer, and position that shows the g force in each local device axis. The delta property describes the amount of rotation that last happened. This event only fires locally.
3573</string>
3574</Properties>
3575</Item>
3576<Item class="ReflectionMetadataMember">
3577<Properties>
3578<string name="Name">GetDeviceGravity</string>
3579<string name="summary">
3580Returns an InputObject that describes the device's current gravity vector. This is fired with an InputObject, which has type Enum.InputType.Accelerometer, and position that shows the g force in each local device axis. The delta property describes the amount of rotation that last happened. This event only fires locally.
3581</string>
3582</Properties>
3583</Item>
3584<Item class="ReflectionMetadataMember">
3585<Properties>
3586<string name="Name">GetDeviceRotation</string>
3587<string name="summary">
3588Returns an InputObject and a Vector4 that describes the device's current rotation vector. This is fired with an InputObject, which has type Enum.InputType.Gyroscope, and position that shows total rotation in each local device axis. The delta property describes the amount of rotation that last happened. The Vector4 is the device's current quaternion rotation in reference to it's default reference frame. This event only fires locally.
3589</string>
3590</Properties>
3591</Item>
3592</Item>
3593</Item>
3594<Item class="ReflectionMetadataClass">
3595<Properties>
3596<string name="Name">Sky</string>
3597<string name="ExplorerOrder">0</string>
3598<string name="ExplorerImageIndex">28</string>
3599</Properties>
3600</Item>
3601<Item class="ReflectionMetadataClass">
3602<Properties>
3603<string name="Name">ColorCorrectionEffect</string>
3604<string name="ExplorerOrder">2</string>
3605<string name="ExplorerImageIndex">83</string>
3606</Properties>
3607<Item class="ReflectionMetadataProperties">
3608<Item class="ReflectionMetadataMember">
3609<Properties>
3610<string name="Name">Brightness</string>
3611<double name="UIMinimum">-1</double>
3612<double name="UIMaximum">1</double>
3613</Properties>
3614</Item>
3615<Item class="ReflectionMetadataMember">
3616<Properties>
3617<string name="Name">Contrast</string>
3618<double name="UIMinimum">-1</double>
3619<double name="UIMaximum">1</double>
3620</Properties>
3621</Item>
3622<Item class="ReflectionMetadataMember">
3623<Properties>
3624<string name="Name">Saturation</string>
3625<double name="UIMinimum">-1</double>
3626<double name="UIMaximum">1</double>
3627</Properties>
3628</Item>
3629</Item>
3630</Item>
3631<Item class="ReflectionMetadataClass">
3632<Properties>
3633<string name="Name">BloomEffect</string>
3634<string name="ExplorerOrder">2</string>
3635<string name="ExplorerImageIndex">83</string>
3636</Properties>
3637<Item class="ReflectionMetadataProperties">
3638<Item class="ReflectionMetadataMember">
3639<Properties>
3640<string name="Name">Intensity</string>
3641<double name="UIMinimum">0</double>
3642<double name="UIMaximum">1</double>
3643</Properties>
3644</Item>
3645<Item class="ReflectionMetadataMember">
3646<Properties>
3647<string name="Name">Threshold</string>
3648<double name="UIMinimum">0.8</double>
3649<double name="UIMaximum">1</double>
3650</Properties>
3651</Item>
3652<Item class="ReflectionMetadataMember">
3653<Properties>
3654<string name="Name">Size</string>
3655<double name="UIMinimum">0</double>
3656<double name="UIMaximum">56</double>
3657<double name="UINumTicks">56</double>
3658</Properties>
3659</Item>
3660</Item>
3661</Item>
3662<Item class="ReflectionMetadataClass">
3663<Properties>
3664<string name="Name">BlurEffect</string>
3665<string name="ExplorerOrder">2</string>
3666<string name="ExplorerImageIndex">83</string>
3667</Properties>
3668<Item class="ReflectionMetadataProperties">
3669<Item class="ReflectionMetadataMember">
3670<Properties>
3671<string name="Name">Size</string>
3672<double name="UIMinimum">0</double>
3673<double name="UIMaximum">56</double>
3674<double name="UINumTicks">56</double>
3675</Properties>
3676</Item>
3677</Item>
3678</Item>
3679<Item class="ReflectionMetadataClass">
3680<Properties>
3681<string name="Name">SunRaysEffect</string>
3682<string name="ExplorerOrder">2</string>
3683<string name="ExplorerImageIndex">83</string>
3684</Properties>
3685<Item class="ReflectionMetadataProperties">
3686<Item class="ReflectionMetadataMember">
3687<Properties>
3688<string name="Name">Intensity</string>
3689<double name="UIMinimum">0</double>
3690<double name="UIMaximum">1</double>
3691</Properties>
3692</Item>
3693<Item class="ReflectionMetadataMember">
3694<Properties>
3695<string name="Name">Spread</string>
3696<double name="UIMinimum">0</double>
3697<double name="UIMaximum">1</double>
3698</Properties>
3699</Item>
3700</Item>
3701</Item>
3702<Item class="ReflectionMetadataClass">
3703<Properties>
3704<string name="Name">Motor</string>
3705<string name="ExplorerOrder">2</string>
3706</Properties>
3707</Item>
3708<Item class="ReflectionMetadataClass">
3709<Properties>
3710<string name="Name">Humanoid</string>
3711<string name="ClassCategory">Avatar</string>
3712<string name="ExplorerOrder">3</string>
3713<string name="ExplorerImageIndex">9</string>
3714</Properties>
3715<Item class="ReflectionMetadataFunctions">
3716<Item class="ReflectionMetadataMember">
3717<Properties>
3718<string name="Name">MoveTo</string>
3719<string name="summary">
3720Attempts to move the Humanoid and it's associated character to 'part'. 'location' is used as an offset from part's origin.
3721</string>
3722</Properties>
3723</Item>
3724<Item class="ReflectionMetadataMember">
3725<Properties>
3726<string name="Name">Jump</string>
3727</Properties>
3728</Item>
3729<Item class="ReflectionMetadataMember">
3730<Properties>
3731<string name="Name">Sit</string>
3732</Properties>
3733</Item>
3734<Item class="ReflectionMetadataMember">
3735<Properties>
3736<string name="Name">TakeDamage</string>
3737<string name="summary">
3738Decreases health by the amount. Use this instead of changing health directly to make sure weapons are filtered for things such as ForceField(s).
3739</string>
3740</Properties>
3741</Item>
3742<Item class="ReflectionMetadataMember">
3743<Properties>
3744<string name="Name">UnequipTools</string>
3745<string name="summary">
3746Takes any active gear/tools that the Humanoid is using and puts them into the backpack. This function only works on Humanoids with a corresponding Player.
3747</string>
3748</Properties>
3749</Item>
3750<Item class="ReflectionMetadataMember">
3751<Properties>
3752<string name="Name">EquipTool</string>
3753<string name="summary">
3754Takes a specified tool and equips it to the Humanoid's Character. Tool argument should be of type 'Tool'.
3755</string>
3756</Properties>
3757</Item>
3758</Item>
3759<Item class="ReflectionMetadataProperties">
3760<Item class="ReflectionMetadataMember">
3761<Properties>
3762<string name="Name">NameOcclusion</string>
3763<string name="summary">
3764Sets how to display other humanoid names to this humanoid's player. <a href="http://wiki.roblox.com/index.php/NameOcclusion" target="_blank">More info</a>
3765</string>
3766</Properties>
3767<Properties>
3768<string name="Name">Health</string>
3769<string name="summary">
3770How many hit points the Humanoid has. When this number reaches 0 or goes below 0, the Humanoid's character falls apart and will respawn.
3771</string>
3772</Properties>
3773<Properties>
3774<string name="Name">MaxHealth</string>
3775<string name="summary">
3776The maximum number of hit points a Humanoid's health can reach. If the Humanoid's health is set over this amount, the health gets set to this value.
3777</string>
3778</Properties>
3779<Properties>
3780<string name="Name">TargetPoint</string>
3781<string name="summary">
3782The location that the Humanoid is trying to walk to.
3783</string>
3784</Properties>
3785</Item>
3786</Item>
3787</Item>
3788<Item class="ReflectionMetadataClass">
3789<Properties>
3790<string name="Name">BodyColors</string>
3791<string name="ClassCategory">Avatar</string>
3792<string name="ExplorerOrder">2</string>
3793</Properties>
3794</Item>
3795<Item class="ReflectionMetadataClass">
3796<Properties>
3797<string name="Name">Shirt</string>
3798<string name="ClassCategory">Avatar</string>
3799<string name="ExplorerOrder">2</string>
3800<string name="ExplorerImageIndex">43</string>
3801</Properties>
3802</Item>
3803<Item class="ReflectionMetadataClass">
3804<Properties>
3805<string name="Name">Pants</string>
3806<string name="ClassCategory">Avatar</string>
3807<string name="ExplorerOrder">2</string>
3808<string name="ExplorerImageIndex">44</string>
3809</Properties>
3810</Item>
3811<Item class="ReflectionMetadataClass">
3812<Properties>
3813<string name="Name">ShirtGraphic</string>
3814<string name="ClassCategory">Avatar</string>
3815<string name="ExplorerOrder">2</string>
3816<string name="ExplorerImageIndex">40</string>
3817</Properties>
3818</Item>
3819<Item class="ReflectionMetadataClass">
3820<Properties>
3821<string name="Name">Skin</string>
3822<bool name="Deprecated">true</bool>
3823<string name="ExplorerOrder">2</string>
3824</Properties>
3825</Item>
3826<Item class="ReflectionMetadataClass">
3827<Properties>
3828<string name="Name">DebugSettings</string>
3829<bool name="Browsable">false</bool>
3830<string name="ExplorerOrder">2</string>
3831</Properties>
3832</Item>
3833<Item class="ReflectionMetadataClass">
3834<Properties>
3835<string name="Name">FaceInstance</string>
3836<bool name="Browsable">false</bool>
3837</Properties>
3838</Item>
3839<Item class="ReflectionMetadataClass">
3840<Properties>
3841<string name="Name">GameSettings</string>
3842<bool name="Browsable">false</bool>
3843<string name="ExplorerOrder">2</string>
3844</Properties>
3845</Item>
3846<Item class="ReflectionMetadataClass">
3847<Properties>
3848<string name="Name">GlobalSettings</string>
3849<bool name="Browsable">false</bool>
3850<string name="ExplorerOrder">2</string>
3851</Properties>
3852</Item>
3853<Item class="ReflectionMetadataClass">
3854<Properties>
3855<string name="Name">Item</string>
3856<bool name="Browsable">false</bool>
3857<string name="ExplorerOrder">2</string>
3858</Properties>
3859</Item>
3860<Item class="ReflectionMetadataClass">
3861<Properties>
3862<string name="Name">NetworkPeer</string>
3863<bool name="Browsable">false</bool>
3864</Properties>
3865</Item>
3866<Item class="ReflectionMetadataClass">
3867<Properties>
3868<string name="Name">NetworkSettings</string>
3869<bool name="Browsable">false</bool>
3870<string name="ExplorerOrder">2</string>
3871</Properties>
3872</Item>
3873<Item class="ReflectionMetadataClass">
3874<Properties>
3875<string name="Name">PVInstance</string>
3876<bool name="Browsable">false</bool>
3877</Properties>
3878<Item class="ReflectionMetadataProperties">
3879<Item class="ReflectionMetadataMember">
3880<Properties>
3881<string name="Name">CoordinateFrame</string>
3882<bool name="Deprecated">true</bool>
3883<string name="summary">Deprecated. Use CFrame instead</string>
3884</Properties>
3885</Item>
3886</Item>
3887</Item>
3888<Item class="ReflectionMetadataClass">
3889<Properties>
3890<string name="Name">RenderSettings</string>
3891<bool name="Browsable">false</bool>
3892<string name="ExplorerOrder">2</string>
3893</Properties>
3894</Item>
3895<Item class="ReflectionMetadataClass">
3896<Properties>
3897<string name="Name">RootInstance</string>
3898<bool name="Browsable">false</bool>
3899</Properties>
3900</Item>
3901<Item class="ReflectionMetadataClass">
3902<Properties>
3903<string name="Name">ServiceProvider</string>
3904<bool name="Browsable">false</bool>
3905</Properties>
3906<Item class="ReflectionMetadataFunctions">
3907<Item class="ReflectionMetadataMember">
3908<Properties>
3909<string name="Name">service</string>
3910<bool name="Deprecated">true</bool>
3911<string name="summary">Use GetService() instead</string>
3912</Properties>
3913</Item>
3914</Item>
3915</Item>
3916<Item class="ReflectionMetadataClass">
3917<Properties>
3918<string name="Name">ProfilingItem</string>
3919<bool name="Browsable">false</bool>
3920</Properties>
3921</Item>
3922<Item class="ReflectionMetadataClass">
3923<Properties>
3924<string name="Name">NetworkMarker</string>
3925<bool name="Browsable">false</bool>
3926</Properties>
3927</Item>
3928<Item class="ReflectionMetadataClass">
3929<Properties>
3930<string name="Name">Hopper</string>
3931<bool name="Deprecated">true</bool>
3932<string name="summary">Use StarterPack instead</string>
3933<string name="ExplorerOrder">2</string>
3934</Properties>
3935</Item>
3936<Item class="ReflectionMetadataClass">
3937<Properties>
3938<string name="Name">Instance</string>
3939<bool name="Browsable">false</bool>
3940</Properties>
3941<Item class="ReflectionMetadataProperties">
3942<Item class="ReflectionMetadataMember">
3943<Properties>
3944<string name="Name">Archivable</string>
3945<string name="summary">
3946Determines whether or not an Instance can be saved when the game closes/attempts to save the game. Note: this only applies to games that use Data Persistence, or SavePlaceAsync.
3947</string>
3948</Properties>
3949</Item>
3950<Item class="ReflectionMetadataMember">
3951<Properties>
3952<string name="Name">ClassName</string>
3953<string name="summary">
3954The string name of this Instance's most derived class.
3955</string>
3956</Properties>
3957</Item>
3958<Item class="ReflectionMetadataMember">
3959<Properties>
3960<string name="Name">Parent</string>
3961<string name="summary">
3962The Instance that is directly above this Instance in the tree.
3963</string>
3964</Properties>
3965</Item>
3966</Item>
3967<Item class="ReflectionMetadataFunctions">
3968<Item class="ReflectionMetadataMember">
3969<Properties>
3970<string name="Name">GetDebugId</string>
3971<bool name="Browsable">false</bool>
3972<string name="summary">
3973This function is for internal testing. Don't use in production code
3974</string>
3975</Properties>
3976</Item>
3977<Item class="ReflectionMetadataMember">
3978<Properties>
3979<string name="Name">Clone</string>
3980<string name="summary">
3981Returns a copy of this Object and all its children. The copy's Parent is nil
3982</string>
3983</Properties>
3984</Item>
3985<Item class="ReflectionMetadataMember">
3986<Properties>
3987<string name="Name">clone</string>
3988<bool name="Deprecated">true</bool>
3989<string name="summary">Use Clone() instead</string>
3990</Properties>
3991</Item>
3992<Item class="ReflectionMetadataMember">
3993<Properties>
3994<string name="Name">isA</string>
3995<bool name="Deprecated">true</bool>
3996<string name="summary">Use IsA() instead</string>
3997</Properties>
3998</Item>
3999<Item class="ReflectionMetadataMember">
4000<Properties>
4001<string name="Name">IsA</string>
4002<string name="summary">
4003Returns a boolean if this Instance is of type 'className' or a is a subclass of type 'className'. If 'className' is not a valid class type in ROBLOX, this function will always return false. <a href="http://wiki.roblox.com/index.php/IsA" target="_blank">More info</a>
4004</string>
4005</Properties>
4006</Item>
4007<Item class="ReflectionMetadataMember">
4008<Properties>
4009<string name="Name">FindFirstChild</string>
4010<string name="summary">
4011Returns the first child of this Instance that matches the first argument 'name'. The second argument 'recursive' is an optional boolean (defaults to false) that will force the call to traverse down thru all of this Instance's descendants until it finds an object with a name that matches the 'name' argument. The function will return nil if no Instance is found.
4012</string>
4013</Properties>
4014</Item>
4015<Item class="ReflectionMetadataMember">
4016<Properties>
4017<string name="Name">FindFirstChildOfClass</string>
4018<string name="summary">
4019Returns the first child of this Instance that with a ClassName equal to 'className'. The function will return nil if no Instance is found.
4020</string>
4021</Properties>
4022</Item>
4023<Item class="ReflectionMetadataMember">
4024<Properties>
4025<string name="Name">FindFirstChildWhichIsA</string>
4026<string name="summary">
4027Returns the first child of this Instance that :IsA(className). The second argument 'recursive' is an optional boolean (defaults to false) that will force the call to traverse down thru all of this Instance's descendants until it finds an object with a name that matches the 'className' argument. The function will return nil if no Instance is found.
4028</string>
4029</Properties>
4030</Item>
4031<Item class="ReflectionMetadataMember">
4032<Properties>
4033<string name="Name">FindFirstAncestor</string>
4034<string name="summary">
4035Returns the first ancestor of this Instance that matches the first argument 'name'. The function will return nil if no Instance is found.
4036</string>
4037</Properties>
4038</Item>
4039<Item class="ReflectionMetadataMember">
4040<Properties>
4041<string name="Name">FindFirstAncestorOfClass</string>
4042<string name="summary">
4043Returns the first ancestor of this Instance with a ClassName equal to 'className'. The function will return nil if no Instance is found.
4044</string>
4045</Properties>
4046</Item>
4047<Item class="ReflectionMetadataMember">
4048<Properties>
4049<string name="Name">FindFirstAncestorWhichIsA</string>
4050<string name="summary">
4051Returns the first ancestor of this Instance that :IsA(className). The function will return nil if no Instance is found.
4052</string>
4053</Properties>
4054</Item>
4055<Item class="ReflectionMetadataMember">
4056<Properties>
4057<string name="Name">GetFullName</string>
4058<string name="summary">
4059Returns a string that shows the path from the root node (DataModel) to this Instance. This string does not include the root node (DataModel).
4060</string>
4061</Properties>
4062</Item>
4063<Item class="ReflectionMetadataMember">
4064<Properties>
4065<string name="Name">children</string>
4066<bool name="Deprecated">true</bool>
4067<string name="summary">Use GetChildren() instead</string>
4068</Properties>
4069</Item>
4070<Item class="ReflectionMetadataMember">
4071<Properties>
4072<string name="Name">getChildren</string>
4073<bool name="Deprecated">true</bool>
4074<string name="summary">Use GetChildren() instead</string>
4075</Properties>
4076</Item>
4077<Item class="ReflectionMetadataMember">
4078<Properties>
4079<string name="Name">GetChildren</string>
4080<string name="summary">
4081Returns a read-only table of this Object's children
4082</string>
4083</Properties>
4084</Item>
4085<Item class="ReflectionMetadataMember">
4086<Properties>
4087<string name="Name">GetDescendants</string>
4088<string name="summary">
4089Returns an array containing all of the descendants of the instance. Returns in preorder traversal, or in other words, where the parents come before their children, depth first.
4090</string>
4091</Properties>
4092</Item>
4093<Item class="ReflectionMetadataMember">
4094<Properties>
4095<string name="Name">Remove</string>
4096<string name="summary">
4097Deprecated. Use ClearAllChildren() to get rid of all child objects, or Destroy() to invalidate this object and its descendants
4098</string>
4099<bool name="Deprecated">true</bool>
4100</Properties>
4101</Item>
4102<Item class="ReflectionMetadataMember">
4103<Properties>
4104<string name="Name">remove</string>
4105<bool name="Deprecated">true</bool>
4106<string name="summary">Use Remove() instead</string>
4107</Properties>
4108</Item>
4109<Item class="ReflectionMetadataMember">
4110<Properties>
4111<string name="Name">ClearAllChildren</string>
4112<string name="summary">
4113Removes all children (but not this object) from the workspace.
4114</string>
4115</Properties>
4116</Item>
4117<Item class="ReflectionMetadataMember">
4118<Properties>
4119<string name="Name">Destroy</string>
4120<string name="summary">
4121Removes object and all of its children from the workspace. Disconnects object and all children from open connections. Object and children may not be usable after calling Destroy.
4122</string>
4123</Properties>
4124</Item>
4125<Item class="ReflectionMetadataMember">
4126<Properties>
4127<string name="Name">findFirstChild</string>
4128<bool name="Deprecated">true</bool>
4129<string name="summary">Use FindFirstChild() instead</string>
4130</Properties>
4131</Item>
4132</Item>
4133<Item class="ReflectionMetadataEvents">
4134<Item class="ReflectionMetadataMember">
4135<Properties>
4136<string name="Name">AncestryChanged</string>
4137<string name="summary">
4138Fired when any of this object's ancestors change. First argument 'child' is the object whose parent changed. Second argument 'parent' is the first argument's new parent.
4139</string>
4140</Properties>
4141</Item>
4142<Item class="ReflectionMetadataMember">
4143<Properties>
4144<string name="Name">DescendantAdded</string>
4145<string name="summary">
4146Fired after an Instance is parented to this object, or any of this object's descendants. The 'descendant' argument is the Instance that is being added.
4147</string>
4148</Properties>
4149</Item>
4150<Item class="ReflectionMetadataMember">
4151<Properties>
4152<string name="Name">DescendantRemoving</string>
4153<string name="summary">
4154Fired after an Instance is unparented from this object, or any of this object's descendants. The 'descendant' argument is the Instance that is being added.
4155</string>
4156</Properties>
4157</Item>
4158<Item class="ReflectionMetadataMember">
4159<Properties>
4160<string name="Name">Changed</string>
4161<string name="summary">
4162Fired after a property changes value. The property argument is the name of the property
4163</string>
4164</Properties>
4165</Item>
4166</Item>
4167</Item>
4168<Item class="ReflectionMetadataClass">
4169<Properties>
4170<string name="Name">BodyGyro</string>
4171<string name="ClassCategory">Physics</string>
4172<string name="summary">
4173Attempts to maintain a fixed orientation of its parent Part
4174</string>
4175<string name="ExplorerOrder">14</string>
4176<string name="ExplorerImageIndex">14</string>
4177</Properties>
4178<Item class="ReflectionMetadataProperties">
4179<Item class="ReflectionMetadataMember">
4180<Properties>
4181<string name="Name">MaxTorque</string>
4182<string name="summary">
4183The maximum torque that will be exerted on the Part
4184</string>
4185</Properties>
4186</Item>
4187<Item class="ReflectionMetadataMember">
4188<Properties>
4189<string name="Name">maxTorque</string>
4190<bool name="Deprecated">true</bool>
4191<string name="summary">Use MaxTorque instead</string>
4192</Properties>
4193</Item>
4194<Item class="ReflectionMetadataMember">
4195<Properties>
4196<string name="Name">D</string>
4197<string name="summary">The dampening factor applied to this force</string>
4198</Properties>
4199</Item>
4200<Item class="ReflectionMetadataMember">
4201<Properties>
4202<string name="Name">P</string>
4203<string name="summary">The power continually applied to this force</string>
4204</Properties>
4205</Item>
4206<Item class="ReflectionMetadataMember">
4207<Properties>
4208<string name="Name">CFrame</string>
4209<string name="summary">
4210The cframe that this force is trying to orient its parent Part to. Note: this force only uses the rotation of the cframe, not the position.
4211</string>
4212</Properties>
4213</Item>
4214<Item class="ReflectionMetadataMember">
4215<Properties>
4216<string name="Name">cframe</string>
4217<bool name="Deprecated">true</bool>
4218<string name="summary">Use CFrame instead</string>
4219</Properties>
4220</Item>
4221</Item>
4222</Item>
4223<Item class="ReflectionMetadataClass">
4224<Properties>
4225<string name="Name">BodyPosition</string>
4226<string name="ClassCategory">Physics</string>
4227<string name="ExplorerOrder">14</string>
4228<string name="ExplorerImageIndex">14</string>
4229</Properties>
4230<Item class="ReflectionMetadataProperties">
4231<Item class="ReflectionMetadataMember">
4232<Properties>
4233<string name="Name">MaxForce</string>
4234<string name="summary">The maximum force that will be exerted on the Part</string>
4235</Properties>
4236</Item>
4237<Item class="ReflectionMetadataMember">
4238<Properties>
4239<string name="Name">maxForce</string>
4240<bool name="Deprecated">true</bool>
4241<string name="summary">Use MaxForce instead</string>
4242</Properties>
4243</Item>
4244<Item class="ReflectionMetadataMember">
4245<Properties>
4246<string name="Name">D</string>
4247<string name="summary">The dampening factor applied to this force</string>
4248</Properties>
4249</Item>
4250<Item class="ReflectionMetadataMember">
4251<Properties>
4252<string name="Name">P</string>
4253<string name="summary">The power factor continually applied to this force</string>
4254</Properties>
4255</Item>
4256<Item class="ReflectionMetadataMember">
4257<Properties>
4258<string name="Name">Position</string>
4259<string name="summary">
4260The Vector3 that this force is trying to position its parent Part to.
4261</string>
4262</Properties>
4263</Item>
4264<Item class="ReflectionMetadataMember">
4265<Properties>
4266<string name="Name">position</string>
4267<bool name="Deprecated">true</bool>
4268<string name="summary">Use position instead</string>
4269</Properties>
4270</Item>
4271</Item>
4272</Item>
4273<Item class="ReflectionMetadataClass">
4274<Properties>
4275<string name="Name">RocketPropulsion</string>
4276<string name="ClassCategory">Physics</string>
4277<string name="ExplorerOrder">14</string>
4278<string name="ExplorerImageIndex">14</string>
4279<string name="summary">A propulsion system that mimics a rocket</string>
4280</Properties>
4281</Item>
4282<Item class="ReflectionMetadataClass">
4283<Properties>
4284<string name="Name">BodyVelocity</string>
4285<string name="ClassCategory">Physics</string>
4286<string name="ExplorerOrder">14</string>
4287<string name="ExplorerImageIndex">14</string>
4288</Properties>
4289<Item class="ReflectionMetadataProperties">
4290<Item class="ReflectionMetadataMember">
4291<Properties>
4292<string name="Name">MaxForce</string>
4293<string name="summary">
4294The maximum force that will be exerted on the Part in each axis
4295</string>
4296</Properties>
4297</Item>
4298<Item class="ReflectionMetadataMember">
4299<Properties>
4300<string name="Name">maxForce</string>
4301<bool name="Deprecated">true</bool>
4302<string name="summary">Use MaxForce instead</string>
4303</Properties>
4304</Item>
4305<Item class="ReflectionMetadataMember">
4306<Properties>
4307<string name="Name">P</string>
4308<string name="summary">
4309The amount of power we add to the system. The higher the power, the quicker the force will achieve its goal.
4310</string>
4311</Properties>
4312</Item>
4313<Item class="ReflectionMetadataMember">
4314<Properties>
4315<string name="Name">Velocity</string>
4316<string name="summary">
4317The velocity this system tries to achieve. How quickly the system reaches this velocity (if ever) is defined by P.
4318</string>
4319</Properties>
4320</Item>
4321<Item class="ReflectionMetadataMember">
4322<Properties>
4323<string name="Name">velocity</string>
4324<bool name="Deprecated">true</bool>
4325<string name="summary">Use Velocity instead</string>
4326</Properties>
4327</Item>
4328</Item>
4329</Item>
4330<Item class="ReflectionMetadataClass">
4331<Properties>
4332<string name="Name">BodyAngularVelocity</string>
4333<string name="ClassCategory">Physics</string>
4334<string name="ExplorerOrder">14</string>
4335<string name="ExplorerImageIndex">14</string>
4336</Properties>
4337<Item class="ReflectionMetadataProperties">
4338<Item class="ReflectionMetadataMember">
4339<string name="Name">MaxTorque</string>
4340<string name="summary">
4341The maximum torque that will be exerted on the Part in each axis
4342</string>
4343</Item>
4344<Item class="ReflectionMetadataMember">
4345<string name="Name">maxTorque</string>
4346<bool name="Deprecated">true</bool>
4347<string name="summary">Use MaxTorque instead</string>
4348</Item>
4349<Item class="ReflectionMetadataMember">
4350<string name="Name">P</string>
4351<string name="summary">
4352The amount of power we add to the system. The higher the power, the quicker the force will achieve its goal.
4353</string>
4354</Item>
4355<Item class="ReflectionMetadataMember">
4356<string name="Name">AngularVelocity</string>
4357<string name="summary">
4358The rotational velocity this system tries to achieve. How quickly the system reaches this velocity is defined by P.
4359</string>
4360</Item>
4361<Item class="ReflectionMetadataMember">
4362<string name="Name">angularVelocity</string>
4363<bool name="Deprecated">true</bool>
4364<string name="summary">Use AngularVelocity instead</string>
4365</Item>
4366</Item>
4367</Item>
4368<Item class="ReflectionMetadataClass">
4369<Properties>
4370<string name="Name">BodyForce</string>
4371<string name="ClassCategory">Physics</string>
4372<string name="ExplorerOrder">14</string>
4373<string name="ExplorerImageIndex">14</string>
4374<string name="summary">
4375When parented to a physical part, BodyForce will continually exert a force upon its parent object.
4376</string>
4377</Properties>
4378<Item class="ReflectionMetadataProperties">
4379<Item class="ReflectionMetadataMember">
4380<string name="Name">Force</string>
4381<string name="summary">
4382The continual force exerted on an object, defined in each axis.
4383</string>
4384</Item>
4385<Item class="ReflectionMetadataMember">
4386<string name="Name">force</string>
4387<bool name="Deprecated">true</bool>
4388<string name="summary">Use Force instead</string>
4389</Item>
4390</Item>
4391</Item>
4392<Item class="ReflectionMetadataClass">
4393<Properties>
4394<string name="Name">BodyThrust</string>
4395<string name="ClassCategory">Physics</string>
4396<string name="ExplorerOrder">14</string>
4397<string name="ExplorerImageIndex">14</string>
4398</Properties>
4399<Item class="ReflectionMetadataProperties">
4400<Item class="ReflectionMetadataMember">
4401<Properties>
4402<string name="Name">Force</string>
4403<string name="summary">The power continually applied to this force</string>
4404</Properties>
4405</Item>
4406<Item class="ReflectionMetadataMember">
4407<Properties>
4408<string name="Name">force</string>
4409<bool name="Deprecated">true</bool>
4410<string name="summary">Use Force instead</string>
4411</Properties>
4412</Item>
4413<Item class="ReflectionMetadataMember">
4414<Properties>
4415<string name="Name">Location</string>
4416<string name="summary">
4417The Vector3 location of where to apply the force to.
4418</string>
4419</Properties>
4420</Item>
4421<Item class="ReflectionMetadataMember">
4422<Properties>
4423<string name="Name">location</string>
4424<bool name="Deprecated">true</bool>
4425<string name="summary">Use Location instead</string>
4426</Properties>
4427</Item>
4428</Item>
4429</Item>
4430<Item class="ReflectionMetadataClass">
4431<Properties>
4432<string name="Name">Hole</string>
4433<bool name="Deprecated">true</bool>
4434<string name="ExplorerOrder">2</string>
4435</Properties>
4436</Item>
4437<Item class="ReflectionMetadataClass">
4438<Properties>
4439<string name="Name">Feature</string>
4440<string name="ExplorerOrder">2</string>
4441</Properties>
4442</Item>
4443<Item class="ReflectionMetadataClass">
4444<Properties>
4445<string name="Name">Teams</string>
4446<string name="summary">
4447This Service-level object is the container for all Team objects in a level. A map that supports team games must have a Teams service. <a href="http://wiki.roblox.com/index.php/Team" target="_blank">More info</a>
4448</string>
4449<string name="ExplorerOrder">14</string>
4450<string name="ExplorerImageIndex">23</string>
4451</Properties>
4452<Item class="ReflectionMetadataFunctions">
4453<Item class="ReflectionMetadataMember">
4454<Properties>
4455<string name="Name">GetPlayers</string>
4456<string name="summary">
4457Returns a read-only table of players which are on this team.
4458</string>
4459</Properties>
4460</Item>
4461</Item>
4462</Item>
4463<Item class="ReflectionMetadataClass">
4464<Properties>
4465<string name="Name">Team</string>
4466<string name="ClassCategory">Interaction</string>
4467<string name="summary">
4468The Team class is used to represent a faction in a team game. The only valid location for a Team object is under the Teams service. <a href="http://wiki.roblox.com/index.php/Team" target="_blank">More info</a>
4469</string>
4470<string name="ExplorerOrder">1</string>
4471<string name="ExplorerImageIndex">24</string>
4472</Properties>
4473</Item>
4474<Item class="ReflectionMetadataClass">
4475<Properties>
4476<string name="Name">SpawnLocation</string>
4477<string name="ClassCategory">Interaction</string>
4478<string name="ExplorerOrder">3</string>
4479<string name="ExplorerImageIndex">25</string>
4480</Properties>
4481</Item>
4482<Item class="ReflectionMetadataClass">
4483<Properties>
4484<string name="Name">NetworkClient</string>
4485<bool name="Insertable">false</bool>
4486<string name="ExplorerOrder">3</string>
4487<string name="ExplorerImageIndex">16</string>
4488</Properties>
4489</Item>
4490<Item class="ReflectionMetadataClass">
4491<Properties>
4492<string name="Name">NetworkServer</string>
4493<bool name="Insertable">false</bool>
4494<string name="ExplorerOrder">3</string>
4495<string name="ExplorerImageIndex">15</string>
4496</Properties>
4497</Item>
4498<Item class="ReflectionMetadataClass">
4499<Properties>
4500<string name="Name">LuaSourceContainer</string>
4501<bool name="Browsable">false</bool>
4502</Properties>
4503<Item class="ReflectionMetadataProperties">
4504<Item class="ReflectionMetadataMember">
4505<Properties>
4506<string name="Name">CurrentEditor</string>
4507<string name="summary">
4508The name of the player who is currently editing the script in Team Create.
4509</string>
4510<bool name="EditingDisabled">true</bool>
4511</Properties>
4512</Item>
4513</Item>
4514</Item>
4515<Item class="ReflectionMetadataClass">
4516<Properties>
4517<string name="Name">Script</string>
4518<string name="ClassCategory">Scripts</string>
4519<string name="ExplorerOrder">3</string>
4520<string name="ExplorerImageIndex">6</string>
4521</Properties>
4522<Item class="ReflectionMetadataProperties">
4523<Item class="ReflectionMetadataMember">
4524<Properties>
4525<string name="Name">LinkedScript</string>
4526<string name="summary">This property is under development. Do not use</string>
4527</Properties>
4528</Item>
4529</Item>
4530</Item>
4531<Item class="ReflectionMetadataClass">
4532<Properties>
4533<string name="Name">LocalScript</string>
4534<string name="ClassCategory">Scripts</string>
4535<string name="ExplorerOrder">4</string>
4536<string name="ExplorerImageIndex">18</string>
4537<string name="summary">
4538A script that runs on clients, NOT servers. LocalScripts can only run when parented under the PlayerGui currently.
4539</string>
4540</Properties>
4541</Item>
4542<Item class="ReflectionMetadataClass">
4543<Properties>
4544<string name="Name">NetworkReplicator</string>
4545<string name="ExplorerOrder">3</string>
4546<string name="ExplorerImageIndex">29</string>
4547</Properties>
4548</Item>
4549<Item class="ReflectionMetadataClass">
4550<Properties>
4551<string name="Name">Model</string>
4552<string name="ClassCategory">Parts</string>
4553<string name="ExplorerOrder">10</string>
4554<string name="ExplorerImageIndex">2</string>
4555<string name="summary">
4556A construct used to group Parts and other objects together, also allows manipulation of multiple objects.
4557</string>
4558</Properties>
4559<Item class="ReflectionMetadataFunctions">
4560<Item class="ReflectionMetadataMember">
4561<Properties>
4562<string name="Name">BreakJoints</string>
4563<string name="summary">Breaks all surface joints contained within</string>
4564</Properties>
4565</Item>
4566<Item class="ReflectionMetadataMember">
4567<Properties>
4568<string name="Name">GetModelCFrame</string>
4569<string name="summary">
4570Returns a CFrame that has position of the centroid of all Parts in the Model. The rotation matrix is either the rotation matrix of the user-defined PrimaryPart, or if not specified then a part in the Model chosen by the engine.
4571</string>
4572</Properties>
4573</Item>
4574<Item class="ReflectionMetadataMember">
4575<Properties>
4576<string name="Name">GetModelSize</string>
4577<string name="summary">
4578Returns a Vector3 that is union of the extents of all Parts in the model.
4579</string>
4580</Properties>
4581</Item>
4582<Item class="ReflectionMetadataMember">
4583<Properties>
4584<string name="Name">MakeJoints</string>
4585<string name="summary">
4586Creates the appropriate SurfaceJoints between all touching Parts contrained within the model. Technically, this function calls MakeJoints() on all Parts inside the model.
4587</string>
4588</Properties>
4589</Item>
4590<Item class="ReflectionMetadataMember">
4591<Properties>
4592<string name="Name">MoveTo</string>
4593<string name="summary">
4594Moves the centroid of the Model to the specified location, respecting all relative distances between parts in the model.
4595</string>
4596</Properties>
4597</Item>
4598<Item class="ReflectionMetadataMember">
4599<Properties>
4600<string name="Name">ResetOrientationToIdentity</string>
4601<string name="summary">
4602Rotates all parts in the model to the orientation that was set using SetIdentityOrientation(). If this function has never been called, rotation is reset to GetModelCFrame()'s rotation.
4603</string>
4604</Properties>
4605</Item>
4606<Item class="ReflectionMetadataMember">
4607<Properties>
4608<string name="Name">SetIdentityOrientation</string>
4609<string name="summary">
4610Takes the current rotation matrix of the model and stores it as the model's identity matrix. The rotation is applied when ResetOrientationToIdentity() is called.
4611</string>
4612</Properties>
4613</Item>
4614<Item class="ReflectionMetadataMember">
4615<Properties>
4616<string name="Name">TranslateBy</string>
4617<string name="summary">
4618Similar to MoveTo(), except instead of moving to an explicit location, we use the model's current CFrame location and offset it.
4619</string>
4620</Properties>
4621</Item>
4622<Item class="ReflectionMetadataMember">
4623<Properties>
4624<string name="Name">GetPrimaryPartCFrame</string>
4625<string name="summary">
4626Returns the cframe of the Model.PrimaryPart. If PrimaryPart is nil, then this function will throw an error.
4627</string>
4628</Properties>
4629</Item>
4630<Item class="ReflectionMetadataMember">
4631<Properties>
4632<string name="Name">SetPrimaryPartCFrame</string>
4633<string name="summary">
4634Sets the cframe of the Model.PrimaryPart. If PrimaryPart is nil, then this function will throw an error. This also sets the cframe of all descendant Parts relative to the cframe change to PrimaryPart.
4635</string>
4636</Properties>
4637</Item>
4638<Item class="ReflectionMetadataMember">
4639<Properties>
4640<string name="Name">makeJoints</string>
4641<string name="summary">Use MakeJoints() instead</string>
4642<bool name="Deprecated">true</bool>
4643</Properties>
4644</Item>
4645<Item class="ReflectionMetadataMember">
4646<Properties>
4647<string name="Name">move</string>
4648<bool name="Deprecated">true</bool>
4649<string name="summary">Use MoveTo() instead</string>
4650</Properties>
4651</Item>
4652</Item>
4653<Item class="ReflectionMetadataProperties">
4654<Item class="ReflectionMetadataMember">
4655<Properties>
4656<string name="Name">PrimaryPart</string>
4657<string name="summary">
4658A Part that serves as a reference for the Model's CFrame. Used in conjunction with GetModelPrimaryPartCFrame and SetModelPrimaryPartCFrame. Use this to rotate/translate all Parts relative to the PrimaryPart.
4659</string>
4660</Properties>
4661</Item>
4662</Item>
4663</Item>
4664<Item class="ReflectionMetadataClass">
4665<Properties>
4666<string name="Name">Status</string>
4667<bool name="Deprecated">true</bool>
4668<string name="ExplorerOrder">10</string>
4669<string name="ExplorerImageIndex">2</string>
4670</Properties>
4671<Item class="ReflectionMetadataFunctions">
4672<Item class="ReflectionMetadataMember">
4673<Properties>
4674<string name="Name">move</string>
4675<bool name="Deprecated">true</bool>
4676<string name="summary">Use MoveTo() instead</string>
4677</Properties>
4678</Item>
4679</Item>
4680</Item>
4681<Item class="ReflectionMetadataClass">
4682<Properties>
4683<string name="Name">DataModel</string>
4684<string name="summary">
4685The root of ROBLOX's parent-child hierarchy (commonly known as game after the global variable used to access it)
4686</string>
4687</Properties>
4688<Item class="ReflectionMetadataCallbacks">
4689<Item class="ReflectionMetadataMember">
4690<Properties>
4691<string name="Name">OnClose</string>
4692<bool name="Deprecated">true</bool>
4693<string name="summary">Deprecated. Use DataModel.BindToClose</string>
4694</Properties>
4695</Item>
4696</Item>
4697<Item class="ReflectionMetadataProperties">
4698<Properties></Properties>
4699<Item class="ReflectionMetadataMember">
4700<Properties>
4701<string name="Name">Workspace</string>
4702</Properties>
4703</Item>
4704<Item class="ReflectionMetadataMember">
4705<Properties>
4706<string name="Name">workspace</string>
4707<bool name="Deprecated">true</bool>
4708<string name="summary">Deprecated. Use Workspace</string>
4709</Properties>
4710</Item>
4711<Item class="ReflectionMetadataMember">
4712<Properties>
4713<string name="Name">ShowMouse</string>
4714<bool name="Deprecated">true</bool>
4715<string name="summary">Deprecated. Use Workspace.IsMouseCursorVisible</string>
4716</Properties>
4717</Item>
4718<Item class="ReflectionMetadataMember">
4719<Properties>
4720<string name="Name">IsLoaded</string>
4721<string name="summary">
4722Returns true if the game has finished loading, false otherwise. Check this before listening to the Loaded signal to ensure a script knows when a game finishes loading.
4723</string>
4724</Properties>
4725</Item>
4726</Item>
4727<Item class="ReflectionMetadataEvents">
4728<Item class="ReflectionMetadataMember">
4729<Properties>
4730<string name="Name">Loaded</string>
4731<string name="summary">
4732Fires when the game finishes loading. Use this to know when to remove your custom loading gui. It is best to check IsLoaded() before connecting to this event, as the game may load before the event is connected to.
4733</string>
4734</Properties>
4735</Item>
4736</Item>
4737<Item class="ReflectionMetadataFunctions">
4738<Item class="ReflectionMetadataMember">
4739<Properties>
4740<string name="Name">SetPlaceID</string>
4741<bool name="Deprecated">true</bool>
4742<string name="summary">Use SetPlaceId() instead</string>
4743</Properties>
4744</Item>
4745<Item class="ReflectionMetadataMember">
4746<Properties>
4747<string name="Name">SetCreatorID</string>
4748<bool name="Deprecated">true</bool>
4749<string name="summary">Use SetCreatorId() instead</string>
4750</Properties>
4751</Item>
4752</Item>
4753</Item>
4754<Item class="ReflectionMetadataClass">
4755<Properties>
4756<string name="Name">DataStoreService</string>
4757<string name="summary">
4758Responsible for storing data across multiple user created places
4759</string>
4760<string name="ExplorerOrder">-1</string>
4761</Properties>
4762<Item class="ReflectionMetadataFunctions">
4763<Item class="ReflectionMetadataMember">
4764<Properties>
4765<string name="Name">GetDataStore</string>
4766<string name="summary">Returns a data store with the given name and scope</string>
4767</Properties>
4768</Item>
4769<Item class="ReflectionMetadataMember">
4770<Properties>
4771<string name="Name">GetGlobalDataStore</string>
4772<string name="summary">Returns the default data store</string>
4773</Properties>
4774</Item>
4775<Item class="ReflectionMetadataMember">
4776<Properties>
4777<string name="Name">GetOrderedDataStore</string>
4778<string name="summary">
4779Returns an ordered data store with the given name and scope
4780</string>
4781</Properties>
4782</Item>
4783</Item>
4784</Item>
4785<Item class="ReflectionMetadataClass">
4786<Properties>
4787<string name="Name">GlobalDataStore</string>
4788<string name="summary">
4789Exposes functions for saving and loading data for the DataStoreService
4790</string>
4791<string name="ExplorerOrder">-1</string>
4792</Properties>
4793<Item class="ReflectionMetadataFunctions">
4794<Item class="ReflectionMetadataMember">
4795<Properties>
4796<string name="Name">OnUpdate</string>
4797<string name="summary">
4798Sets callback as a function to be executed any time the value associated with key is changed. It is important to disconnect the connection when the subscription to the key is no longer needed.
4799</string>
4800</Properties>
4801</Item>
4802</Item>
4803<Item class="ReflectionMetadataYieldFunctions">
4804<Item class="ReflectionMetadataMember">
4805<Properties>
4806<string name="Name">GetAsync</string>
4807<string name="summary">
4808Returns the value of the entry in the DataStore with the given key
4809</string>
4810</Properties>
4811</Item>
4812<Item class="ReflectionMetadataMember">
4813<Properties>
4814<string name="Name">IncrementAsync</string>
4815<string name="summary">
4816Increments the value of a particular key amd returns the incremented value
4817</string>
4818</Properties>
4819</Item>
4820<Item class="ReflectionMetadataMember">
4821<Properties>
4822<string name="Name">SetAsync</string>
4823<string name="summary">
4824Sets the value of the key. This overwrites any existing data stored in the key
4825</string>
4826</Properties>
4827</Item>
4828<Item class="ReflectionMetadataMember">
4829<Properties>
4830<string name="Name">UpdateAsync</string>
4831<string name="summary">
4832Retrieves the value of the key from the website, and updates it with a new value. The callback until the value fetched matches the value on the web. Returning nil means it will not save.
4833</string>
4834</Properties>
4835</Item>
4836</Item>
4837</Item>
4838<Item class="ReflectionMetadataClass">
4839<Properties>
4840<string name="Name">OrderedDataStore</string>
4841<string name="summary">
4842A type of DataStore where values must be positive integers. This makes OrderedDataStore suitable for leaderboard related scripting where you are required to order large amounts of data efficiently.
4843</string>
4844<string name="ExplorerOrder">-1</string>
4845</Properties>
4846<Item class="ReflectionMetadataYieldFunctions">
4847<Item class="ReflectionMetadataMember">
4848<Properties>
4849<string name="Name">GetSortedAsync</string>
4850<string name="summary">
4851Returns a DataStorePages object. The length of each page is determined by pageSize, and the order is determined by isAscending. minValue and maxValue are optional parameters which will filter the result.
4852</string>
4853</Properties>
4854</Item>
4855</Item>
4856</Item>
4857<Item class="ReflectionMetadataClass">
4858<Properties>
4859<string name="Name">HopperBin</string>
4860<bool name="Deprecated">true</bool>
4861<string name="ExplorerOrder">24</string>
4862<string name="ExplorerImageIndex">22</string>
4863</Properties>
4864</Item>
4865<Item class="ReflectionMetadataClass">
4866<Properties>
4867<string name="Name">Camera</string>
4868<string name="ExplorerOrder">0</string>
4869<string name="ExplorerImageIndex">5</string>
4870</Properties>
4871<Item class="ReflectionMetadataProperties">
4872<Item class="ReflectionMetadataMember">
4873<Properties>
4874<string name="Name">CameraSubject</string>
4875<string name="summary">
4876Where the Camera's focus is. Any rotation of the camera will be about this subject.
4877</string>
4878</Properties>
4879</Item>
4880<Item class="ReflectionMetadataMember">
4881<Properties>
4882<string name="Name">CameraType</string>
4883<string name="summary">
4884Defines how the camera will behave. <a href="http://wiki.roblox.com/index.php/CameraType" target="_blank">More info</a>
4885</string>
4886</Properties>
4887</Item>
4888<Item class="ReflectionMetadataMember">
4889<Properties>
4890<string name="Name">CoordinateFrame</string>
4891<bool name="Deprecated">true</bool>
4892<string name="summary">
4893The current position and rotation of the Camera. For most CameraTypes, the rotation is set such that the CoordinateFrame lookVector is pointing at the Focus.
4894</string>
4895</Properties>
4896</Item>
4897<Item class="ReflectionMetadataMember">
4898<Properties>
4899<string name="Name">CFrame</string>
4900<string name="summary">
4901The current position and rotation of the Camera. For most CameraTypes, the rotation is set such that the CoordinateFrame lookVector is pointing at the Focus.
4902</string>
4903</Properties>
4904</Item>
4905<Item class="ReflectionMetadataMember">
4906<Properties>
4907<string name="Name">FieldOfView</string>
4908<string name="summary">
4909The current angle, or width, of what the camera can see. Current acceptable values are from 20 degrees to 80.
4910</string>
4911</Properties>
4912</Item>
4913<Item class="ReflectionMetadataMember">
4914<Properties>
4915<string name="Name">Focus</string>
4916<string name="summary">
4917The current CoordinateFrame that the camera is looking at. Note: it is not always guaranteed that the camera is always looking here.
4918</string>
4919</Properties>
4920</Item>
4921<Item class="ReflectionMetadataMember">
4922<Properties>
4923<string name="Name">ViewportSize</string>
4924<string name="summary">
4925Holds the x,y screen resolution of the viewport the camera is presenting (note: this can differ from the AbsoluteSize property of a full screen gui).
4926</string>
4927</Properties>
4928</Item>
4929</Item>
4930<Item class="ReflectionMetadataFunctions">
4931<Item class="ReflectionMetadataMember">
4932<Properties>
4933<string name="Name">GetRoll</string>
4934<string name="summary">
4935Returns the camera's current roll. Roll is defined in radians, and is stored as the delta from the camera's y axis default normal vector.
4936</string>
4937</Properties>
4938</Item>
4939<Item class="ReflectionMetadataMember">
4940<Properties>
4941<string name="Name">WorldToScreenPoint</string>
4942<string name="summary">
4943Takes a 3D position in the world and projects it onto x,y coordinates of screen space. Returns two values, first is a Vector3 that has x,y position and z position which is distance from camera (negative if behind camera, positive if in front). Second return value is a boolean indicating if the first argument is an on-screen coordinate.
4944</string>
4945</Properties>
4946</Item>
4947<Item class="ReflectionMetadataMember">
4948<Properties>
4949<string name="Name">ScreenPointToRay</string>
4950<string name="summary">
4951Takes a 2D screen position and produces a Ray object to be used for 3D raycasting. Input is x,y screen coordinates, and a (optional, defaults to 0) z position which sets how far in the camera look vector to start the ray origin.
4952</string>
4953</Properties>
4954</Item>
4955<Item class="ReflectionMetadataMember">
4956<Properties>
4957<string name="Name">ViewportPointToRay</string>
4958<string name="summary">
4959Same as ScreenPointToRay, except no GUI offsets are taken into account. Useful for things like casting a ray from the middle of the Camera.ViewportSize
4960</string>
4961</Properties>
4962</Item>
4963<Item class="ReflectionMetadataMember">
4964<Properties>
4965<string name="Name">WorldToViewportPoint</string>
4966<string name="summary">
4967Same as WorldToScreenPoint, except no GUI offsets are taken into account.
4968</string>
4969</Properties>
4970</Item>
4971<Item class="ReflectionMetadataMember">
4972<Properties>
4973<string name="Name">SetRoll</string>
4974<string name="summary">
4975Sets the camera's current roll. Roll is defined in radians, and is stored as the delta from the camera's y axis default normal vector.
4976</string>
4977</Properties>
4978</Item>
4979</Item>
4980</Item>
4981<Item class="ReflectionMetadataClass">
4982<Properties>
4983<string name="Name">Players</string>
4984<string name="ExplorerOrder">2</string>
4985<string name="ExplorerImageIndex">21</string>
4986</Properties>
4987<Item class="ReflectionMetadataProperties">
4988<Item class="ReflectionMetadataMember">
4989<Properties>
4990<string name="Name">CharacterAutoLoads</string>
4991<bool name="Browsable">true</bool>
4992<string name="summary">
4993Set to true, when a player joins a game, they get a character automatically, as well as when they die. When set to false, characters do not auto load and will only load in using Player:LoadCharacter().
4994</string>
4995</Properties>
4996</Item>
4997</Item>
4998<Item class="ReflectionMetadataFunctions">
4999<Item class="ReflectionMetadataMember">
5000<Properties>
5001<string name="Name">players</string>
5002<bool name="Deprecated">true</bool>
5003<string name="summary">Use GetPlayers() instead</string>
5004</Properties>
5005</Item>
5006</Item>
5007</Item>
5008<Item class="ReflectionMetadataClass">
5009<Properties>
5010<string name="Name">ReplicatedStorage</string>
5011<string name="ExplorerOrder">3</string>
5012<string name="ExplorerImageIndex">70</string>
5013<string name="summary">
5014A container whose contents are replicated to all clients and the server.
5015</string>
5016</Properties>
5017</Item>
5018<Item class="ReflectionMetadataClass">
5019<Properties>
5020<string name="Name">RobloxReplicatedStorage</string>
5021<bool name="Browsable">false</bool>
5022</Properties>
5023</Item>
5024<Item class="ReflectionMetadataClass">
5025<Properties>
5026<string name="Name">ReplicatedFirst</string>
5027<string name="ExplorerOrder">3</string>
5028<string name="ExplorerImageIndex">70</string>
5029<string name="summary">
5030A container whose contents are replicated to all clients (but not back to the server) first before anything else. Useful for creating loading guis, tutorials, etc.
5031</string>
5032</Properties>
5033<Item class="ReflectionMetadataFunctions">
5034<Item class="ReflectionMetadataMember">
5035<Properties>
5036<string name="Name">RemoveRobloxLoadingScreen</string>
5037<string name="summary">
5038Removes the default Roblox loading screen from view. Call this when you are ready to either show your own loading gui, or when the game is ready to play.
5039</string>
5040</Properties>
5041</Item>
5042</Item>
5043</Item>
5044<Item class="ReflectionMetadataClass">
5045<Properties>
5046<string name="Name">ServerStorage</string>
5047<string name="ExplorerOrder">3</string>
5048<string name="ExplorerImageIndex">69</string>
5049<string name="summary">A container whose contents are only on the server.</string>
5050</Properties>
5051</Item>
5052<Item class="ReflectionMetadataClass">
5053<Properties>
5054<string name="Name">ServerScriptService</string>
5055<string name="ExplorerOrder">3</string>
5056<string name="ExplorerImageIndex">71</string>
5057<string name="summary">
5058A container whose contents should be scripts. Scripts that are added to the container are run on the server.
5059</string>
5060</Properties>
5061</Item>
5062<Item class="ReflectionMetadataClass">
5063<Properties>
5064<string name="Name">Lighting</string>
5065<string name="ExplorerOrder">3</string>
5066<string name="ExplorerImageIndex">13</string>
5067<string name="summary">
5068Responsible for all lighting aspects of the world (affects how things are rendered).
5069</string>
5070</Properties>
5071<Item class="ReflectionMetadataFunctions">
5072<Item class="ReflectionMetadataMember">
5073<Properties>
5074<string name="Name">GetMinutesAfterMidnight</string>
5075<string name="summary">
5076The number of minutes that the current time is past midnight. If currently at midnight, returns 0. Will return decimal values if not at an exact minute.
5077</string>
5078</Properties>
5079</Item>
5080<Item class="ReflectionMetadataMember">
5081<Properties>
5082<string name="Name">GetMoonDirection</string>
5083<string name="summary">
5084Returns the lookVector (Vector3) of the moon. If this lookVector was used in a CFrame, the Part would face the moon.
5085</string>
5086</Properties>
5087</Item>
5088<Item class="ReflectionMetadataMember">
5089<Properties>
5090<string name="Name">GetMoonPhase</string>
5091<string name="summary">
5092Currently always returns 0.75. MoonPhase cannot be edited.
5093</string>
5094</Properties>
5095</Item>
5096<Item class="ReflectionMetadataMember">
5097<Properties>
5098<string name="Name">GetSunDirection</string>
5099<string name="summary">
5100Returns the lookVector (Vector3) of the sun. If this lookVector was used in a CFrame, the Part would face the sun.
5101</string>
5102</Properties>
5103</Item>
5104<Item class="ReflectionMetadataMember">
5105<Properties>
5106<string name="Name">SetMinutesAfterMidnight</string>
5107<string name="summary">
5108Sets the time to be a certain number of minutes after midnight. This works with integer and decimal values.
5109</string>
5110</Properties>
5111</Item>
5112</Item>
5113<Item class="ReflectionMetadataProperties">
5114<Item class="ReflectionMetadataMember">
5115<Properties>
5116<string name="Name">Ambient</string>
5117<string name="summary">
5118The hue of the global lighting. Changing this changes the color tint of all objects in the Workspace.
5119</string>
5120</Properties>
5121</Item>
5122<Item class="ReflectionMetadataMember">
5123<Properties>
5124<string name="Name">Brightness</string>
5125<string name="summary">
5126How much global light each Part in the Workspace receives. Standard range is 0 to 1 (0 being little light), but can be increased all the way to 5 (colors start to be appear very different at this value).
5127</string>
5128<double name="UIMinimum">0</double>
5129<double name="UIMaximum">2</double>
5130</Properties>
5131</Item>
5132<Item class="ReflectionMetadataMember">
5133<Properties>
5134<string name="Name">ColorShift_Bottom</string>
5135<string name="summary">
5136The hue of global lighting on the bottom surfaces of an object.
5137</string>
5138</Properties>
5139</Item>
5140<Item class="ReflectionMetadataMember">
5141<Properties>
5142<string name="Name">ColorShift_Top</string>
5143<string name="summary">
5144The hue of global lighting on the top surfaces of an object.
5145</string>
5146</Properties>
5147</Item>
5148<Item class="ReflectionMetadataMember">
5149<Properties>
5150<string name="Name">FogColor</string>
5151<string name="summary">
5152A Color3 value that changes the hue of distance fog.
5153</string>
5154</Properties>
5155</Item>
5156<Item class="ReflectionMetadataMember">
5157<Properties>
5158<string name="Name">FogEnd</string>
5159<string name="summary">
5160The distance at which fog completely blocks your vision. This distance is relative to the camera position. Units are in studs
5161</string>
5162</Properties>
5163</Item>
5164<Item class="ReflectionMetadataMember">
5165<Properties>
5166<string name="Name">FogStart</string>
5167<string name="summary">
5168The distance at which the fog gradient begins. This distance is relative to the camera position. Units are in studs.
5169</string>
5170</Properties>
5171</Item>
5172<Item class="ReflectionMetadataMember">
5173<Properties>
5174<string name="Name">GeographicLatitude</string>
5175<string name="summary">
5176The latitude position the level is placed at. This affects sun position. <a href="http://wiki.roblox.com/index.php/GeographicLatitude" target="_blank">More info</a>
5177</string>
5178<double name="UIMinimum">0</double>
5179<double name="UIMaximum">360</double>
5180<double name="UINumTicks">360</double>
5181</Properties>
5182</Item>
5183<Item class="ReflectionMetadataMember">
5184<Properties>
5185<string name="Name">GlobalShadows</string>
5186<string name="summary">
5187Flag enabling shadows from sun and moon in the place
5188</string>
5189</Properties>
5190</Item>
5191<Item class="ReflectionMetadataMember">
5192<Properties>
5193<string name="Name">OutdoorAmbient</string>
5194<string name="summary">
5195Effective ambient value for outdoors, effectively shadow color outdoors (requires GlobalShadows enabled)
5196</string>
5197</Properties>
5198</Item>
5199<Item class="ReflectionMetadataMember">
5200<Properties>
5201<string name="Name">Outlines</string>
5202<string name="summary">
5203Flag enabling or disabling outlines on parts and terrain
5204</string>
5205</Properties>
5206</Item>
5207<Item class="ReflectionMetadataMember">
5208<Properties>
5209<string name="Name">ShadowColor</string>
5210<string name="summary">
5211Color the shadows appear as. Shadows are drawn mostly for characters, but depending on the lighting will also show for Parts in the Workspace. Rendering settings can also affect if shadows are drawn.
5212</string>
5213</Properties>
5214</Item>
5215<Item class="ReflectionMetadataMember">
5216<Properties>
5217<string name="Name">TimeOfDay</string>
5218<string name="summary">
5219A string that represent the current time of day. Time is in 24-hour clock format "XX::YY:ZZ", where X is hour, Y is minute, and Z is seconds.
5220</string>
5221</Properties>
5222</Item>
5223<Item class="ReflectionMetadataMember">
5224<Properties>
5225<string name="Name">ClockTime</string>
5226<double name="UIMinimum">0</double>
5227<double name="UIMaximum">24</double>
5228<double name="UINumTicks">240</double>
5229</Properties>
5230</Item>
5231</Item>
5232<Item class="ReflectionMetadataEvents">
5233<Item class="ReflectionMetadataMember">
5234<Properties>
5235<string name="Name">LightingChanged</string>
5236<string name="summary">
5237Fired whenever a property of Lighting is changed, or a skybox is added or removed. Skyboxes are of type 'Sky' and should be parented directly to lighting.
5238</string>
5239</Properties>
5240</Item>
5241</Item>
5242</Item>
5243<Item class="ReflectionMetadataClass">
5244<Properties>
5245<string name="Name">TestService</string>
5246<string name="ExplorerOrder">100</string>
5247<string name="ExplorerImageIndex">68</string>
5248</Properties>
5249</Item>
5250<Item class="ReflectionMetadataClass">
5251<Properties>
5252<string name="Name">DebuggerManager</string>
5253<!-- string name="ExplorerOrder">101</string -->
5254</Properties>
5255</Item>
5256<Item class="ReflectionMetadataClass">
5257<Properties>
5258<string name="Name">ScriptDebugger</string>
5259<!-- string name="ExplorerOrder">101</string -->
5260</Properties>
5261</Item>
5262<Item class="ReflectionMetadataClass">
5263<Properties>
5264<string name="Name">DebuggerBreakpoint</string>
5265<!-- string name="ExplorerOrder">101</string -->
5266</Properties>
5267</Item>
5268<Item class="ReflectionMetadataClass">
5269<Properties>
5270<string name="Name">DebuggerWatch</string>
5271<!-- string name="ExplorerOrder">101</string -->
5272</Properties>
5273</Item>
5274<Item class="ReflectionMetadataClass">
5275<Properties>
5276<string name="Name">Debris</string>
5277<string name="ExplorerOrder">-1</string>
5278<string name="ExplorerImageIndex">30</string>
5279<string name="summary">
5280A service that provides utility in cleaning up objects
5281</string>
5282</Properties>
5283<Item class="ReflectionMetadataFunctions">
5284<Item class="ReflectionMetadataMember">
5285<Properties>
5286<string name="Name">addItem</string>
5287<bool name="Deprecated">true</bool>
5288<string name="summary">Use AddItem() instead</string>
5289</Properties>
5290</Item>
5291<Item class="ReflectionMetadataMember">
5292<Properties>
5293<string name="Name">AddItem</string>
5294<string name="summary">
5295Adds an Instance into the debris service that will later be destroyed. Second argument 'lifetime' is optional and specifies how long (in seconds) to wait before destroying the item. If no time is specified then the item added will automatically be destroyed in 10 seconds.
5296</string>
5297</Properties>
5298</Item>
5299</Item>
5300<Item class="ReflectionMetadataProperties">
5301<Item class="ReflectionMetadataMember">
5302<Properties>
5303<string name="Name">MaxItems</string>
5304<bool name="Deprecated">true</bool>
5305<string name="summary">Deprecated. No replacement</string>
5306</Properties>
5307</Item>
5308</Item>
5309</Item>
5310<Item class="ReflectionMetadataClass">
5311<Properties>
5312<string name="Name">Accoutrement</string>
5313<string name="ExplorerOrder">2</string>
5314<string name="ExplorerImageIndex">32</string>
5315</Properties>
5316</Item>
5317<Item class="ReflectionMetadataClass">
5318<Properties>
5319<string name="Name">Player</string>
5320<bool name="Insertable">false</bool>
5321<string name="ExplorerOrder">1</string>
5322<string name="ExplorerImageIndex">12</string>
5323</Properties>
5324<Item class="ReflectionMetadataProperties">
5325<Item class="ReflectionMetadataMember">
5326<Properties>
5327<string name="Name">CharacterAppearance</string>
5328<bool name="Browsable">false</bool>
5329</Properties>
5330</Item>
5331<Item class="ReflectionMetadataMember">
5332<Properties>
5333<string name="Name">CameraMode</string>
5334<string name="summary">
5335An enum that describes how a Player's camera is allowed to behave. <a href="http://wiki.roblox.com/index.php/CameraMode" target="_blank">More info</a>.
5336</string>
5337</Properties>
5338</Item>
5339<Item class="ReflectionMetadataMember">
5340<Properties>
5341<string name="Name">DataReady</string>
5342<bool name="Deprecated">true</bool>
5343<string name="summary">
5344Read-only. If true, this Player's persistent data can be loaded, false otherwise. <a href="http://wiki.roblox.com/index.php/ROBLOX_Scripting_How_To:_Data_Persistence" target="_blank">Info on Data Persistence</a>.
5345</string>
5346</Properties>
5347</Item>
5348<Item class="ReflectionMetadataMember">
5349<Properties>
5350<string name="Name">DataComplexity</string>
5351<bool name="Deprecated">true</bool>
5352</Properties>
5353</Item>
5354</Item>
5355<Item class="ReflectionMetadataFunctions">
5356<Item class="ReflectionMetadataMember">
5357<Properties>
5358<string name="Name">LoadCharacter</string>
5359<bool name="Browsable">true</bool>
5360<string name="summary">
5361Loads in a new character for this player. This will replace the player's current character, if they have one. This should be used in conjunction with Players.CharacterAutoLoads to control spawning of characters. This function only works from a server-side script (NOT a LocalScript).
5362</string>
5363</Properties>
5364</Item>
5365<Item class="ReflectionMetadataMember">
5366<Properties>
5367<string name="Name">LoadData</string>
5368<bool name="Deprecated">true</bool>
5369</Properties>
5370</Item>
5371<Item class="ReflectionMetadataMember">
5372<Properties>
5373<string name="Name">SaveData</string>
5374<bool name="Deprecated">true</bool>
5375</Properties>
5376</Item>
5377<Item class="ReflectionMetadataMember">
5378<Properties>
5379<string name="Name">SaveBoolean</string>
5380<bool name="Deprecated">true</bool>
5381</Properties>
5382</Item>
5383<Item class="ReflectionMetadataMember">
5384<Properties>
5385<string name="Name">SaveInstance</string>
5386<bool name="Deprecated">true</bool>
5387</Properties>
5388</Item>
5389<Item class="ReflectionMetadataMember">
5390<Properties>
5391<string name="Name">SaveString</string>
5392<bool name="Deprecated">true</bool>
5393</Properties>
5394</Item>
5395<Item class="ReflectionMetadataMember">
5396<Properties>
5397<string name="Name">LoadBoolean</string>
5398<bool name="Deprecated">true</bool>
5399</Properties>
5400</Item>
5401<Item class="ReflectionMetadataMember">
5402<Properties>
5403<string name="Name">LoadNumber</string>
5404<bool name="Deprecated">true</bool>
5405</Properties>
5406</Item>
5407<Item class="ReflectionMetadataMember">
5408<Properties>
5409<string name="Name">LoadString</string>
5410<bool name="Deprecated">true</bool>
5411</Properties>
5412</Item>
5413<Item class="ReflectionMetadataMember">
5414<Properties>
5415<string name="Name">LoadInstance</string>
5416<bool name="Deprecated">true</bool>
5417</Properties>
5418</Item>
5419<Item class="ReflectionMetadataMember">
5420<Properties>
5421<string name="Name">SaveNumber</string>
5422<bool name="Deprecated">true</bool>
5423</Properties>
5424</Item>
5425<Item class="ReflectionMetadataMember">
5426<Properties>
5427<string name="Name">playerFromCharacter</string>
5428<bool name="Deprecated">true</bool>
5429<string name="summary">Use GetPlayerFromCharacter() instead</string>
5430</Properties>
5431</Item>
5432<Item class="ReflectionMetadataMember">
5433<Properties>
5434<string name="Name">SetUnder13</string>
5435<bool name="Deprecated">true</bool>
5436</Properties>
5437</Item>
5438</Item>
5439<Item class="ReflectionMetadataYieldFunctions">
5440<Item class="ReflectionMetadataMember">
5441<Properties>
5442<string name="Name">WaitForDataReady</string>
5443<bool name="Deprecated">true</bool>
5444<bool name="Browsable">true</bool>
5445<string name="summary">
5446Yields until the persistent data for this Player is ready to be loaded. <a href="http://wiki.roblox.com/index.php/ROBLOX_Scripting_How_To:_Data_Persistence" target="_blank">Info on Data Persistence</a>.
5447</string>
5448</Properties>
5449</Item>
5450</Item>
5451<Item class="ReflectionMetadataEvents">
5452<Item class="ReflectionMetadataMember">
5453<Properties>
5454<string name="Name">Idled</string>
5455<string name="summary">
5456Fired periodically after the user has been AFK for a while. Currently this event is only fired for the *local* Player. "time" is the time in seconds that the user has been idle.
5457</string>
5458</Properties>
5459</Item>
5460</Item>
5461</Item>
5462<Item class="ReflectionMetadataClass">
5463<Properties>
5464<string name="Name">Workspace</string>
5465<string name="ExplorerOrder">0</string>
5466<string name="ExplorerImageIndex">19</string>
5467</Properties>
5468<Item class="ReflectionMetadataFunctions">
5469<Item class="ReflectionMetadataMember">
5470<Properties>
5471<string name="Name">FindPartsInRegion3</string>
5472<string name="summary">
5473Returns parts in the area defined by the Region3, up to specified maxCount or 100, whichever is less
5474</string>
5475</Properties>
5476</Item>
5477<Item class="ReflectionMetadataMember">
5478<Properties>
5479<string name="Name">FindPartsInRegion3WithIgnoreList</string>
5480<string name="summary">
5481Returns parts in the area defined by the Region3, up to specified maxCount or 100, whichever is less
5482</string>
5483</Properties>
5484</Item>
5485<Item class="ReflectionMetadataMember">
5486<Properties>
5487<string name="Name">FindPartOnRay</string>
5488<string name="summary">
5489Return type is (BasePart, Vector3) if the ray hits. If it misses it will return (nil, PointAtEndOfRay)
5490</string>
5491</Properties>
5492</Item>
5493<Item class="ReflectionMetadataMember">
5494<Properties>
5495<string name="Name">FindPartOnRayWithIgnoreList</string>
5496<string name="summary">
5497Return type is (BasePart, Vector3) if the ray hits. If it misses it will return (nil, PointAtEndOfRay)
5498</string>
5499</Properties>
5500</Item>
5501</Item>
5502<Item class="ReflectionMetadataProperties">
5503<Item class="ReflectionMetadataMember">
5504<Properties>
5505<string name="Name">PGSPhysicsSolverEnabled</string>
5506<string name="summary">
5507Boolean used to enable the experimental physics solver
5508</string>
5509</Properties>
5510</Item>
5511<Item class="ReflectionMetadataMember">
5512<Properties>
5513<string name="Name">FallenPartsDestroyHeight</string>
5514<string name="summary">
5515Sets the height at which falling characters and parts are destroyed. This property is not scriptable and can only be set in Studio
5516</string>
5517</Properties>
5518</Item>
5519</Item>
5520</Item>
5521<Item class="ReflectionMetadataClass">
5522<Properties>
5523<string name="Name">BasePart</string>
5524<string name="summary">A structural class, not creatable</string>
5525<string name="ExplorerOrder">-1</string>
5526<bool name="Browsable">false</bool>
5527</Properties>
5528<Item class="ReflectionMetadataProperties">
5529<Item class="ReflectionMetadataMember">
5530<Properties>
5531<string name="Name">Color</string>
5532<string name="summary">Color3 of the part.</string>
5533</Properties>
5534</Item>
5535<Item class="ReflectionMetadataMember">
5536<Properties>
5537<string name="Name">CFrame</string>
5538<string name="summary">
5539Contains information regarding the Part's position and a matrix that defines the Part's rotation. Can read/write. <a href="http://wiki.roblox.com/index.php/Cframe" target="_blank">More info</a>
5540</string>
5541</Properties>
5542</Item>
5543<Item class="ReflectionMetadataMember">
5544<Properties>
5545<string name="Name">CanCollide</string>
5546<string name="summary">
5547Determines whether physical interactions with other Parts are respected. If true, will collide and react with physics to other Parts. If false, other parts will pass thru instead of colliding
5548</string>
5549</Properties>
5550</Item>
5551<Item class="ReflectionMetadataMember">
5552<Properties>
5553<string name="Name">Anchored</string>
5554<string name="summary">
5555Determines whether or not physics acts upon the Part. If true, part stays 'Anchored' in space, not moving regardless of any collision/forces acting upon it. If false, physics works normally on the part.
5556</string>
5557</Properties>
5558</Item>
5559<Item class="ReflectionMetadataMember">
5560<Properties>
5561<string name="Name">Elasticity</string>
5562<string name="summary">
5563A float value ranging from 0.0f to 1.0f. Sets how much the Part will rebound against another. a value of 1 is like a superball, and 0 is like a lead block.
5564</string>
5565<double name="UIMinimum">0</double>
5566<double name="UIMaximum">1</double>
5567</Properties>
5568</Item>
5569<Item class="ReflectionMetadataMember">
5570<Properties>
5571<string name="Name">Friction</string>
5572<string name="summary">
5573A float value ranging from 0.0f to 1.0f. Sets how much the Part will be able to slide. a value of 1 is no sliding, and 0 is no friction, so infinite sliding.
5574</string>
5575<double name="UIMinimum">0</double>
5576<double name="UIMaximum">2</double>
5577</Properties>
5578</Item>
5579<Item class="ReflectionMetadataMember">
5580<Properties>
5581<string name="Name">Locked</string>
5582<string name="summary">
5583Determines whether building tools (in-game and studio) can manipulate this Part. If true, no editing allowed. If false, editing is allowed.
5584</string>
5585</Properties>
5586</Item>
5587<Item class="ReflectionMetadataMember">
5588<Properties>
5589<string name="Name">Material</string>
5590<string name="summary">
5591Specifies the look and feel the Part should have. Note: this does not define the color the Part is, see BrickColor for that. <a href="http://wiki.roblox.com/index.php/Material" target="_blank">More info</a>
5592</string>
5593</Properties>
5594</Item>
5595<Item class="ReflectionMetadataMember">
5596<Properties>
5597<string name="Name">Reflectance</string>
5598<string name="summary">
5599Specifies how shiny the Part is. A value of 1 is completely reflective (chrome), while a value of 0 is no reflectance (concrete wall)
5600</string>
5601<double name="UIMinimum">0</double>
5602<double name="UIMaximum">1</double>
5603</Properties>
5604</Item>
5605<Item class="ReflectionMetadataMember">
5606<Properties>
5607<string name="Name">ResizeIncrement</string>
5608<string name="summary">
5609Sets the value for the smallest change in size allowable by the Resize(NormalId, int) function.
5610</string>
5611</Properties>
5612</Item>
5613<Item class="ReflectionMetadataMember">
5614<Properties>
5615<string name="Name">ResizeableFaces</string>
5616<string name="summary">
5617Sets the value for the faces allowed to be resized by the Resize(NormalId, int) function.
5618</string>
5619</Properties>
5620</Item>
5621<Item class="ReflectionMetadataMember">
5622<Properties>
5623<string name="Name">Transparency</string>
5624<string name="summary">
5625Sets how visible an object is. A value of 1 makes the object invisible, while a value of 0 makes the object opaque.
5626</string>
5627<double name="UIMinimum">0</double>
5628<double name="UIMaximum">1</double>
5629</Properties>
5630</Item>
5631<Item class="ReflectionMetadataMember">
5632<Properties>
5633<string name="Name">Velocity</string>
5634<string name="summary">
5635How fast the Part is traveling in studs/second. This property is NOT recommended to be modified directly, unless there is good reason. Otherwise, try using a BodyForce to move a Part.
5636</string>
5637</Properties>
5638</Item>
5639<Item class="ReflectionMetadataMember">
5640<Properties>
5641<string name="Name">PositionLocal</string>
5642<string name="summary">
5643Position relative to parent part, or global space if there is no parent.
5644</string>
5645</Properties>
5646</Item>
5647<Item class="ReflectionMetadataMember">
5648<Properties>
5649<string name="Name">OrientationLocal</string>
5650<string name="summary">
5651Orientation relative to parent part, or global space if there is no parent.
5652</string>
5653</Properties>
5654</Item>
5655<Item class="ReflectionMetadataMember">
5656<Properties>
5657<string name="Name">Orientation</string>
5658<string name="summary">
5659Rotation around X, Y, and Z axis. Rotations applied in YXZ order.
5660</string>
5661</Properties>
5662</Item>
5663<Item class="ReflectionMetadataMember">
5664<Properties>
5665<string name="Name">Rotation</string>
5666</Properties>
5667</Item>
5668<Item class="ReflectionMetadataMember">
5669<Properties>
5670<string name="Name">CenterOfMass</string>
5671</Properties>
5672</Item>
5673</Item>
5674<Item class="ReflectionMetadataFunctions">
5675<Item class="ReflectionMetadataMember">
5676<Properties>
5677<string name="Name">makeJoints</string>
5678<string name="summary">Use MakeJoints() instead</string>
5679<bool name="Deprecated">true</bool>
5680</Properties>
5681</Item>
5682<Item class="ReflectionMetadataMember">
5683<Properties>
5684<string name="Name">MakeJoints</string>
5685<string name="summary">
5686Creates the appropriate SurfaceJoints with all parts that are touching this Instance (including internal joints in the Instance, as in a Model). This uses the SurfaceTypes defined on the surfaces of parts to create the appropriate welds. <a href="http://wiki.roblox.com/index.php/MakeJoints" target="_blank">More info</a>
5687</string>
5688</Properties>
5689</Item>
5690<Item class="ReflectionMetadataMember">
5691<Properties>
5692<string name="Name">BreakJoints</string>
5693<string name="summary">
5694Destroys SurfaceJoints with all parts that are touching this Instance (including internal joints in the Instance, as in a Model).
5695</string>
5696</Properties>
5697</Item>
5698<Item class="ReflectionMetadataMember">
5699<Properties>
5700<string name="Name">GetMass</string>
5701<string name="summary">
5702Returns a number that is the mass of this Instance. Mass of a Part is immutable, and is changed only by the size of the Part.
5703</string>
5704</Properties>
5705</Item>
5706<Item class="ReflectionMetadataMember">
5707<Properties>
5708<string name="Name">Resize</string>
5709<string name="summary">
5710Resizes a Part in the direction of the face defined by 'NormalId', by the amount specified by 'deltaAmount'. If the operation will expand the part to intersect another Instance, the part will not resize at all. Return true if the call is successful, false otherwise.
5711</string>
5712</Properties>
5713</Item>
5714<Item class="ReflectionMetadataMember">
5715<Properties>
5716<string name="Name">getMass</string>
5717<string name="summary">Use GetMass() instead</string>
5718<bool name="Deprecated">true</bool>
5719</Properties>
5720</Item>
5721</Item>
5722<Item class="ReflectionMetadataEvents">
5723<Item class="ReflectionMetadataMember">
5724<Properties>
5725<string name="Name">OutfitChanged</string>
5726<bool name="Deprecated">true</bool>
5727</Properties>
5728</Item>
5729<Item class="ReflectionMetadataMember">
5730<Properties>
5731<string name="Name">LocalSimulationTouched</string>
5732<bool name="Deprecated">true</bool>
5733<string name="summary">Deprecated. Use Touched instead</string>
5734</Properties>
5735</Item>
5736<Item class="ReflectionMetadataMember">
5737<Properties>
5738<string name="Name">StoppedTouching</string>
5739<string name="summary">Deprecated. Use TouchEnded instead</string>
5740</Properties>
5741</Item>
5742<Item class="ReflectionMetadataMember">
5743<Properties>
5744<string name="Name">TouchEnded</string>
5745<string name="summary">Fired when the part stops touching another part</string>
5746</Properties>
5747</Item>
5748</Item>
5749</Item>
5750<Item class="ReflectionMetadataClass">
5751<Properties>
5752<string name="Name">Part</string>
5753<string name="ClassCategory">Parts</string>
5754<string name="summary">
5755A plastic building block - the fundamental component of ROBLOX
5756</string>
5757<string name="ExplorerOrder">11</string>
5758<string name="ExplorerImageIndex">1</string>
5759</Properties>
5760</Item>
5761<Item class="ReflectionMetadataClass">
5762<Properties>
5763<string name="Name">TrussPart</string>
5764<string name="ClassCategory">Parts</string>
5765<string name="summary">An extendable building truss</string>
5766<string name="ExplorerOrder">12</string>
5767<string name="ExplorerImageIndex">1</string>
5768</Properties>
5769</Item>
5770<Item class="ReflectionMetadataClass">
5771<Properties>
5772<string name="Name">WedgePart</string>
5773<string name="ClassCategory">Parts</string>
5774<string name="summary">A Wedge Part</string>
5775<string name="ExplorerOrder">12</string>
5776<string name="ExplorerImageIndex">1</string>
5777</Properties>
5778</Item>
5779<Item class="ReflectionMetadataClass">
5780<Properties>
5781<string name="Name">PrismPart</string>
5782<string name="summary">A Prism Part</string>
5783<bool name="Browsable">false</bool>
5784<bool name="Deprecated">true</bool>
5785<string name="ExplorerOrder">12</string>
5786<string name="ExplorerImageIndex">1</string>
5787</Properties>
5788</Item>
5789<Item class="ReflectionMetadataClass">
5790<Properties>
5791<string name="Name">PyramidPart</string>
5792<string name="summary">A Pyramid Part</string>
5793<bool name="Browsable">false</bool>
5794<bool name="Deprecated">true</bool>
5795<string name="ExplorerOrder">12</string>
5796<string name="ExplorerImageIndex">1</string>
5797</Properties>
5798</Item>
5799<Item class="ReflectionMetadataClass">
5800<Properties>
5801<string name="Name">ParallelRampPart</string>
5802<string name="summary">A ParallelRamp Part</string>
5803<bool name="Browsable">false</bool>
5804<bool name="Deprecated">true</bool>
5805<string name="ExplorerOrder">12</string>
5806<string name="ExplorerImageIndex">1</string>
5807</Properties>
5808</Item>
5809<Item class="ReflectionMetadataClass">
5810<Properties>
5811<string name="Name">RightAngleRampPart</string>
5812<string name="summary">A RightAngleRamp Part</string>
5813<bool name="Browsable">false</bool>
5814<bool name="Deprecated">true</bool>
5815<string name="ExplorerOrder">12</string>
5816<string name="ExplorerImageIndex">1</string>
5817</Properties>
5818</Item>
5819<Item class="ReflectionMetadataClass">
5820<Properties>
5821<string name="Name">CornerWedgePart</string>
5822<string name="ClassCategory">Parts</string>
5823<string name="summary">A CornerWedge Part</string>
5824<string name="ExplorerOrder">12</string>
5825<string name="ExplorerImageIndex">1</string>
5826</Properties>
5827</Item>
5828<Item class="ReflectionMetadataClass">
5829<Properties>
5830<string name="Name">PlayerGui</string>
5831<string name="summary">
5832A container instance that syncs data between a single player and the server. ScreenGui objects that are placed in this container will be shown to the Player parent only
5833</string>
5834<string name="ExplorerOrder">13</string>
5835<string name="ExplorerImageIndex">46</string>
5836</Properties>
5837<Item class="ReflectionMetadataProperties">
5838<Item class="ReflectionMetadataMember">
5839<Properties>
5840<string name="Name">SelectionImageObject</string>
5841<string name="summary">
5842Overrides the default selection adornment (used for gamepads). For best results, this should point to a GuiObject.
5843</string>
5844</Properties>
5845</Item>
5846</Item>
5847</Item>
5848<Item class="ReflectionMetadataClass">
5849<Properties>
5850<string name="Name">PlayerScripts</string>
5851<string name="summary">
5852A container instance that contains LocalScripts. LocalScript objects that are placed in this container will be exectue only when a Player is the parent.
5853</string>
5854<string name="ExplorerOrder">13</string>
5855<string name="ExplorerImageIndex">78</string>
5856</Properties>
5857</Item>
5858<Item class="ReflectionMetadataClass">
5859<Properties>
5860<string name="Name">StarterPlayerScripts</string>
5861<string name="summary">
5862A container instance that contains LocalScripts. LocalScript objects that are placed in this container will be copied to new Players on startup.
5863</string>
5864<string name="ExplorerOrder">13</string>
5865<string name="ExplorerImageIndex">78</string>
5866</Properties>
5867</Item>
5868<Item class="ReflectionMetadataClass">
5869<Properties>
5870<string name="Name">StarterCharacterScripts</string>
5871<string name="summary">
5872A container instance that contains LocalScripts. LocalScript objects that are placed in this container will be copied to new characters on startup.
5873</string>
5874<string name="ExplorerOrder">13</string>
5875<string name="ExplorerImageIndex">78</string>
5876</Properties>
5877</Item>
5878<Item class="ReflectionMetadataClass">
5879<Properties>
5880<string name="Name">GuiMain</string>
5881<string name="summary">Deprecated, please use ScreenGui</string>
5882<bool name="Deprecated">true</bool>
5883<string name="ExplorerOrder">14</string>
5884<string name="ExplorerImageIndex">47</string>
5885</Properties>
5886</Item>
5887<Item class="ReflectionMetadataClass">
5888<Properties>
5889<string name="Name">ScreenGui</string>
5890<string name="ClassCategory">GUI</string>
5891<string name="summary">
5892The core GUI object on which tools are built. Add Frames/Labels/Buttons to this object to have them rendered as a 2D overlay
5893</string>
5894<string name="ExplorerOrder">14</string>
5895<string name="ExplorerImageIndex">47</string>
5896<string name="PreferredParent">StarterGui</string>
5897</Properties>
5898</Item>
5899<Item class="ReflectionMetadataClass">
5900<Properties>
5901<string name="Name">FunctionalTest</string>
5902<string name="summary">Deprecated. Use TestService instead</string>
5903<bool name="Deprecated">true</bool>
5904<string name="ExplorerOrder">1</string>
5905</Properties>
5906</Item>
5907<Item class="ReflectionMetadataClass">
5908<Properties>
5909<string name="Name">BillboardGui</string>
5910<string name="ClassCategory">GUI</string>
5911<string name="summary">
5912A GUI that adorns an object in the 3D world. Add Frames/Labels/Buttons to this object to have them rendered while attached to a 3D object
5913</string>
5914<string name="ExplorerOrder">14</string>
5915<string name="ExplorerImageIndex">64</string>
5916<string name="PreferredParent">StarterGui</string>
5917</Properties>
5918<Item class="ReflectionMetadataProperties">
5919<Item class="ReflectionMetadataMember">
5920<Properties>
5921<string name="Name">Adornee</string>
5922<string name="summary">
5923The Object the billboard gui uses as its base to render from. Currently, the only way to set this property is thru a script, and must exist in the workspace. This will only render if the object assigned derives from BasePart.
5924</string>
5925</Properties>
5926</Item>
5927<Item class="ReflectionMetadataMember">
5928<Properties>
5929<string name="Name">AbsolutePosition</string>
5930<string name="summary">
5931A read-only Vector2 value that is the GuiObject's current position (x,y) in pixel space, from the top left corner of the GuiObject.
5932</string>
5933</Properties>
5934</Item>
5935<Item class="ReflectionMetadataMember">
5936<Properties>
5937<string name="Name">AbsoluteSize</string>
5938<string name="summary">
5939A read-only Vector2 value that is the GuiObject's current size (width, height) in pixel space.
5940</string>
5941</Properties>
5942</Item>
5943<Item class="ReflectionMetadataMember">
5944<Properties>
5945<string name="Name">Active</string>
5946<string name="summary">
5947If true, this GuiObject can fire mouse events and will pass them to any GuiObjects layered underneath, while false will do neither.
5948</string>
5949</Properties>
5950</Item>
5951<Item class="ReflectionMetadataMember">
5952<Properties>
5953<string name="Name">AlwaysOnTop</string>
5954<string name="summary">
5955If true, billboard gui does not get occluded by 3D objects, but always renders on the screen.
5956</string>
5957</Properties>
5958</Item>
5959<Item class="ReflectionMetadataMember">
5960<Properties>
5961<string name="Name">Enabled</string>
5962<string name="summary">
5963If true, billboard gui will render, otherwise rendering will be skipped.
5964</string>
5965</Properties>
5966</Item>
5967<Item class="ReflectionMetadataMember">
5968<Properties>
5969<string name="Name">ExtentsOffset</string>
5970<string name="summary">
5971A Vector3 (x,y,z) defined in studs that will offset the gui from the extents of the 3d object it is rendering from.
5972</string>
5973</Properties>
5974</Item>
5975<Item class="ReflectionMetadataMember">
5976<Properties>
5977<string name="Name">PlayerToHideFrom</string>
5978<string name="summary">
5979Specifies a Player that the BillboardGui will not render to.
5980</string>
5981</Properties>
5982</Item>
5983<Item class="ReflectionMetadataMember">
5984<Properties>
5985<string name="Name">StudsOffset</string>
5986<string name="summary">
5987A Vector3 (x,y,z) defined in studs that will offset the gui from the centroid of the 3d object it is rendering from
5988</string>
5989</Properties>
5990</Item>
5991<Item class="ReflectionMetadataMember">
5992<Properties>
5993<string name="Name">SizeOffset</string>
5994<string name="summary">
5995A Vector2 (x,y) defined in studs that will offset the gui size from it's current size.
5996</string>
5997</Properties>
5998</Item>
5999<Item class="ReflectionMetadataMember">
6000<Properties>
6001<string name="Name">Size</string>
6002<string name="summary">
6003A UDim2 value describing the size of the BillboardGui. More information on UDim2 is available <a href="http://wiki.roblox.com/index.php/UDim2" target="_blank">here</a>. Relative values are defined as one-to-one with studs.
6004</string>
6005</Properties>
6006</Item>
6007<Item class="ReflectionMetadataMember">
6008<Properties>
6009<string name="Name">LightInfluence</string>
6010<string name="summary">
6011Specifies the amount of influence lighting has on the billboard gui. A value of 0 is unlit, 1 is fully lit. Fractional values blend from unlit to lit.
6012</string>
6013<double name="UIMinimum">0</double>
6014<double name="UIMaximum">1</double>
6015</Properties>
6016</Item>
6017</Item>
6018</Item>
6019<Item class="ReflectionMetadataClass">
6020<Properties>
6021<string name="Name">SurfaceGui</string>
6022<string name="ClassCategory">GUI</string>
6023<string name="summary">
6024Renders its contained GuiObjects flat against the face of a part.
6025</string>
6026<string name="ExplorerOrder">14</string>
6027<string name="ExplorerImageIndex">64</string>
6028<string name="PreferredParent">StarterGui</string>
6029</Properties>
6030<Item class="ReflectionMetadataProperties">
6031<Item class="ReflectionMetadataMember">
6032<Properties>
6033<string name="Name">Adornee</string>
6034<string name="summary">
6035The Object the surface gui uses as its base to render from. Currently, the only way to set this property is thru a script, and must exist in the workspace. This will only render if the object assigned derives from BasePart.
6036</string>
6037</Properties>
6038</Item>
6039<Item class="ReflectionMetadataMember">
6040<Properties>
6041<string name="Name">Active</string>
6042<string name="summary">
6043If true, this GuiObject can fire mouse events and will pass them to any GuiObjects layered underneath, while false will do neither.
6044</string>
6045</Properties>
6046</Item>
6047<Item class="ReflectionMetadataMember">
6048<Properties>
6049<string name="Name">Enabled</string>
6050<string name="summary">
6051If true, surface gui will render, otherwise rendering will be skipped.
6052</string>
6053</Properties>
6054</Item>
6055<Item class="ReflectionMetadataMember">
6056<Properties>
6057<string name="Name">LightInfluence</string>
6058<string name="summary">
6059Specifies the amount of influence lighting has on the surface gui. A value of 0 is unlit, 1 is fully lit. Fractional values blend from unlit to lit.
6060</string>
6061<double name="UIMinimum">0</double>
6062<double name="UIMaximum">1</double>
6063</Properties>
6064</Item>
6065</Item>
6066</Item>
6067<Item class="ReflectionMetadataClass">
6068<Properties>
6069<string name="Name">GuiBase2d</string>
6070<bool name="Browsable">false</bool>
6071</Properties>
6072<Item class="ReflectionMetadataProperties">
6073<Item class="ReflectionMetadataMember">
6074<Properties>
6075<string name="Name">AbsolutePosition</string>
6076<string name="summary">
6077A read-only Vector2 value that is the GuiObject's current position (x,y) in pixel space, from the top left corner of the GuiObject.
6078</string>
6079</Properties>
6080</Item>
6081<Item class="ReflectionMetadataMember">
6082<Properties>
6083<string name="Name">AbsoluteSize</string>
6084<string name="summary">
6085A read-only Vector2 value that is the GuiObject's current size (width, height) in pixel space.
6086</string>
6087</Properties>
6088</Item>
6089</Item>
6090</Item>
6091<Item class="ReflectionMetadataClass">
6092<Properties>
6093<string name="Name">InputObject</string>
6094<string name="summary">
6095An object that describes a particular user input, such as mouse movement, touches, keyboard, and more.
6096</string>
6097</Properties>
6098<Item class="ReflectionMetadataProperties">
6099<Item class="ReflectionMetadataMember">
6100<Properties>
6101<string name="Name">UserInputType</string>
6102<string name="summary">
6103An enum that describes what kind of input this object is describing (mousebutton, touch, etc.). See Enum.UserInputType for more info.
6104</string>
6105</Properties>
6106</Item>
6107<Item class="ReflectionMetadataMember">
6108<Properties>
6109<string name="Name">UserInputState</string>
6110<string name="summary">
6111An enum that describes what state of a particular input (touch began, touch moved, touch ended, etc.). See Enum.UserInputState for more info.
6112</string>
6113</Properties>
6114</Item>
6115<Item class="ReflectionMetadataMember">
6116<Properties>
6117<string name="Name">Position</string>
6118<string name="summary">
6119A Vector3 value that describes a positional value of this input. For mouse and touch input, this is the screen position of the mouse/touch, described in the x and y components. For mouse wheel input, the z component describes whether the wheel was moved forward or backward.
6120</string>
6121</Properties>
6122</Item>
6123<Item class="ReflectionMetadataMember">
6124<Properties>
6125<string name="Name">KeyCode</string>
6126<string name="summary">
6127An enum that describes what kind of input is being pressed. For types of input like Keyboard, this describes what key was pressed. For input like mousebutton, this provides no additional information.
6128</string>
6129</Properties>
6130</Item>
6131</Item>
6132</Item>
6133<Item class="ReflectionMetadataClass">
6134<Properties>
6135<string name="Name">GuiObject</string>
6136<bool name="Browsable">false</bool>
6137</Properties>
6138<Item class="ReflectionMetadataFunctions">
6139<Item class="ReflectionMetadataMember">
6140<Properties>
6141<string name="Name">TweenPosition</string>
6142<string name="summary">
6143Smoothly moves a GuiObject from its current position to 'endPosition'. The only required argument is 'endPosition'. <a href="http://wiki.roblox.com/index.php/TweenPosition" target="_blank">More info</a>
6144</string>
6145</Properties>
6146</Item>
6147<Item class="ReflectionMetadataMember">
6148<Properties>
6149<string name="Name">TweenSize</string>
6150<string name="summary">
6151Smoothly translates a GuiObject's current size to 'endSize'. The only required argument is 'endSize'. <a href="http://wiki.roblox.com/index.php/TweenSize" target="_blank">More info</a>
6152</string>
6153</Properties>
6154</Item>
6155<Item class="ReflectionMetadataMember">
6156<Properties>
6157<string name="Name">TweenSizeAndPosition</string>
6158<string name="summary">
6159Smoothly translates a GuiObject's current size to 'endSize', and also smoothly translates the GuiObject's current position to 'endPosition'. The only required arguments are 'endSize' and 'endPosition'. <a href="http://wiki.roblox.com/index.php/TweenSizeAndPosition" target="_blank">More info</a>
6160</string>
6161</Properties>
6162</Item>
6163</Item>
6164<Item class="ReflectionMetadataProperties">
6165<Item class="ReflectionMetadataMember">
6166<Properties>
6167<string name="Name">Active</string>
6168<string name="summary">
6169If true, this GuiObject can fire mouse events and will pass them to any GuiObjects layered underneath, while false will do neither.
6170</string>
6171</Properties>
6172</Item>
6173<Item class="ReflectionMetadataMember">
6174<Properties>
6175<string name="Name">BackgroundColor3</string>
6176<string name="summary">
6177A Color3 value that specifies the background color for the GuiObject. This value is ignored if the Style property (not found on all GuiObjects) is set to something besides custom.
6178</string>
6179</Properties>
6180</Item>
6181<Item class="ReflectionMetadataMember">
6182<Properties>
6183<string name="Name">BackgroundTransparency</string>
6184<string name="summary">
6185A number value that specifies how transparent the background of the GuiObject is. This value is ignored if the Style property (not found on all GuiObjects) is set to something besides custom.
6186</string>
6187<double name="UIMinimum">0</double>
6188<double name="UIMaximum">1</double>
6189</Properties>
6190</Item>
6191<Item class="ReflectionMetadataMember">
6192<Properties>
6193<string name="Name">BorderColor3</string>
6194<string name="summary">
6195A Color3 value that specifies the color of the outline of the GuiObject. This value is ignored if the Style property (not found on all GuiObjects) is set to something besides custom.
6196</string>
6197</Properties>
6198</Item>
6199<Item class="ReflectionMetadataMember">
6200<Properties>
6201<string name="Name">BorderSizePixel</string>
6202<string name="summary">
6203A number value that specifies the thickness (in pixels) of the outline of the GuiObject. Currently this value can only be set to either 0 or 1, any other number has no effect. This value is ignored if the Style property (not found on all GuiObjects) is set to something besides custom.
6204</string>
6205</Properties>
6206</Item>
6207<Item class="ReflectionMetadataMember">
6208<Properties>
6209<string name="Name">ClipsDescendants</string>
6210<string name="summary">
6211If set to true, any descendants of this GuiObject will only render if contained within it's borders. If set to false, all descendants will render regardless of position.
6212</string>
6213</Properties>
6214</Item>
6215<Item class="ReflectionMetadataMember">
6216<Properties>
6217<string name="Name">Draggable</string>
6218<string name="summary">
6219If true, allows a GuiObject to be dragged by the user's mouse. The events 'DragBegin' and 'DragStopped' are fired when the appropriate action happens, and only will fire on Draggable=true GuiObjects.
6220</string>
6221</Properties>
6222</Item>
6223<Item class="ReflectionMetadataMember">
6224<Properties>
6225<string name="Name">Size</string>
6226<string name="summary">
6227A UDim2 value describing the size of the GuiObject on screen in both absolute and relative coordinates. More information on UDim2 is available <a href="http://wiki.roblox.com/index.php/UDim2" target="_blank">here</a>.
6228</string>
6229</Properties>
6230</Item>
6231<Item class="ReflectionMetadataMember">
6232<Properties>
6233<string name="Name">Position</string>
6234<string name="summary">
6235A UDim2 value describing the position of the top-left corner of the GuiObject on screen. More information on UDim2 is available <a href="http://wiki.roblox.com/index.php/UDim2" target="_blank">here</a>.
6236</string>
6237</Properties>
6238</Item>
6239<Item class="ReflectionMetadataMember">
6240<Properties>
6241<string name="Name">SizeConstraint</string>
6242<string name="summary">
6243The direction(s) that an object can be resized in. <a href="http://wiki.roblox.com/index.php/SizeConstraint" target="_blank">More info</a>.
6244</string>
6245</Properties>
6246</Item>
6247<Item class="ReflectionMetadataMember">
6248<Properties>
6249<string name="Name">ZIndex</string>
6250<string name="summary">
6251Describes the ordering in which overlapping GuiObjects will be drawn. A value of 1 is drawn first, while higher values are drawn in ascending order (each value draws over the last).
6252</string>
6253</Properties>
6254</Item>
6255<Item class="ReflectionMetadataMember">
6256<Properties>
6257<string name="Name">BackgroundColor</string>
6258<bool name="Deprecated">true</bool>
6259<string name="summary">Deprecated. Use BackgroundColor3 instead</string>
6260</Properties>
6261</Item>
6262<Item class="ReflectionMetadataMember">
6263<Properties>
6264<string name="Name">BorderColor</string>
6265<bool name="Deprecated">true</bool>
6266<string name="summary">Deprecated. Use BorderColor3 instead</string>
6267</Properties>
6268</Item>
6269<Item class="ReflectionMetadataMember">
6270<Properties>
6271<string name="Name">SelectionImageObject</string>
6272<string name="summary">
6273Overrides the default selection adornment (used for gamepads). For best results, this should point to a GuiObject.
6274</string>
6275</Properties>
6276</Item>
6277</Item>
6278<Item class="ReflectionMetadataEvents">
6279<Item class="ReflectionMetadataMember">
6280<Properties>
6281<string name="Name">DragBegin</string>
6282<string name="summary">
6283Fired when a GuiObject with Draggable set to true starts to be dragged. 'InitialPosition' is a UDim2 value of the position of the GuiObject before any drag operation began.
6284</string>
6285</Properties>
6286</Item>
6287<Item class="ReflectionMetadataMember">
6288<Properties>
6289<string name="Name">DragStopped</string>
6290<string name="summary">
6291Always fired after a DragBegin event, DragStopped is fired when the user releases the mouse button causing a drag operation on the GuiObject. Arguments 'x', and 'y' specify the top-left absolute position of the GuiObject when the event is fired.
6292</string>
6293</Properties>
6294</Item>
6295<Item class="ReflectionMetadataMember">
6296<Properties>
6297<string name="Name">MouseEnter</string>
6298<string name="summary">
6299Fired when the mouse enters a GuiObject, as long as the GuiObject is active (see active property for more detail). Arguments 'x', and 'y' specify the absolute pixel position of the mouse.
6300</string>
6301</Properties>
6302</Item>
6303<Item class="ReflectionMetadataMember">
6304<Properties>
6305<string name="Name">MouseLeave</string>
6306<string name="summary">
6307Fired when the mouse leaves a GuiObject, as long as the GuiObject is active (see active property for more detail). Arguments 'x', and 'y' specify the absolute pixel position of the mouse.
6308</string>
6309</Properties>
6310</Item>
6311<Item class="ReflectionMetadataMember">
6312<Properties>
6313<string name="Name">MouseMoved</string>
6314<string name="summary">
6315Fired when the mouse is inside a GuiObject and moves, as long as the GuiObject is active (see active property for more detail). Arguments 'x', and 'y' specify the absolute pixel position of the mouse.
6316</string>
6317</Properties>
6318</Item>
6319<Item class="ReflectionMetadataMember">
6320<Properties>
6321<string name="Name">TouchTap</string>
6322<string name="summary">
6323Fired when a user taps their finger on a TouchEnabled device. 'touchPositions' is a Lua array of Vector2, each indicating the position of all the fingers involved in the tap gesture. This event only fires locally. This event will always fire regardless of game state.
6324</string>
6325</Properties>
6326</Item>
6327<Item class="ReflectionMetadataMember">
6328<Properties>
6329<string name="Name">TouchPinch</string>
6330<string name="summary">
6331Fired when a user pinches their fingers on a TouchEnabled device. 'touchPositions' is a Lua array of Vector2, each indicating the position of all the fingers involved in the pinch gesture. 'scale' is a float that indicates the difference from the beginning of the pinch gesture. 'velocity' is a float indicating how quickly the pinch gesture is happening. 'state' indicates the Enum.UserInputState of the gesture. This event only fires locally.
6332</string>
6333</Properties>
6334</Item>
6335<Item class="ReflectionMetadataMember">
6336<Properties>
6337<string name="Name">TouchSwipe</string>
6338<string name="summary">
6339Fired when a user swipes their fingers on a TouchEnabled device. 'swipeDirection' is an Enum.SwipeDirection, indicating the direction the user swiped. 'numberOfTouches' is an int that indicates how many touches were involved with the gesture. This event only fires locally.
6340</string>
6341</Properties>
6342</Item>
6343<Item class="ReflectionMetadataMember">
6344<Properties>
6345<string name="Name">TouchLongPress</string>
6346<string name="summary">
6347Fired when a user holds at least one finger for a short amount of time on the same screen position on a TouchEnabled device. 'touchPositions' is a Lua array of Vector2, each indicating the position of all the fingers involved in the gesture. 'state' indicates the Enum.UserInputState of the gesture. This event only fires locally.
6348</string>
6349</Properties>
6350</Item>
6351<Item class="ReflectionMetadataMember">
6352<Properties>
6353<string name="Name">TouchRotate</string>
6354<string name="summary">
6355Fired when a user rotates two fingers on a TouchEnabled device. 'touchPositions' is a Lua array of Vector2, each indicating the position of all the fingers involved in the gesture. 'rotation' is a float indicating how much the rotation has gone from the start of the gesture. 'velocity' is a float that indicates how quickly the gesture is being performed. 'state' indicates the Enum.UserInputState of the gesture. This event only fires locally.
6356</string>
6357</Properties>
6358</Item>
6359<Item class="ReflectionMetadataMember">
6360<Properties>
6361<string name="Name">TouchPan</string>
6362<string name="summary">
6363Fired when a user drags at least one finger on a TouchEnabled device. 'touchPositions' is a Lua array of Vector2, each indicating the position of all the fingers involved in the gesture. 'totalTranslation' is a Vector2, indicating how far the pan gesture has gone from its starting point. 'velocity' is a Vector2 that indicates how quickly the gesture is being performed in each dimension. 'state' indicates the Enum.UserInputState of the gesture.
6364</string>
6365</Properties>
6366</Item>
6367<Item class="ReflectionMetadataMember">
6368<Properties>
6369<string name="Name">InputBegan</string>
6370<string name="summary">
6371Fired when a user begins interacting via a Human-Computer Interface device (Mouse button down, touch begin, keyboard button down, etc.). 'inputObject' is an InputObject, which contains useful data for querying user input. This event only fires locally.
6372</string>
6373</Properties>
6374</Item>
6375<Item class="ReflectionMetadataMember">
6376<Properties>
6377<string name="Name">InputChanged</string>
6378<string name="summary">
6379Fired when a user changes interacting via a Human-Computer Interface device (Mouse move, touch move, mouse wheel, etc.). 'inputObject' is an InputObject, which contains useful data for querying user input. This event only fires locally.
6380</string>
6381</Properties>
6382</Item>
6383<Item class="ReflectionMetadataMember">
6384<Properties>
6385<string name="Name">InputEnded</string>
6386<string name="summary">
6387Fired when a user stops interacting via a Human-Computer Interface device (Mouse button up, touch end, keyboard button up, etc.). 'inputObject' is an InputObject, which contains useful data for querying user input. This event only fires locally.
6388</string>
6389</Properties>
6390</Item>
6391</Item>
6392</Item>
6393<Item class="ReflectionMetadataClass">
6394<Properties>
6395<string name="Name">Frame</string>
6396<string name="ClassCategory">GUI</string>
6397<string name="summary">
6398A container object used to layout other GUI objects
6399</string>
6400<string name="ExplorerOrder">15</string>
6401<string name="ExplorerImageIndex">48</string>
6402<string name="PreferredParent">StarterGui</string>
6403</Properties>
6404<Item class="ReflectionMetadataProperties">
6405<Item class="ReflectionMetadataMember">
6406<Properties>
6407<string name="Name">Style</string>
6408<string name="summary">
6409Determines how a frame will look. Uses Enum.FrameStyle. <a href="http://wiki.roblox.com/index.php?title=API:Enum/FrameStyle" target="_blank">More info</a>
6410</string>
6411</Properties>
6412</Item>
6413</Item>
6414</Item>
6415<Item class="ReflectionMetadataClass">
6416<Properties>
6417<string name="Name">ScrollingFrame</string>
6418<string name="ClassCategory">GUI</string>
6419<string name="summary">
6420A container object used to layout other GUI objects, and allows for scrolling.
6421</string>
6422<string name="ExplorerOrder">15</string>
6423<string name="ExplorerImageIndex">48</string>
6424<string name="PreferredParent">StarterGui</string>
6425</Properties>
6426<Item class="ReflectionMetadataProperties">
6427<Item class="ReflectionMetadataMember">
6428<Properties>
6429<string name="Name">ScrollingEnabled</string>
6430<string name="summary">
6431Determines whether or not scrolling is allowed on this frame. If turned off, no scroll bars will be rendered.
6432</string>
6433</Properties>
6434</Item>
6435<Item class="ReflectionMetadataMember">
6436<Properties>
6437<string name="Name">CanvasSize</string>
6438<string name="summary">
6439Determines the size of the area that is scrollable. The UDim2 is calculated using the parent gui's size, similar to the regular Size property on gui objects.
6440</string>
6441</Properties>
6442</Item>
6443<Item class="ReflectionMetadataMember">
6444<Properties>
6445<string name="Name">CanvasPosition</string>
6446<string name="summary">
6447The absolute position the scroll frame is in respect to the canvas size. The minimum this can be set to is (0,0), while the max is the absolute canvas size - AbsoluteWindowSize.
6448</string>
6449</Properties>
6450</Item>
6451<Item class="ReflectionMetadataMember">
6452<Properties>
6453<string name="Name">AbsoluteWindowSize</string>
6454<string name="summary">
6455The size in pixels of the frame, without the scrollbars.
6456</string>
6457</Properties>
6458</Item>
6459<Item class="ReflectionMetadataMember">
6460<Properties>
6461<string name="Name">ScrollBarThickness</string>
6462<string name="summary">
6463How thick the scroll bar appears. This applies to both the horizontal and vertical scroll bars. Can be set to 0 for no bars render.
6464</string>
6465</Properties>
6466</Item>
6467<Item class="ReflectionMetadataMember">
6468<Properties>
6469<string name="Name">TopImage</string>
6470<string name="summary">
6471The "Up" image on the vertical scrollbar. Size of this is always ScrollBarThickness by ScrollBarThickness. This is also used as the "left" image on the horizontal scroll bar.
6472</string>
6473</Properties>
6474</Item>
6475<Item class="ReflectionMetadataMember">
6476<Properties>
6477<string name="Name">MidImage</string>
6478<string name="summary">
6479The "Middle" image on the vertical scrollbar. Size of this can vary in the y direction, but is always set at ScrollBarThickness in x direction. This is also used as the "mid" image on the horizontal scroll bar.
6480</string>
6481</Properties>
6482</Item>
6483<Item class="ReflectionMetadataMember">
6484<Properties>
6485<string name="Name">BottomImage</string>
6486<string name="summary">
6487The "Down" image on the vertical scrollbar. Size of this is always ScrollBarThickness by ScrollBarThickness. This is also used as the "right" image on the horizontal scroll bar.
6488</string>
6489</Properties>
6490</Item>
6491</Item>
6492</Item>
6493<Item class="ReflectionMetadataClass">
6494<Properties>
6495<string name="Name">ImageLabel</string>
6496<string name="ClassCategory">GUI</string>
6497<string name="summary">A GUI object containing an Image</string>
6498<string name="ExplorerOrder">18</string>
6499<string name="ExplorerImageIndex">49</string>
6500<string name="PreferredParent">StarterGui</string>
6501</Properties>
6502<Item class="ReflectionMetadataProperties">
6503<Item class="ReflectionMetadataMember">
6504<Properties>
6505<string name="Name">Image</string>
6506<string name="summary">
6507Specifies the id of the texture to display. <a href="http://wiki.roblox.com/index.php?title=API:Class/ImageLabel/Image" target="_blank">More info</a>
6508</string>
6509</Properties>
6510</Item>
6511<Item class="ReflectionMetadataMember">
6512<Properties>
6513<string name="Name">ScaleType</string>
6514<string name="summary">
6515Specifies how an image should be displayed. See ScaleType for more info.
6516</string>
6517</Properties>
6518</Item>
6519<Item class="ReflectionMetadataMember">
6520<Properties>
6521<string name="Name">SliceCenter</string>
6522<string name="summary">
6523If ScaleType is set to Slice, this Rect is used to specify the central part of the image. Everything outside of this is considered to be the border.
6524</string>
6525</Properties>
6526</Item>
6527<Item class="ReflectionMetadataMember">
6528<Properties>
6529<string name="Name">TileSize</string>
6530<string name="summary">
6531If ScaleType is set to Tile, this sets the size of the tile.
6532</string>
6533</Properties>
6534</Item>
6535</Item>
6536</Item>
6537<Item class="ReflectionMetadataClass">
6538<Properties>
6539<string name="Name">TextLabel</string>
6540<string name="ClassCategory">GUI</string>
6541<string name="summary">A GUI object containing text</string>
6542<string name="ExplorerOrder">19</string>
6543<string name="ExplorerImageIndex">50</string>
6544<string name="PreferredParent">StarterGui</string>
6545</Properties>
6546<Item class="ReflectionMetadataProperties">
6547<Item class="ReflectionMetadataMember">
6548<Properties>
6549<string name="Name">TextColor</string>
6550<bool name="Deprecated">true</bool>
6551<string name="summary">Deprecated. Use TextColor3 instead</string>
6552</Properties>
6553</Item>
6554</Item>
6555</Item>
6556<Item class="ReflectionMetadataClass">
6557<Properties>
6558<string name="Name">TextButton</string>
6559<string name="ClassCategory">GUI</string>
6560<string name="summary">A GUI button containing text</string>
6561<string name="ExplorerOrder">17</string>
6562<string name="ExplorerImageIndex">51</string>
6563<string name="PreferredParent">StarterGui</string>
6564</Properties>
6565<Item class="ReflectionMetadataProperties">
6566<Item class="ReflectionMetadataMember">
6567<Properties>
6568<string name="Name">TextColor</string>
6569<bool name="Deprecated">true</bool>
6570<string name="summary">Deprecated. Use TextColor3 instead</string>
6571</Properties>
6572</Item>
6573</Item>
6574</Item>
6575<Item class="ReflectionMetadataClass">
6576<Properties>
6577<string name="Name">TextBox</string>
6578<string name="ClassCategory">GUI</string>
6579<string name="summary">A text entry box</string>
6580<string name="ExplorerOrder">17</string>
6581<string name="ExplorerImageIndex">51</string>
6582<string name="PreferredParent">StarterGui</string>
6583</Properties>
6584<Item class="ReflectionMetadataProperties">
6585<Item class="ReflectionMetadataMember">
6586<Properties>
6587<string name="Name">TextColor</string>
6588<bool name="Deprecated">true</bool>
6589<string name="summary">Deprecated. Use TextColor3 instead</string>
6590</Properties>
6591</Item>
6592</Item>
6593</Item>
6594<Item class="ReflectionMetadataClass">
6595<Properties>
6596<string name="Name">GuiButton</string>
6597<string name="ClassCategory">GUI</string>
6598<string name="summary">A GUI button containing an Image</string>
6599<bool name="Browsable">false</bool>
6600<string name="ExplorerOrder">16</string>
6601<string name="ExplorerImageIndex">52</string>
6602</Properties>
6603<Item class="ReflectionMetadataProperties">
6604<Item class="ReflectionMetadataMember">
6605<Properties>
6606<string name="Name">AutoButtonColor</string>
6607<string name="summary">
6608Determines whether a button changes color automatically when reacting to mouse events.
6609</string>
6610</Properties>
6611</Item>
6612<Item class="ReflectionMetadataMember">
6613<Properties>
6614<string name="Name">Modal</string>
6615<string name="summary">
6616Allows the mouse to be free in first person mode. If a button with this property set to true is visible, the mouse is 'free' in first person mode.
6617</string>
6618</Properties>
6619</Item>
6620<Item class="ReflectionMetadataMember">
6621<Properties>
6622<string name="Name">Style</string>
6623<string name="summary">
6624Determines how a button will look, including mouse event states. Uses Enum.ButtonStyle. <a href="http://wiki.roblox.com/index.php?title=API:Class/GuiButton/Style" target="_blank">More info</a>
6625</string>
6626</Properties>
6627</Item>
6628</Item>
6629<Item class="ReflectionMetadataEvents">
6630<Item class="ReflectionMetadataMember">
6631<Properties>
6632<string name="Name">MouseButton1Click</string>
6633<string name="summary">
6634Fired when the mouse is over the button, and the mouse down and up events fire without the mouse leaving the button.
6635</string>
6636</Properties>
6637</Item>
6638<Item class="ReflectionMetadataMember">
6639<Properties>
6640<string name="Name">MouseButton1Down</string>
6641<string name="summary">
6642Fired when the mouse button is pushed down on a button.
6643</string>
6644</Properties>
6645</Item>
6646<Item class="ReflectionMetadataMember">
6647<Properties>
6648<string name="Name">MouseButton1Up</string>
6649<string name="summary">
6650Fired when the mouse button is released on a button.
6651</string>
6652</Properties>
6653</Item>
6654<Item class="ReflectionMetadataMember">
6655<Properties>
6656<string name="Name">MouseButton2Click</string>
6657<string name="summary">This function currently does not work :(</string>
6658</Properties>
6659</Item>
6660<Item class="ReflectionMetadataMember">
6661<Properties>
6662<string name="Name">MouseButton2Down</string>
6663<string name="summary">This function currently does not work :(</string>
6664</Properties>
6665</Item>
6666<Item class="ReflectionMetadataMember">
6667<Properties>
6668<string name="Name">MouseButton2Up</string>
6669<string name="summary">This function currently does not work :(</string>
6670</Properties>
6671</Item>
6672</Item>
6673</Item>
6674<Item class="ReflectionMetadataClass">
6675<Properties>
6676<string name="Name">ImageButton</string>
6677<string name="ClassCategory">GUI</string>
6678<string name="summary">A GUI button containing an Image</string>
6679<string name="ExplorerOrder">16</string>
6680<string name="ExplorerImageIndex">52</string>
6681<string name="PreferredParent">StarterGui</string>
6682</Properties>
6683<Item class="ReflectionMetadataProperties">
6684<Item class="ReflectionMetadataMember">
6685<Properties>
6686<string name="Name">Image</string>
6687<string name="summary">
6688Specifies the asset id of the texture to display. <a href="http://wiki.roblox.com/index.php?title=API:Class/ImageButton/Image" target="_blank">More info</a>
6689</string>
6690</Properties>
6691</Item>
6692<Item class="ReflectionMetadataMember">
6693<Properties>
6694<string name="Name">ScaleType</string>
6695<string name="summary">
6696Specifies how an image should be displayed. See ScaleType for more info.
6697</string>
6698</Properties>
6699</Item>
6700<Item class="ReflectionMetadataMember">
6701<Properties>
6702<string name="Name">SliceCenter</string>
6703<string name="summary">
6704If ScaleType is set to Slice, this Rect is used to specify the central part of the image. Everything outside of this is considered to be the border.
6705</string>
6706</Properties>
6707</Item>
6708<Item class="ReflectionMetadataMember">
6709<Properties>
6710<string name="Name">TileSize</string>
6711<string name="summary">
6712If ScaleType is set to Tile, this sets the size of the tile.
6713</string>
6714</Properties>
6715</Item>
6716</Item>
6717</Item>
6718<Item class="ReflectionMetadataClass">
6719<Properties>
6720<string name="Name">Handles</string>
6721<string name="ClassCategory">Adornments</string>
6722<string name="summary">A 3D GUI object to represent draggable handles</string>
6723<string name="ExplorerOrder">19</string>
6724<string name="ExplorerImageIndex">53</string>
6725</Properties>
6726</Item>
6727<Item class="ReflectionMetadataClass">
6728<Properties>
6729<string name="Name">ArcHandles</string>
6730<string name="ClassCategory">Adornments</string>
6731<string name="summary">A 3D GUI object to represent draggable arc handles</string>
6732<string name="ExplorerOrder">20</string>
6733<string name="ExplorerImageIndex">56</string>
6734</Properties>
6735</Item>
6736<Item class="ReflectionMetadataClass">
6737<Properties>
6738<string name="Name">SelectionBox</string>
6739<string name="ClassCategory">Adornments</string>
6740<string name="summary">
6741A 3D GUI object to represent the visible selection around an object
6742</string>
6743<string name="ExplorerOrder">21</string>
6744<string name="ExplorerImageIndex">54</string>
6745</Properties>
6746</Item>
6747<Item class="ReflectionMetadataClass">
6748<Properties>
6749<string name="Name">SelectionSphere</string>
6750<string name="ClassCategory">Adornments</string>
6751<string name="summary">
6752A 3D GUI object to represent the visible selection around an object
6753</string>
6754<string name="ExplorerOrder">21</string>
6755<string name="ExplorerImageIndex">54</string>
6756</Properties>
6757</Item>
6758<Item class="ReflectionMetadataClass">
6759<Properties>
6760<string name="Name">SurfaceSelection</string>
6761<string name="ClassCategory">Adornments</string>
6762<string name="summary">
6763A 3D GUI object to represent the visible selection around a face of an object
6764</string>
6765<string name="ExplorerOrder">21</string>
6766<string name="ExplorerImageIndex">55</string>
6767</Properties>
6768</Item>
6769<Item class="ReflectionMetadataClass">
6770<Properties>
6771<string name="Name">Configuration</string>
6772<string name="summary">
6773An object that can be placed under parts to hold Value objects that represent that part's configuration
6774</string>
6775<string name="ExplorerOrder">22</string>
6776<string name="ExplorerImageIndex">58</string>
6777</Properties>
6778</Item>
6779<Item class="ReflectionMetadataClass">
6780<Properties>
6781<string name="Name">Folder</string>
6782<string name="ClassCategory">Scripts</string>
6783<string name="summary">
6784An object that can be created to hold and organize objects
6785</string>
6786<string name="ExplorerOrder">1</string>
6787<string name="ExplorerImageIndex">77</string>
6788</Properties>
6789</Item>
6790<Item class="ReflectionMetadataClass">
6791<Properties>
6792<string name="Name">SelectionPartLasso</string>
6793<bool name="Deprecated">true</bool>
6794<string name="summary">
6795A visual line drawn representation between two part objects
6796</string>
6797<string name="ExplorerOrder">22</string>
6798<string name="ExplorerImageIndex">57</string>
6799</Properties>
6800</Item>
6801<Item class="ReflectionMetadataClass">
6802<Properties>
6803<string name="Name">SelectionPointLasso</string>
6804<bool name="Deprecated">true</bool>
6805<string name="summary">
6806A visual line drawn representation between two positions
6807</string>
6808<string name="ExplorerOrder">22</string>
6809<string name="ExplorerImageIndex">57</string>
6810</Properties>
6811</Item>
6812<Item class="ReflectionMetadataClass">
6813<Properties>
6814<string name="Name">PartPairLasso</string>
6815<string name="summary">
6816A visual line drawn representation between two parts.
6817</string>
6818<string name="ExplorerOrder">22</string>
6819<string name="ExplorerImageIndex">57</string>
6820</Properties>
6821</Item>
6822<Item class="ReflectionMetadataClass">
6823<Properties>
6824<string name="Name">Pose</string>
6825<string name="summary">
6826The pose of a joint relative to it's parent part in a keyframe
6827</string>
6828<string name="ExplorerOrder">22</string>
6829<string name="ExplorerImageIndex">60</string>
6830</Properties>
6831</Item>
6832<Item class="ReflectionMetadataClass">
6833<Properties>
6834<string name="Name">Keyframe</string>
6835<string name="summary">One keyframe of an animation</string>
6836<string name="ExplorerOrder">22</string>
6837<string name="ExplorerImageIndex">60</string>
6838</Properties>
6839</Item>
6840<Item class="ReflectionMetadataClass">
6841<Properties>
6842<string name="Name">Animation</string>
6843<string name="ClassCategory">Animations</string>
6844<string name="summary">
6845Represents a linked animation object, containing keyframes and poses.
6846</string>
6847<string name="ExplorerOrder">22</string>
6848<string name="ExplorerImageIndex">60</string>
6849</Properties>
6850</Item>
6851<Item class="ReflectionMetadataClass">
6852<Properties>
6853<string name="Name">AnimationTrack</string>
6854<string name="summary">
6855Returned by a call to LoadAnimation. Controls the playback of an animation on a Humanoid.
6856</string>
6857<string name="ExplorerOrder">22</string>
6858<string name="ExplorerImageIndex">60</string>
6859</Properties>
6860</Item>
6861<Item class="ReflectionMetadataClass">
6862<Properties>
6863<string name="Name">AnimationController</string>
6864<string name="ClassCategory">Animations</string>
6865<string name="summary">
6866Allows animations to be played on joints of the parent object.
6867</string>
6868<string name="ExplorerOrder">22</string>
6869<string name="ExplorerImageIndex">60</string>
6870</Properties>
6871</Item>
6872<Item class="ReflectionMetadataClass">
6873<Properties>
6874<string name="Name">CharacterMesh</string>
6875<string name="ClassCategory">Meshes</string>
6876<string name="summary">Modifies the appearance of a body part.</string>
6877<string name="ExplorerOrder">22</string>
6878<string name="ExplorerImageIndex">60</string>
6879</Properties>
6880</Item>
6881<Item class="ReflectionMetadataClass">
6882<Properties>
6883<string name="Name">Dialog</string>
6884<string name="ClassCategory">3D Interfaces</string>
6885<string name="summary">
6886An object used to make dialog trees to converse with players
6887</string>
6888<string name="ExplorerOrder">22</string>
6889<string name="ExplorerImageIndex">62</string>
6890</Properties>
6891<Item class="ReflectionMetadataProperties">
6892<Item class="ReflectionMetadataMember">
6893<Properties>
6894<string name="Name">ConversationDistance</string>
6895<string name="summary">
6896The maximum distance that the player's character can be from the dialog's parent in order to use the dialog.
6897</string>
6898</Properties>
6899</Item>
6900<Item class="ReflectionMetadataMember">
6901<Properties>
6902<string name="Name">GoodbyeChoiceActive</string>
6903<string name="summary">
6904Indicates whether or not an extra choice is available for the player to exit the dialog tree at this node.
6905</string>
6906</Properties>
6907</Item>
6908<Item class="ReflectionMetadataMember">
6909<Properties>
6910<string name="Name">GoodbyeDialog</string>
6911<string name="summary">
6912The prompt text for an extra choice that allows the player to exit the dialog tree at this node.
6913</string>
6914</Properties>
6915</Item>
6916<Item class="ReflectionMetadataMember">
6917<Properties>
6918<string name="Name">InUse</string>
6919<string name="summary">
6920Indicates whether or not the dialog is currently being used by one or more players.
6921</string>
6922</Properties>
6923</Item>
6924<Item class="ReflectionMetadataMember">
6925<Properties>
6926<string name="Name">InitialPrompt</string>
6927<string name="summary">
6928The chat message that is displayed to the player when they first activate the dialog.
6929</string>
6930</Properties>
6931</Item>
6932<Item class="ReflectionMetadataMember">
6933<Properties>
6934<string name="Name">Purpose</string>
6935<string name="summary">
6936Describes the purpose of the dialog, which is used to display a relevant icon on the dialog's activation button.
6937</string>
6938</Properties>
6939</Item>
6940<Item class="ReflectionMetadataMember">
6941<Properties>
6942<string name="Name">Tone</string>
6943<string name="summary">
6944Describes the tone of the dialog, which is used to display a relevant color in the dialog interface.
6945</string>
6946</Properties>
6947</Item>
6948<Item class="ReflectionMetadataMember">
6949<Properties>
6950<string name="Name">BehaviorType</string>
6951<string name="summary">
6952Indicates how the dialog may be used by players. Use Enum.DialogBehaviorType.SinglePlayer if only one player should interact with the dialog at a time, otherwise use Enum.DialogBehaviorType.MultiplePlayers.
6953</string>
6954</Properties>
6955</Item>
6956</Item>
6957<Item class="ReflectionMetadataFunctions">
6958<Item class="ReflectionMetadataMember">
6959<Properties>
6960<string name="Name">GetCurrentPlayers</string>
6961<string name="summary">
6962Returns an array of the players currently conversing with this dialog.
6963</string>
6964</Properties>
6965</Item>
6966</Item>
6967</Item>
6968<Item class="ReflectionMetadataClass">
6969<Properties>
6970<string name="Name">DialogChoice</string>
6971<string name="ClassCategory">3D Interfaces</string>
6972<string name="summary">
6973An object used to make dialog trees to converse with players
6974</string>
6975<string name="ExplorerOrder">22</string>
6976<string name="ExplorerImageIndex">63</string>
6977</Properties>
6978</Item>
6979<Item class="ReflectionMetadataClass">
6980<Properties>
6981<string name="Name">UnionOperation</string>
6982<string name="summary">A UnionOperation is a union of multiple parts</string>
6983<bool name="Browsable">true</bool>
6984<bool name="Insertable">false</bool>
6985<string name="ExplorerOrder">2</string>
6986<string name="ExplorerImageIndex">73</string>
6987</Properties>
6988<Item class="ReflectionMetadataProperties">
6989<Item class="ReflectionMetadataMember">
6990<Properties>
6991<string name="Name">UsePartColor</string>
6992<string name="summary">
6993Override the colors of the mesh with the part color.
6994</string>
6995</Properties>
6996</Item>
6997</Item>
6998</Item>
6999<Item class="ReflectionMetadataClass">
7000<Properties>
7001<string name="Name">NegateOperation</string>
7002<string name="summary">
7003A NegateOperation can be used to create holes in other parts
7004</string>
7005<bool name="Browsable">true</bool>
7006<bool name="Insertable">false</bool>
7007<string name="ExplorerOrder">2</string>
7008<string name="ExplorerImageIndex">72</string>
7009</Properties>
7010<Item class="ReflectionMetadataProperties">
7011<Item class="ReflectionMetadataMember">
7012<Properties>
7013<string name="Name">UsePartColor</string>
7014<string name="summary">
7015Override the colors of the mesh with the part color.
7016</string>
7017</Properties>
7018</Item>
7019</Item>
7020</Item>
7021<Item class="ReflectionMetadataClass">
7022<Properties>
7023<string name="Name">MeshPart</string>
7024<string name="ClassCategory">Parts</string>
7025<string name="summary">A MeshPart is a physically simulatable mesh</string>
7026<bool name="Browsable">true</bool>
7027<bool name="Insertable">true</bool>
7028<string name="ExplorerOrder">2</string>
7029<string name="ExplorerImageIndex">73</string>
7030</Properties>
7031</Item>
7032<Item class="ReflectionMetadataClass">
7033<Properties>
7034<string name="Name">Terrain</string>
7035<string name="summary">
7036Object representing a high performance bounded grid of static 4x4 parts
7037</string>
7038<bool name="Browsable">true</bool>
7039<bool name="Insertable">false</bool>
7040<string name="ExplorerOrder">0</string>
7041<string name="ExplorerImageIndex">65</string>
7042</Properties>
7043<Item class="ReflectionMetadataProperties">
7044<Item class="ReflectionMetadataMember">
7045<Properties>
7046<string name="Name">WaterTransparency</string>
7047<double name="UIMinimum">0</double>
7048<double name="UIMaximum">1</double>
7049</Properties>
7050</Item>
7051<Item class="ReflectionMetadataMember">
7052<Properties>
7053<string name="Name">WaterWaveSize</string>
7054<double name="UIMinimum">0</double>
7055<double name="UIMaximum">1</double>
7056</Properties>
7057</Item>
7058<Item class="ReflectionMetadataMember">
7059<Properties>
7060<string name="Name">WaterWaveSpeed</string>
7061<double name="UIMinimum">0</double>
7062<double name="UIMaximum">100</double>
7063</Properties>
7064</Item>
7065<Item class="ReflectionMetadataMember">
7066<Properties>
7067<string name="Name">WaterReflectance</string>
7068<double name="UIMinimum">0</double>
7069<double name="UIMaximum">1</double>
7070</Properties>
7071</Item>
7072</Item>
7073<Item class="ReflectionMetadataFunctions">
7074<Item class="ReflectionMetadataMember">
7075<Properties>
7076<string name="Name">GetCell</string>
7077<string name="summary">Returns CellMaterial, CellBlock, CellOrientation</string>
7078</Properties>
7079</Item>
7080<Item class="ReflectionMetadataMember">
7081<Properties>
7082<string name="Name">GetWaterCell</string>
7083<string name="summary">Returns hasAnyWater, WaterForce, WaterDirection</string>
7084</Properties>
7085</Item>
7086<Item class="ReflectionMetadataMember">
7087<Properties>
7088<string name="Name">SetWaterCell</string>
7089</Properties>
7090</Item>
7091</Item>
7092</Item>
7093<Item class="ReflectionMetadataClass">
7094<Properties>
7095<string name="Name">Light</string>
7096<string name="ClassCategory">Lights</string>
7097<string name="summary">Parent of all light objects</string>
7098<string name="ExplorerOrder">3</string>
7099<string name="ExplorerImageIndex">13</string>
7100</Properties>
7101<Item class="ReflectionMetadataProperties">
7102<Item class="ReflectionMetadataMember">
7103<Properties>
7104<string name="Name">Brightness</string>
7105<double name="UIMinimum">0</double>
7106<double name="UIMaximum">10</double>
7107<double name="UINumTicks">2000</double>
7108</Properties>
7109</Item>
7110</Item>
7111</Item>
7112<Item class="ReflectionMetadataClass">
7113<Properties>
7114<string name="Name">PointLight</string>
7115<string name="ClassCategory">Lights</string>
7116<string name="summary">
7117Makes the parent part emit light in a spherical shape
7118</string>
7119<string name="ExplorerOrder">3</string>
7120<string name="ExplorerImageIndex">13</string>
7121</Properties>
7122<Item class="ReflectionMetadataProperties">
7123<Item class="ReflectionMetadataMember">
7124<Properties>
7125<string name="Name">Range</string>
7126<double name="UIMinimum">0</double>
7127<double name="UIMaximum">60</double>
7128</Properties>
7129</Item>
7130</Item>
7131</Item>
7132<Item class="ReflectionMetadataClass">
7133<Properties>
7134<string name="Name">SpotLight</string>
7135<string name="ClassCategory">Lights</string>
7136<string name="summary">
7137Makes the parent part emit light in a conical shape
7138</string>
7139<string name="ExplorerOrder">3</string>
7140<string name="ExplorerImageIndex">13</string>
7141</Properties>
7142<Item class="ReflectionMetadataProperties">
7143<Item class="ReflectionMetadataMember">
7144<Properties>
7145<string name="Name">Range</string>
7146<double name="UIMinimum">0</double>
7147<double name="UIMaximum">60</double>
7148</Properties>
7149</Item>
7150<Item class="ReflectionMetadataMember">
7151<Properties>
7152<string name="Name">Angle</string>
7153<double name="UIMinimum">0</double>
7154<double name="UIMaximum">180</double>
7155</Properties>
7156</Item>
7157</Item>
7158</Item>
7159<Item class="ReflectionMetadataClass">
7160<Properties>
7161<string name="Name">SurfaceLight</string>
7162<string name="ClassCategory">Lights</string>
7163<string name="summary">
7164Makes the parent part emit light in a frustum shape from rectangle defined by part
7165</string>
7166<string name="ExplorerOrder">3</string>
7167<string name="ExplorerImageIndex">13</string>
7168</Properties>
7169<Item class="ReflectionMetadataProperties">
7170<Item class="ReflectionMetadataMember">
7171<Properties>
7172<string name="Name">Range</string>
7173<double name="UIMinimum">0</double>
7174<double name="UIMaximum">60</double>
7175</Properties>
7176</Item>
7177<Item class="ReflectionMetadataMember">
7178<Properties>
7179<string name="Name">Brightness</string>
7180<double name="UIMinimum">0</double>
7181<double name="UIMaximum">10</double>
7182</Properties>
7183</Item>
7184<Item class="ReflectionMetadataMember">
7185<Properties>
7186<string name="Name">Angle</string>
7187<double name="UIMinimum">0</double>
7188<double name="UIMaximum">180</double>
7189</Properties>
7190</Item>
7191</Item>
7192</Item>
7193<Item class="ReflectionMetadataClass">
7194<Properties>
7195<string name="Name">RemoteFunction</string>
7196<string name="ClassCategory">Scripts</string>
7197<string name="summary">
7198Allow functions defined in one script to be called by another script across client/server boundary
7199</string>
7200<string name="ExplorerOrder">4</string>
7201<string name="ExplorerImageIndex">74</string>
7202</Properties>
7203</Item>
7204<Item class="ReflectionMetadataClass">
7205<Properties>
7206<string name="Name">RemoteEvent</string>
7207<string name="ClassCategory">Scripts</string>
7208<string name="summary">
7209Allow events defined in one script to be subscribed to by another script across client/server boundary
7210</string>
7211<string name="ExplorerOrder">5</string>
7212<string name="ExplorerImageIndex">75</string>
7213</Properties>
7214</Item>
7215<Item class="ReflectionMetadataClass">
7216<Properties>
7217<string name="Name">TerrainRegion</string>
7218<string name="summary">
7219Object representing a snapshot of the region of terrain
7220</string>
7221<bool name="Browsable">true</bool>
7222<string name="ExplorerOrder">2</string>
7223<string name="ExplorerImageIndex">65</string>
7224</Properties>
7225</Item>
7226<Item class="ReflectionMetadataClass">
7227<Properties>
7228<string name="Name">ModuleScript</string>
7229<string name="ClassCategory">Scripts</string>
7230<string name="summary">
7231A script fragment. Only runs when another script uses require() on it.
7232</string>
7233<string name="ExplorerOrder">5</string>
7234<string name="ExplorerImageIndex">76</string>
7235</Properties>
7236</Item>
7237</Item>
7238<Item class="ReflectionMetadataEnums">
7239<Properties/>
7240<Item class="ReflectionMetadataEnum">
7241<Properties>
7242<string name="Name">ContextActionResult</string>
7243</Properties>
7244<Item class="ReflectionMetadataEnumItem">
7245<Properties>
7246<string name="Name">Sink</string>
7247<string name="summary">
7248If 'functionToBind' from ContextActionService:BindAction() returns Enum.ContextActionResult.Sink, the input event will stop at that function and no other bound actions under it will be invoked. This is the default behavior if 'functionToBind' does not return anything or yields in any way.
7249</string>
7250</Properties>
7251</Item>
7252<Item class="ReflectionMetadataEnumItem">
7253<Properties>
7254<string name="Name">Pass</string>
7255<string name="summary">
7256If 'functionToBind' from ContextActionService:BindAction() returns Enum.ContextActionResult.Pass, the input event is considered to have not been handled by 'functionToBind' and will continue being passed to actions bound to the same input type.
7257</string>
7258</Properties>
7259</Item>
7260</Item>
7261<Item class="ReflectionMetadataEnum">
7262<Properties>
7263<string name="Name">Material</string>
7264</Properties>
7265<Item class="ReflectionMetadataEnumItem">
7266<Properties>
7267<string name="Name">Air</string>
7268<bool name="Browsable">false</bool>
7269</Properties>
7270</Item>
7271<Item class="ReflectionMetadataEnumItem">
7272<Properties>
7273<string name="Name">Water</string>
7274<bool name="Browsable">false</bool>
7275</Properties>
7276</Item>
7277<Item class="ReflectionMetadataEnumItem">
7278<Properties>
7279<string name="Name">Rock</string>
7280<bool name="Browsable">false</bool>
7281</Properties>
7282</Item>
7283<Item class="ReflectionMetadataEnumItem">
7284<Properties>
7285<string name="Name">Glacier</string>
7286<bool name="Browsable">false</bool>
7287</Properties>
7288</Item>
7289<Item class="ReflectionMetadataEnumItem">
7290<Properties>
7291<string name="Name">Snow</string>
7292<bool name="Browsable">false</bool>
7293</Properties>
7294</Item>
7295<Item class="ReflectionMetadataEnumItem">
7296<Properties>
7297<string name="Name">Sandstone</string>
7298<bool name="Browsable">false</bool>
7299</Properties>
7300</Item>
7301<Item class="ReflectionMetadataEnumItem">
7302<Properties>
7303<string name="Name">Mud</string>
7304<bool name="Browsable">false</bool>
7305</Properties>
7306</Item>
7307<Item class="ReflectionMetadataEnumItem">
7308<Properties>
7309<string name="Name">Basalt</string>
7310<bool name="Browsable">false</bool>
7311</Properties>
7312</Item>
7313<Item class="ReflectionMetadataEnumItem">
7314<Properties>
7315<string name="Name">Ground</string>
7316<bool name="Browsable">false</bool>
7317</Properties>
7318</Item>
7319<Item class="ReflectionMetadataEnumItem">
7320<Properties>
7321<string name="Name">CrackedLava</string>
7322<bool name="Browsable">false</bool>
7323</Properties>
7324</Item>
7325<Item class="ReflectionMetadataEnumItem">
7326<Properties>
7327<string name="Name">Asphalt</string>
7328<bool name="Browsable">false</bool>
7329</Properties>
7330</Item>
7331<Item class="ReflectionMetadataEnumItem">
7332<Properties>
7333<string name="Name">LeafyGrass</string>
7334<bool name="Browsable">false</bool>
7335</Properties>
7336</Item>
7337<Item class="ReflectionMetadataEnumItem">
7338<Properties>
7339<string name="Name">Salt</string>
7340<bool name="Browsable">false</bool>
7341</Properties>
7342</Item>
7343<Item class="ReflectionMetadataEnumItem">
7344<Properties>
7345<string name="Name">Limestone</string>
7346<bool name="Browsable">false</bool>
7347</Properties>
7348</Item>
7349<Item class="ReflectionMetadataEnumItem">
7350<Properties>
7351<string name="Name">Pavement</string>
7352<bool name="Browsable">false</bool>
7353</Properties>
7354</Item>
7355</Item>
7356<Item class="ReflectionMetadataEnum">
7357<Properties>
7358<string name="Name">Status</string>
7359<bool name="Deprecated">true</bool>
7360</Properties>
7361<Item class="ReflectionMetadataEnumItem">
7362<Properties>
7363<string name="Name">Poison</string>
7364<bool name="Deprecated">true</bool>
7365</Properties>
7366</Item>
7367<Item class="ReflectionMetadataEnumItem">
7368<Properties>
7369<string name="Name">Confusion</string>
7370<bool name="Deprecated">true</bool>
7371</Properties>
7372</Item>
7373</Item>
7374<Item class="ReflectionMetadataEnum">
7375<Properties>
7376<string name="Name">SaveFilter</string>
7377<bool name="Deprecated">true</bool>
7378</Properties>
7379</Item>
7380<Item class="ReflectionMetadataEnum">
7381<Properties>
7382<string name="Name">PrivilegeType</string>
7383<bool name="Deprecated">true</bool>
7384</Properties>
7385</Item>
7386<Item class="ReflectionMetadataEnum">
7387<Properties>
7388<string name="Name">SortOrder</string>
7389<string name="summary">
7390The ordering to use for sorting an array of GuiObjects.
7391</string>
7392</Properties>
7393<Item class="ReflectionMetadataEnumItem">
7394<Properties>
7395<string name="Name">Name</string>
7396<string name="summary">
7397Sort by alphabetical ordering of the Name property.
7398</string>
7399</Properties>
7400</Item>
7401<Item class="ReflectionMetadataEnumItem">
7402<Properties>
7403<string name="Name">LayoutOrder</string>
7404<string name="summary">
7405Sort using the less than operator on the LayoutOrder property of GuiObject.
7406</string>
7407</Properties>
7408</Item>
7409<Item class="ReflectionMetadataEnumItem">
7410<Properties>
7411<string name="Name">Custom</string>
7412<bool name="Deprecated">true</bool>
7413</Properties>
7414</Item>
7415</Item>
7416</Item>
7417</roblox>