@rbxts/types 1.0.836 → 1.0.838
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/include/generated/None.d.ts +1518 -46
- package/include/generated/PluginSecurity.d.ts +350 -1
- package/include/generated/enums.d.ts +246 -9
- package/package.json +1 -1
|
@@ -19,6 +19,7 @@ interface Services {
|
|
|
19
19
|
AssetManagerService: AssetManagerService;
|
|
20
20
|
AssetService: AssetService;
|
|
21
21
|
AudioFocusService: AudioFocusService;
|
|
22
|
+
AuroraScriptService: AuroraScriptService;
|
|
22
23
|
AuroraService: AuroraService;
|
|
23
24
|
AvatarChatService: AvatarChatService;
|
|
24
25
|
AvatarCreationService: AvatarCreationService;
|
|
@@ -72,11 +73,13 @@ interface Services {
|
|
|
72
73
|
FeatureRestrictionManager: FeatureRestrictionManager;
|
|
73
74
|
GamepadService: GamepadService;
|
|
74
75
|
GamePassService: GamePassService;
|
|
76
|
+
GenerationService: GenerationService;
|
|
75
77
|
GenericChallengeService: GenericChallengeService;
|
|
76
78
|
GeometryService: GeometryService;
|
|
77
79
|
GroupService: GroupService;
|
|
78
80
|
GuiService: GuiService;
|
|
79
81
|
HapticService: HapticService;
|
|
82
|
+
HeapProfilerService: HeapProfilerService;
|
|
80
83
|
HeatmapService: HeatmapService;
|
|
81
84
|
HeightmapImporterService: HeightmapImporterService;
|
|
82
85
|
HttpService: HttpService;
|
|
@@ -122,6 +125,7 @@ interface Services {
|
|
|
122
125
|
PlaceStatsService: PlaceStatsService;
|
|
123
126
|
PlatformCloudStorageService: PlatformCloudStorageService;
|
|
124
127
|
PlatformFriendsService: PlatformFriendsService;
|
|
128
|
+
PlayerDataService: PlayerDataService;
|
|
125
129
|
PlayerHydrationService: PlayerHydrationService;
|
|
126
130
|
Players: Players;
|
|
127
131
|
PlayerViewService: PlayerViewService;
|
|
@@ -263,6 +267,8 @@ interface CreatableInstances {
|
|
|
263
267
|
AudioPlayer: AudioPlayer;
|
|
264
268
|
AudioReverb: AudioReverb;
|
|
265
269
|
AudioSearchParams: AudioSearchParams;
|
|
270
|
+
AudioTextToSpeech: AudioTextToSpeech;
|
|
271
|
+
AuroraScript: AuroraScript;
|
|
266
272
|
Backpack: Backpack;
|
|
267
273
|
BallSocketConstraint: BallSocketConstraint;
|
|
268
274
|
Beam: Beam;
|
|
@@ -305,6 +311,7 @@ interface CreatableInstances {
|
|
|
305
311
|
ControllerPartSensor: ControllerPartSensor;
|
|
306
312
|
CornerWedgePart: CornerWedgePart;
|
|
307
313
|
CurveAnimation: CurveAnimation;
|
|
314
|
+
CustomLog: CustomLog;
|
|
308
315
|
CylinderHandleAdornment: CylinderHandleAdornment;
|
|
309
316
|
CylinderMesh: CylinderMesh;
|
|
310
317
|
CylindricalConstraint: CylindricalConstraint;
|
|
@@ -349,10 +356,14 @@ interface CreatableInstances {
|
|
|
349
356
|
Humanoid: Humanoid;
|
|
350
357
|
HumanoidController: HumanoidController;
|
|
351
358
|
HumanoidDescription: HumanoidDescription;
|
|
359
|
+
HumanoidRigDescription: HumanoidRigDescription;
|
|
352
360
|
IKControl: IKControl;
|
|
353
361
|
ImageButton: ImageButton;
|
|
354
362
|
ImageHandleAdornment: ImageHandleAdornment;
|
|
355
363
|
ImageLabel: ImageLabel;
|
|
364
|
+
InputAction: InputAction;
|
|
365
|
+
InputBinding: InputBinding;
|
|
366
|
+
InputContext: InputContext;
|
|
356
367
|
IntConstrainedValue: IntConstrainedValue;
|
|
357
368
|
InternalSyncItem: InternalSyncItem;
|
|
358
369
|
IntersectOperation: IntersectOperation;
|
|
@@ -492,6 +503,7 @@ interface CreatableInstances {
|
|
|
492
503
|
VehicleSeat: VehicleSeat;
|
|
493
504
|
VelocityMotor: VelocityMotor;
|
|
494
505
|
VideoDeviceInput: VideoDeviceInput;
|
|
506
|
+
VideoDisplay: VideoDisplay;
|
|
495
507
|
VideoFrame: VideoFrame;
|
|
496
508
|
VideoPlayer: VideoPlayer;
|
|
497
509
|
ViewportFrame: ViewportFrame;
|
|
@@ -632,6 +644,9 @@ interface Instances extends Services, CreatableInstances {
|
|
|
632
644
|
PhysicsSettings: PhysicsSettings;
|
|
633
645
|
Platform: Platform;
|
|
634
646
|
Player: Player;
|
|
647
|
+
PlayerData: PlayerData;
|
|
648
|
+
PlayerDataRecord: PlayerDataRecord;
|
|
649
|
+
PlayerDataRecordConfig: PlayerDataRecordConfig;
|
|
635
650
|
PlayerGui: PlayerGui;
|
|
636
651
|
PlayerMouse: PlayerMouse;
|
|
637
652
|
PlayerScripts: PlayerScripts;
|
|
@@ -703,9 +718,11 @@ interface Instances extends Services, CreatableInstances {
|
|
|
703
718
|
WorldRoot: WorldRoot;
|
|
704
719
|
}
|
|
705
720
|
interface Objects extends Instances {
|
|
721
|
+
Capture: Capture;
|
|
706
722
|
EditableImage: EditableImage;
|
|
707
723
|
EditableMesh: EditableMesh;
|
|
708
724
|
Object: RBXObject;
|
|
725
|
+
ScreenshotCapture: ScreenshotCapture;
|
|
709
726
|
}
|
|
710
727
|
// GENERATED ROBLOX INSTANCE CLASSES
|
|
711
728
|
/**
|
|
@@ -725,6 +742,36 @@ interface RBXObject {
|
|
|
725
742
|
*/
|
|
726
743
|
readonly _nominal_Object: unique symbol;
|
|
727
744
|
}
|
|
745
|
+
/**
|
|
746
|
+
* - **Tags**: NotCreatable, NotReplicated
|
|
747
|
+
*
|
|
748
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Capture)
|
|
749
|
+
*/
|
|
750
|
+
interface Capture extends RBXObject {
|
|
751
|
+
/**
|
|
752
|
+
* **DO NOT USE!**
|
|
753
|
+
*
|
|
754
|
+
* This field exists to force TypeScript to recognize this as a nominal type
|
|
755
|
+
* @hidden
|
|
756
|
+
* @deprecated
|
|
757
|
+
*/
|
|
758
|
+
readonly _nominal_Capture: unique symbol;
|
|
759
|
+
}
|
|
760
|
+
/**
|
|
761
|
+
* - **Tags**: NotCreatable, NotReplicated
|
|
762
|
+
*
|
|
763
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/ScreenshotCapture)
|
|
764
|
+
*/
|
|
765
|
+
interface ScreenshotCapture extends Capture {
|
|
766
|
+
/**
|
|
767
|
+
* **DO NOT USE!**
|
|
768
|
+
*
|
|
769
|
+
* This field exists to force TypeScript to recognize this as a nominal type
|
|
770
|
+
* @hidden
|
|
771
|
+
* @deprecated
|
|
772
|
+
*/
|
|
773
|
+
readonly _nominal_ScreenshotCapture: unique symbol;
|
|
774
|
+
}
|
|
728
775
|
/**
|
|
729
776
|
* Instance which allows for the runtime creation and manipulation of images.
|
|
730
777
|
*
|
|
@@ -1133,7 +1180,7 @@ interface AnimationStreamTrack extends Instance {
|
|
|
1133
1180
|
readonly _nominal_AnimationStreamTrack: unique symbol;
|
|
1134
1181
|
}
|
|
1135
1182
|
/**
|
|
1136
|
-
* Controls the playback of an animation on an `
|
|
1183
|
+
* Controls the playback of an animation on an `Animator`.
|
|
1137
1184
|
*
|
|
1138
1185
|
* - **Tags**: NotCreatable
|
|
1139
1186
|
*
|
|
@@ -1714,6 +1761,42 @@ interface AudioSearchParams extends Instance {
|
|
|
1714
1761
|
*/
|
|
1715
1762
|
readonly _nominal_AudioSearchParams: unique symbol;
|
|
1716
1763
|
}
|
|
1764
|
+
/**
|
|
1765
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/AudioTextToSpeech)
|
|
1766
|
+
*/
|
|
1767
|
+
interface AudioTextToSpeech extends Instance {
|
|
1768
|
+
/**
|
|
1769
|
+
* **DO NOT USE!**
|
|
1770
|
+
*
|
|
1771
|
+
* This field exists to force TypeScript to recognize this as a nominal type
|
|
1772
|
+
* @hidden
|
|
1773
|
+
* @deprecated
|
|
1774
|
+
*/
|
|
1775
|
+
readonly _nominal_AudioTextToSpeech: unique symbol;
|
|
1776
|
+
}
|
|
1777
|
+
/**
|
|
1778
|
+
* - **Tags**: NotCreatable, Service
|
|
1779
|
+
*
|
|
1780
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/AuroraScriptService)
|
|
1781
|
+
*
|
|
1782
|
+
* @deprecated
|
|
1783
|
+
*/
|
|
1784
|
+
interface AuroraScriptService extends Instance {
|
|
1785
|
+
/**
|
|
1786
|
+
* **DO NOT USE!**
|
|
1787
|
+
*
|
|
1788
|
+
* This field exists to force TypeScript to recognize this as a nominal type
|
|
1789
|
+
* @hidden
|
|
1790
|
+
* @deprecated
|
|
1791
|
+
*/
|
|
1792
|
+
readonly _nominal_AuroraScriptService: unique symbol;
|
|
1793
|
+
/**
|
|
1794
|
+
* - **ThreadSafety**: ReadSafe
|
|
1795
|
+
*
|
|
1796
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/AuroraScriptService#BufferSize)
|
|
1797
|
+
*/
|
|
1798
|
+
set BufferSize(value: number);
|
|
1799
|
+
}
|
|
1717
1800
|
/**
|
|
1718
1801
|
* - **Tags**: NotCreatable, Service
|
|
1719
1802
|
*
|
|
@@ -3631,6 +3714,21 @@ interface CrossDMScriptChangeListener extends Instance {
|
|
|
3631
3714
|
*/
|
|
3632
3715
|
readonly _nominal_CrossDMScriptChangeListener: unique symbol;
|
|
3633
3716
|
}
|
|
3717
|
+
/**
|
|
3718
|
+
* - **Tags**: NotReplicated
|
|
3719
|
+
*
|
|
3720
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/CustomLog)
|
|
3721
|
+
*/
|
|
3722
|
+
interface CustomLog extends Instance {
|
|
3723
|
+
/**
|
|
3724
|
+
* **DO NOT USE!**
|
|
3725
|
+
*
|
|
3726
|
+
* This field exists to force TypeScript to recognize this as a nominal type
|
|
3727
|
+
* @hidden
|
|
3728
|
+
* @deprecated
|
|
3729
|
+
*/
|
|
3730
|
+
readonly _nominal_CustomLog: unique symbol;
|
|
3731
|
+
}
|
|
3634
3732
|
/**
|
|
3635
3733
|
* The DataModelMesh is an abstract class from which mesh classes descend.
|
|
3636
3734
|
*
|
|
@@ -5188,6 +5286,21 @@ interface GamepadService extends Instance {
|
|
|
5188
5286
|
*/
|
|
5189
5287
|
readonly _nominal_GamepadService: unique symbol;
|
|
5190
5288
|
}
|
|
5289
|
+
/**
|
|
5290
|
+
* - **Tags**: NotCreatable, Service
|
|
5291
|
+
*
|
|
5292
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/GenerationService)
|
|
5293
|
+
*/
|
|
5294
|
+
interface GenerationService extends Instance {
|
|
5295
|
+
/**
|
|
5296
|
+
* **DO NOT USE!**
|
|
5297
|
+
*
|
|
5298
|
+
* This field exists to force TypeScript to recognize this as a nominal type
|
|
5299
|
+
* @hidden
|
|
5300
|
+
* @deprecated
|
|
5301
|
+
*/
|
|
5302
|
+
readonly _nominal_GenerationService: unique symbol;
|
|
5303
|
+
}
|
|
5191
5304
|
/**
|
|
5192
5305
|
* - **Tags**: NotCreatable, Service
|
|
5193
5306
|
*
|
|
@@ -5549,6 +5662,21 @@ interface TextBox extends GuiObject {
|
|
|
5549
5662
|
*/
|
|
5550
5663
|
readonly _nominal_TextBox: unique symbol;
|
|
5551
5664
|
}
|
|
5665
|
+
/**
|
|
5666
|
+
* - **Tags**: NotBrowsable
|
|
5667
|
+
*
|
|
5668
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/VideoDisplay)
|
|
5669
|
+
*/
|
|
5670
|
+
interface VideoDisplay extends GuiObject {
|
|
5671
|
+
/**
|
|
5672
|
+
* **DO NOT USE!**
|
|
5673
|
+
*
|
|
5674
|
+
* This field exists to force TypeScript to recognize this as a nominal type
|
|
5675
|
+
* @hidden
|
|
5676
|
+
* @deprecated
|
|
5677
|
+
*/
|
|
5678
|
+
readonly _nominal_VideoDisplay: unique symbol;
|
|
5679
|
+
}
|
|
5552
5680
|
/**
|
|
5553
5681
|
* A GUI object that renders a rectangle, like a `Frame` does, with a moving video image.
|
|
5554
5682
|
*
|
|
@@ -6203,6 +6331,44 @@ interface HapticService extends Instance {
|
|
|
6203
6331
|
*/
|
|
6204
6332
|
readonly _nominal_HapticService: unique symbol;
|
|
6205
6333
|
}
|
|
6334
|
+
/**
|
|
6335
|
+
* - **Tags**: NotCreatable, Service
|
|
6336
|
+
*
|
|
6337
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/HeapProfilerService)
|
|
6338
|
+
*/
|
|
6339
|
+
interface HeapProfilerService extends Instance {
|
|
6340
|
+
/**
|
|
6341
|
+
* **DO NOT USE!**
|
|
6342
|
+
*
|
|
6343
|
+
* This field exists to force TypeScript to recognize this as a nominal type
|
|
6344
|
+
* @hidden
|
|
6345
|
+
* @deprecated
|
|
6346
|
+
*/
|
|
6347
|
+
readonly _nominal_HeapProfilerService: unique symbol;
|
|
6348
|
+
/**
|
|
6349
|
+
* - **ThreadSafety**: Unsafe
|
|
6350
|
+
* - **Tags**: Yields
|
|
6351
|
+
*
|
|
6352
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/HeapProfilerService#ClientRequestDataAsync)
|
|
6353
|
+
* @param this
|
|
6354
|
+
* @param player
|
|
6355
|
+
*/
|
|
6356
|
+
ClientRequestDataAsync(this: HeapProfilerService, player: Player): string;
|
|
6357
|
+
/**
|
|
6358
|
+
* - **ThreadSafety**: Unsafe
|
|
6359
|
+
* - **Tags**: Yields
|
|
6360
|
+
*
|
|
6361
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/HeapProfilerService#ServerRequestDataAsync)
|
|
6362
|
+
* @param this
|
|
6363
|
+
*/
|
|
6364
|
+
ServerRequestDataAsync(this: HeapProfilerService): string;
|
|
6365
|
+
/**
|
|
6366
|
+
* - **ThreadSafety**: Unsafe
|
|
6367
|
+
*
|
|
6368
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/HeapProfilerService#OnNewData)
|
|
6369
|
+
*/
|
|
6370
|
+
readonly OnNewData: RBXScriptSignal<(player: Player, jsonString: buffer, id: number, compressedLength: number, uncompressedLength: number) => void>;
|
|
6371
|
+
}
|
|
6206
6372
|
/**
|
|
6207
6373
|
* - **Tags**: NotCreatable, Service
|
|
6208
6374
|
*
|
|
@@ -6321,6 +6487,19 @@ interface HumanoidDescription extends Instance {
|
|
|
6321
6487
|
*/
|
|
6322
6488
|
readonly _nominal_HumanoidDescription: unique symbol;
|
|
6323
6489
|
}
|
|
6490
|
+
/**
|
|
6491
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/HumanoidRigDescription)
|
|
6492
|
+
*/
|
|
6493
|
+
interface HumanoidRigDescription extends Instance {
|
|
6494
|
+
/**
|
|
6495
|
+
* **DO NOT USE!**
|
|
6496
|
+
*
|
|
6497
|
+
* This field exists to force TypeScript to recognize this as a nominal type
|
|
6498
|
+
* @hidden
|
|
6499
|
+
* @deprecated
|
|
6500
|
+
*/
|
|
6501
|
+
readonly _nominal_HumanoidRigDescription: unique symbol;
|
|
6502
|
+
}
|
|
6324
6503
|
/**
|
|
6325
6504
|
* Specifies a control to generate a procedural animation pose using Inverse Kinematics.
|
|
6326
6505
|
*
|
|
@@ -6396,6 +6575,51 @@ interface IncrementalPatchBuilder extends Instance {
|
|
|
6396
6575
|
*/
|
|
6397
6576
|
readonly _nominal_IncrementalPatchBuilder: unique symbol;
|
|
6398
6577
|
}
|
|
6578
|
+
/**
|
|
6579
|
+
* - **Tags**: NotBrowsable
|
|
6580
|
+
*
|
|
6581
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/InputAction)
|
|
6582
|
+
*/
|
|
6583
|
+
interface InputAction extends Instance {
|
|
6584
|
+
/**
|
|
6585
|
+
* **DO NOT USE!**
|
|
6586
|
+
*
|
|
6587
|
+
* This field exists to force TypeScript to recognize this as a nominal type
|
|
6588
|
+
* @hidden
|
|
6589
|
+
* @deprecated
|
|
6590
|
+
*/
|
|
6591
|
+
readonly _nominal_InputAction: unique symbol;
|
|
6592
|
+
}
|
|
6593
|
+
/**
|
|
6594
|
+
* - **Tags**: NotBrowsable
|
|
6595
|
+
*
|
|
6596
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/InputBinding)
|
|
6597
|
+
*/
|
|
6598
|
+
interface InputBinding extends Instance {
|
|
6599
|
+
/**
|
|
6600
|
+
* **DO NOT USE!**
|
|
6601
|
+
*
|
|
6602
|
+
* This field exists to force TypeScript to recognize this as a nominal type
|
|
6603
|
+
* @hidden
|
|
6604
|
+
* @deprecated
|
|
6605
|
+
*/
|
|
6606
|
+
readonly _nominal_InputBinding: unique symbol;
|
|
6607
|
+
}
|
|
6608
|
+
/**
|
|
6609
|
+
* - **Tags**: NotBrowsable
|
|
6610
|
+
*
|
|
6611
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/InputContext)
|
|
6612
|
+
*/
|
|
6613
|
+
interface InputContext extends Instance {
|
|
6614
|
+
/**
|
|
6615
|
+
* **DO NOT USE!**
|
|
6616
|
+
*
|
|
6617
|
+
* This field exists to force TypeScript to recognize this as a nominal type
|
|
6618
|
+
* @hidden
|
|
6619
|
+
* @deprecated
|
|
6620
|
+
*/
|
|
6621
|
+
readonly _nominal_InputContext: unique symbol;
|
|
6622
|
+
}
|
|
6399
6623
|
/**
|
|
6400
6624
|
* An object created when an input begins that describes a particular user input.
|
|
6401
6625
|
*
|
|
@@ -7108,6 +7332,71 @@ interface LuaSourceContainer extends Instance {
|
|
|
7108
7332
|
*/
|
|
7109
7333
|
readonly _nominal_LuaSourceContainer: unique symbol;
|
|
7110
7334
|
}
|
|
7335
|
+
/**
|
|
7336
|
+
* - **Tags**:
|
|
7337
|
+
*
|
|
7338
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/AuroraScript)
|
|
7339
|
+
*
|
|
7340
|
+
* @deprecated
|
|
7341
|
+
*/
|
|
7342
|
+
interface AuroraScript extends LuaSourceContainer {
|
|
7343
|
+
/**
|
|
7344
|
+
* **DO NOT USE!**
|
|
7345
|
+
*
|
|
7346
|
+
* This field exists to force TypeScript to recognize this as a nominal type
|
|
7347
|
+
* @hidden
|
|
7348
|
+
* @deprecated
|
|
7349
|
+
*/
|
|
7350
|
+
readonly _nominal_AuroraScript: unique symbol;
|
|
7351
|
+
/**
|
|
7352
|
+
* - **ThreadSafety**: ReadSafe
|
|
7353
|
+
*
|
|
7354
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/AuroraScript#DumpMispredictions)
|
|
7355
|
+
*/
|
|
7356
|
+
DumpMispredictions: boolean;
|
|
7357
|
+
/**
|
|
7358
|
+
* - **ThreadSafety**: ReadSafe
|
|
7359
|
+
*
|
|
7360
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/AuroraScript#EnableLOD)
|
|
7361
|
+
*/
|
|
7362
|
+
EnableLOD: boolean;
|
|
7363
|
+
/**
|
|
7364
|
+
* - **ThreadSafety**: ReadSafe
|
|
7365
|
+
*
|
|
7366
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/AuroraScript#LODDistanceFactor)
|
|
7367
|
+
*/
|
|
7368
|
+
LODDistanceFactor: number;
|
|
7369
|
+
/**
|
|
7370
|
+
* - **ThreadSafety**: ReadSafe
|
|
7371
|
+
*
|
|
7372
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/AuroraScript#LODFrequencyFactor)
|
|
7373
|
+
*/
|
|
7374
|
+
LODFrequencyFactor: number;
|
|
7375
|
+
/**
|
|
7376
|
+
* - **ThreadSafety**: ReadSafe
|
|
7377
|
+
*
|
|
7378
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/AuroraScript#Priority)
|
|
7379
|
+
*/
|
|
7380
|
+
Priority: number;
|
|
7381
|
+
/**
|
|
7382
|
+
* - **ThreadSafety**: ReadSafe
|
|
7383
|
+
*
|
|
7384
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/AuroraScript#RunInParallel)
|
|
7385
|
+
*/
|
|
7386
|
+
RunInParallel: boolean;
|
|
7387
|
+
/**
|
|
7388
|
+
* - **ThreadSafety**: ReadSafe
|
|
7389
|
+
*
|
|
7390
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/AuroraScript#Source)
|
|
7391
|
+
*/
|
|
7392
|
+
Source: ProtectedString;
|
|
7393
|
+
/**
|
|
7394
|
+
* - **ThreadSafety**: ReadSafe
|
|
7395
|
+
*
|
|
7396
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/AuroraScript#Tag)
|
|
7397
|
+
*/
|
|
7398
|
+
set Tag(value: string);
|
|
7399
|
+
}
|
|
7111
7400
|
/**
|
|
7112
7401
|
* The base class for all script objects which run automatically.
|
|
7113
7402
|
*
|
|
@@ -9007,6 +9296,66 @@ interface Player extends Instance {
|
|
|
9007
9296
|
SetSuperSafeChat(this: Player, value: boolean): void;
|
|
9008
9297
|
readonly Name: string;
|
|
9009
9298
|
}
|
|
9299
|
+
/**
|
|
9300
|
+
* - **Tags**: NotCreatable, NotReplicated
|
|
9301
|
+
*
|
|
9302
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/PlayerData)
|
|
9303
|
+
*/
|
|
9304
|
+
interface PlayerData extends Instance {
|
|
9305
|
+
/**
|
|
9306
|
+
* **DO NOT USE!**
|
|
9307
|
+
*
|
|
9308
|
+
* This field exists to force TypeScript to recognize this as a nominal type
|
|
9309
|
+
* @hidden
|
|
9310
|
+
* @deprecated
|
|
9311
|
+
*/
|
|
9312
|
+
readonly _nominal_PlayerData: unique symbol;
|
|
9313
|
+
}
|
|
9314
|
+
/**
|
|
9315
|
+
* - **Tags**: NotCreatable, NotReplicated
|
|
9316
|
+
*
|
|
9317
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/PlayerDataRecord)
|
|
9318
|
+
*/
|
|
9319
|
+
interface PlayerDataRecord extends Instance {
|
|
9320
|
+
/**
|
|
9321
|
+
* **DO NOT USE!**
|
|
9322
|
+
*
|
|
9323
|
+
* This field exists to force TypeScript to recognize this as a nominal type
|
|
9324
|
+
* @hidden
|
|
9325
|
+
* @deprecated
|
|
9326
|
+
*/
|
|
9327
|
+
readonly _nominal_PlayerDataRecord: unique symbol;
|
|
9328
|
+
}
|
|
9329
|
+
/**
|
|
9330
|
+
* - **Tags**: NotCreatable, NotReplicated
|
|
9331
|
+
*
|
|
9332
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/PlayerDataRecordConfig)
|
|
9333
|
+
*/
|
|
9334
|
+
interface PlayerDataRecordConfig extends Instance {
|
|
9335
|
+
/**
|
|
9336
|
+
* **DO NOT USE!**
|
|
9337
|
+
*
|
|
9338
|
+
* This field exists to force TypeScript to recognize this as a nominal type
|
|
9339
|
+
* @hidden
|
|
9340
|
+
* @deprecated
|
|
9341
|
+
*/
|
|
9342
|
+
readonly _nominal_PlayerDataRecordConfig: unique symbol;
|
|
9343
|
+
}
|
|
9344
|
+
/**
|
|
9345
|
+
* - **Tags**: NotCreatable, Service, NotReplicated
|
|
9346
|
+
*
|
|
9347
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/PlayerDataService)
|
|
9348
|
+
*/
|
|
9349
|
+
interface PlayerDataService extends Instance {
|
|
9350
|
+
/**
|
|
9351
|
+
* **DO NOT USE!**
|
|
9352
|
+
*
|
|
9353
|
+
* This field exists to force TypeScript to recognize this as a nominal type
|
|
9354
|
+
* @hidden
|
|
9355
|
+
* @deprecated
|
|
9356
|
+
*/
|
|
9357
|
+
readonly _nominal_PlayerDataService: unique symbol;
|
|
9358
|
+
}
|
|
9010
9359
|
/**
|
|
9011
9360
|
* - **Tags**: NotCreatable, Service
|
|
9012
9361
|
*
|