@rbxts/types 1.0.925 → 1.0.927
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 +545 -742
- package/include/generated/PluginSecurity.d.ts +1046 -178
- package/include/generated/enums.d.ts +423 -12
- package/package.json +1 -1
|
@@ -23,8 +23,6 @@ interface Services {
|
|
|
23
23
|
AssetQualityService: AssetQualityService;
|
|
24
24
|
AssetService: AssetService;
|
|
25
25
|
AudioFocusService: AudioFocusService;
|
|
26
|
-
AuroraScriptService: AuroraScriptService;
|
|
27
|
-
AuroraService: AuroraService;
|
|
28
26
|
AvatarChatService: AvatarChatService;
|
|
29
27
|
AvatarCreationService: AvatarCreationService;
|
|
30
28
|
AvatarEditorService: AvatarEditorService;
|
|
@@ -38,6 +36,7 @@ interface Services {
|
|
|
38
36
|
CaptureService: CaptureService;
|
|
39
37
|
ChangeHistoryStreamingService: ChangeHistoryStreamingService;
|
|
40
38
|
Chat: Chat;
|
|
39
|
+
ClientStorageService: ClientStorageService;
|
|
41
40
|
CloudCRUDService: CloudCRUDService;
|
|
42
41
|
CloudExecutionService: CloudExecutionService;
|
|
43
42
|
CollaboratorsService: CollaboratorsService;
|
|
@@ -104,7 +103,6 @@ interface Services {
|
|
|
104
103
|
InstanceFileSyncService: InstanceFileSyncService;
|
|
105
104
|
InternalMessagingService: InternalMessagingService;
|
|
106
105
|
InternalMessagingServiceVerifier: InternalMessagingServiceVerifier;
|
|
107
|
-
InternalSyncService: InternalSyncService;
|
|
108
106
|
IXPService: IXPService;
|
|
109
107
|
JointsService: JointsService;
|
|
110
108
|
KeyframeSequenceProvider: KeyframeSequenceProvider;
|
|
@@ -118,7 +116,6 @@ interface Services {
|
|
|
118
116
|
LodDataService: LodDataService;
|
|
119
117
|
LogReporterService: LogReporterService;
|
|
120
118
|
LogService: LogService;
|
|
121
|
-
LSPFileSyncService: LSPFileSyncService;
|
|
122
119
|
LuauScriptAnalyzerService: LuauScriptAnalyzerService;
|
|
123
120
|
MarketplaceService: MarketplaceService;
|
|
124
121
|
MatchmakingService: MatchmakingService;
|
|
@@ -195,6 +192,7 @@ interface Services {
|
|
|
195
192
|
SharedTableRegistry: SharedTableRegistry;
|
|
196
193
|
SlimAnimationReplicationService: SlimAnimationReplicationService;
|
|
197
194
|
SlimContentProvider: SlimContentProvider;
|
|
195
|
+
SlimDebugSettings: SlimDebugSettings;
|
|
198
196
|
SlimReplicationService: SlimReplicationService;
|
|
199
197
|
SlimService: SlimService;
|
|
200
198
|
SmoothVoxelsUpgraderService: SmoothVoxelsUpgraderService;
|
|
@@ -308,7 +306,6 @@ interface CreatableInstances {
|
|
|
308
306
|
AudioSpeechToText: AudioSpeechToText;
|
|
309
307
|
AudioTextToSpeech: AudioTextToSpeech;
|
|
310
308
|
AudioTremolo: AudioTremolo;
|
|
311
|
-
AuroraScript: AuroraScript;
|
|
312
309
|
AvatarAbilityRules: AvatarAbilityRules;
|
|
313
310
|
AvatarAccessoryRules: AvatarAccessoryRules;
|
|
314
311
|
AvatarAnimationRules: AvatarAnimationRules;
|
|
@@ -415,7 +412,6 @@ interface CreatableInstances {
|
|
|
415
412
|
InputBinding: InputBinding;
|
|
416
413
|
InputContext: InputContext;
|
|
417
414
|
IntConstrainedValue: IntConstrainedValue;
|
|
418
|
-
InternalSyncItem: InternalSyncItem;
|
|
419
415
|
IntersectOperation: IntersectOperation;
|
|
420
416
|
IntValue: IntValue;
|
|
421
417
|
Keyframe: Keyframe;
|
|
@@ -521,6 +517,7 @@ interface CreatableInstances {
|
|
|
521
517
|
TextBox: TextBox;
|
|
522
518
|
TextButton: TextButton;
|
|
523
519
|
TextChannel: TextChannel;
|
|
520
|
+
TextChannelWindow: TextChannelWindow;
|
|
524
521
|
TextChatCommand: TextChatCommand;
|
|
525
522
|
TextChatMessageProperties: TextChatMessageProperties;
|
|
526
523
|
TextGenerator: TextGenerator;
|
|
@@ -763,6 +760,7 @@ interface Objects extends Instances {
|
|
|
763
760
|
OutputLink: OutputLink;
|
|
764
761
|
PluginConnection: PluginConnection;
|
|
765
762
|
ScreenshotCapture: ScreenshotCapture;
|
|
763
|
+
StudioActionOverride: StudioActionOverride;
|
|
766
764
|
TerrainIterateOperation: TerrainIterateOperation;
|
|
767
765
|
TerrainModifyOperation: TerrainModifyOperation;
|
|
768
766
|
TerrainReadOperation: TerrainReadOperation;
|
|
@@ -1014,7 +1012,7 @@ interface ConfigSnapshot extends RBXObject {
|
|
|
1014
1012
|
readonly UpdateAvailable: RBXScriptSignal<() => void>;
|
|
1015
1013
|
}
|
|
1016
1014
|
/**
|
|
1017
|
-
*
|
|
1015
|
+
* Object which allows for the runtime creation and manipulation of images.
|
|
1018
1016
|
*
|
|
1019
1017
|
* - **Tags**: NotCreatable
|
|
1020
1018
|
*
|
|
@@ -1042,7 +1040,7 @@ interface EditableImage extends RBXObject {
|
|
|
1042
1040
|
* - **ThreadSafety**: Unsafe
|
|
1043
1041
|
*
|
|
1044
1042
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/EditableImage#Destroy)
|
|
1045
|
-
* @param this
|
|
1043
|
+
* @param this Object which allows for the runtime creation and manipulation of images.
|
|
1046
1044
|
*/
|
|
1047
1045
|
Destroy(this: EditableImage): void;
|
|
1048
1046
|
/**
|
|
@@ -1051,7 +1049,7 @@ interface EditableImage extends RBXObject {
|
|
|
1051
1049
|
* - **ThreadSafety**: Unsafe
|
|
1052
1050
|
*
|
|
1053
1051
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/EditableImage#DrawCircle)
|
|
1054
|
-
* @param this
|
|
1052
|
+
* @param this Object which allows for the runtime creation and manipulation of images.
|
|
1055
1053
|
* @param center Center of the circle, relative to the top-left corner of the `EditableImage`. Positions outside the canvas bounds are allowed.
|
|
1056
1054
|
* @param radius Radius of the circle in pixels.
|
|
1057
1055
|
* @param color Color of the circle.
|
|
@@ -1066,7 +1064,7 @@ interface EditableImage extends RBXObject {
|
|
|
1066
1064
|
* - **ThreadSafety**: Unsafe
|
|
1067
1065
|
*
|
|
1068
1066
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/EditableImage#DrawImage)
|
|
1069
|
-
* @param this
|
|
1067
|
+
* @param this Object which allows for the runtime creation and manipulation of images.
|
|
1070
1068
|
* @param position Position at which the top-left corner of the added image will be drawn.
|
|
1071
1069
|
* @param image The `EditableImage` to draw into this `EditableImage`.
|
|
1072
1070
|
* @param combineType How the pixels of the source image should be blended with the pixels of the added image.
|
|
@@ -1078,7 +1076,7 @@ interface EditableImage extends RBXObject {
|
|
|
1078
1076
|
* - **ThreadSafety**: Unsafe
|
|
1079
1077
|
*
|
|
1080
1078
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/EditableImage#DrawImageProjected)
|
|
1081
|
-
* @param this
|
|
1079
|
+
* @param this Object which allows for the runtime creation and manipulation of images.
|
|
1082
1080
|
* @param mesh The `EditableMesh` used to project into.
|
|
1083
1081
|
* @param projection Projection configuration dictionary including the following key-value pairs: - `Direction` (`Vector3`) where the projector is facing.
|
|
1084
1082
|
* - `Position` (`Vector3`) as the position in local space with respect to the mesh.
|
|
@@ -1099,7 +1097,7 @@ interface EditableImage extends RBXObject {
|
|
|
1099
1097
|
* - **ThreadSafety**: Unsafe
|
|
1100
1098
|
*
|
|
1101
1099
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/EditableImage#DrawImageTransformed)
|
|
1102
|
-
* @param this
|
|
1100
|
+
* @param this Object which allows for the runtime creation and manipulation of images.
|
|
1103
1101
|
* @param position Position in pixels where the pivot point of the source image will be placed on this image.
|
|
1104
1102
|
* @param scale Scaling factors for the source image along the X and Y axes.
|
|
1105
1103
|
* @param rotation The rotation angle in degrees, applied around the pivot point of the source image.
|
|
@@ -1115,7 +1113,7 @@ interface EditableImage extends RBXObject {
|
|
|
1115
1113
|
* - **ThreadSafety**: Unsafe
|
|
1116
1114
|
*
|
|
1117
1115
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/EditableImage#DrawLine)
|
|
1118
|
-
* @param this
|
|
1116
|
+
* @param this Object which allows for the runtime creation and manipulation of images.
|
|
1119
1117
|
* @param p1 Start point of the line.
|
|
1120
1118
|
* @param p2 End point of the line.
|
|
1121
1119
|
* @param color Color of the line.
|
|
@@ -1130,7 +1128,7 @@ interface EditableImage extends RBXObject {
|
|
|
1130
1128
|
* - **ThreadSafety**: Unsafe
|
|
1131
1129
|
*
|
|
1132
1130
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/EditableImage#DrawRectangle)
|
|
1133
|
-
* @param this
|
|
1131
|
+
* @param this Object which allows for the runtime creation and manipulation of images.
|
|
1134
1132
|
* @param position Position of the top-left of the rectangle. Unlike other drawing methods, this cannot be outside the canvas bounds of the `EditableImage`.
|
|
1135
1133
|
* @param size Size of the rectangle to draw, in pixels.
|
|
1136
1134
|
* @param color Color of the rectangle.
|
|
@@ -1145,7 +1143,7 @@ interface EditableImage extends RBXObject {
|
|
|
1145
1143
|
* - **Tags**: CustomLuaState
|
|
1146
1144
|
*
|
|
1147
1145
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/EditableImage#ReadPixelsBuffer)
|
|
1148
|
-
* @param this
|
|
1146
|
+
* @param this Object which allows for the runtime creation and manipulation of images.
|
|
1149
1147
|
* @param position Top-left corner of the rectangular region of pixels to read.
|
|
1150
1148
|
* @param size Size of the rectangular region of pixels to read.
|
|
1151
1149
|
* @returns Buffer where each pixel is represented by four bytes (red, green, blue and alpha respectively). The length of the buffer can be calculated as `X * Size.Y * 4` bytes.
|
|
@@ -1158,7 +1156,7 @@ interface EditableImage extends RBXObject {
|
|
|
1158
1156
|
* - **Tags**: CustomLuaState
|
|
1159
1157
|
*
|
|
1160
1158
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/EditableImage#WritePixelsBuffer)
|
|
1161
|
-
* @param this
|
|
1159
|
+
* @param this Object which allows for the runtime creation and manipulation of images.
|
|
1162
1160
|
* @param position Top-left corner of the rectangular region to draw the pixels into.
|
|
1163
1161
|
* @param size Size of the rectangular region of pixels to write.
|
|
1164
1162
|
* @param buffer A buffer where each pixel is represented by four bytes (red, green, blue, and alpha respectively). The length of the buffer should be `X * Size.Y * 4` bytes.
|
|
@@ -1166,7 +1164,7 @@ interface EditableImage extends RBXObject {
|
|
|
1166
1164
|
WritePixelsBuffer(this: EditableImage, position: Vector2, size: Vector2, buffer: buffer): void;
|
|
1167
1165
|
}
|
|
1168
1166
|
/**
|
|
1169
|
-
*
|
|
1167
|
+
* Object which allows for the runtime creation and manipulation of meshes.
|
|
1170
1168
|
*
|
|
1171
1169
|
* - **Tags**: NotCreatable
|
|
1172
1170
|
*
|
|
@@ -1196,7 +1194,7 @@ interface EditableMesh extends RBXObject {
|
|
|
1196
1194
|
* - **ThreadSafety**: Unsafe
|
|
1197
1195
|
*
|
|
1198
1196
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/EditableMesh#AddBone)
|
|
1199
|
-
* @param this
|
|
1197
|
+
* @param this Object which allows for the runtime creation and manipulation of meshes.
|
|
1200
1198
|
* @param boneProperties Options table containing bone parameters: - `Name` — A string that specifies the bone name. Note that all bone names in a mesh must be unique.
|
|
1201
1199
|
* - `ParentId` — Optional bone ID of the new bone's parent.
|
|
1202
1200
|
* - `CFrame` — Initial `CFrame` of the bone in the bind pose of the mesh, in the mesh's local space.
|
|
@@ -1212,7 +1210,7 @@ interface EditableMesh extends RBXObject {
|
|
|
1212
1210
|
* - **ThreadSafety**: Unsafe
|
|
1213
1211
|
*
|
|
1214
1212
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/EditableMesh#AddColor)
|
|
1215
|
-
* @param this
|
|
1213
|
+
* @param this Object which allows for the runtime creation and manipulation of meshes.
|
|
1216
1214
|
* @param color The new color.
|
|
1217
1215
|
* @param alpha The color alpha (transparency).
|
|
1218
1216
|
* @returns Stable color ID of the new color.
|
|
@@ -1230,7 +1228,7 @@ interface EditableMesh extends RBXObject {
|
|
|
1230
1228
|
* - **ThreadSafety**: Unsafe
|
|
1231
1229
|
*
|
|
1232
1230
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/EditableMesh#AddNormal)
|
|
1233
|
-
* @param this
|
|
1231
|
+
* @param this Object which allows for the runtime creation and manipulation of meshes.
|
|
1234
1232
|
* @param normal The normal vector. If the normal value isn't specified, the normal will be automatically calculated.
|
|
1235
1233
|
* @returns Stable normal ID of the new normal.
|
|
1236
1234
|
*/
|
|
@@ -1241,7 +1239,7 @@ interface EditableMesh extends RBXObject {
|
|
|
1241
1239
|
* - **ThreadSafety**: Unsafe
|
|
1242
1240
|
*
|
|
1243
1241
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/EditableMesh#AddTriangle)
|
|
1244
|
-
* @param this
|
|
1242
|
+
* @param this Object which allows for the runtime creation and manipulation of meshes.
|
|
1245
1243
|
* @param vertexId0 ID of the first vertex of the triangle.
|
|
1246
1244
|
* @param vertexId1 ID of the second vertex of the triangle.
|
|
1247
1245
|
* @param vertexId2 ID of the third vertex of the triangle.
|
|
@@ -1254,7 +1252,7 @@ interface EditableMesh extends RBXObject {
|
|
|
1254
1252
|
* - **ThreadSafety**: Unsafe
|
|
1255
1253
|
*
|
|
1256
1254
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/EditableMesh#AddUV)
|
|
1257
|
-
* @param this
|
|
1255
|
+
* @param this Object which allows for the runtime creation and manipulation of meshes.
|
|
1258
1256
|
* @param uv The new UV coordinate.
|
|
1259
1257
|
* @returns Stable UV ID of the new UV.
|
|
1260
1258
|
*/
|
|
@@ -1265,18 +1263,25 @@ interface EditableMesh extends RBXObject {
|
|
|
1265
1263
|
* - **ThreadSafety**: Unsafe
|
|
1266
1264
|
*
|
|
1267
1265
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/EditableMesh#AddVertex)
|
|
1268
|
-
* @param this
|
|
1266
|
+
* @param this Object which allows for the runtime creation and manipulation of meshes.
|
|
1269
1267
|
* @param p Position in the mesh's local object space.
|
|
1270
1268
|
* @returns Stable vertex ID of the new vertex.
|
|
1271
1269
|
*/
|
|
1272
1270
|
AddVertex(this: EditableMesh, p: Vector3): number;
|
|
1271
|
+
/**
|
|
1272
|
+
* - **ThreadSafety**: Unsafe
|
|
1273
|
+
* - **Tags**: NotBrowsable
|
|
1274
|
+
*
|
|
1275
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/EditableMesh#Clear)
|
|
1276
|
+
*/
|
|
1277
|
+
Clear(this: EditableMesh): void;
|
|
1273
1278
|
/**
|
|
1274
1279
|
* Destroys the mesh.
|
|
1275
1280
|
*
|
|
1276
1281
|
* - **ThreadSafety**: Unsafe
|
|
1277
1282
|
*
|
|
1278
1283
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/EditableMesh#Destroy)
|
|
1279
|
-
* @param this
|
|
1284
|
+
* @param this Object which allows for the runtime creation and manipulation of meshes.
|
|
1280
1285
|
*/
|
|
1281
1286
|
Destroy(this: EditableMesh): void;
|
|
1282
1287
|
/**
|
|
@@ -1285,7 +1290,7 @@ interface EditableMesh extends RBXObject {
|
|
|
1285
1290
|
* - **ThreadSafety**: Unsafe
|
|
1286
1291
|
*
|
|
1287
1292
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/EditableMesh#FindClosestPointOnSurface)
|
|
1288
|
-
* @param this
|
|
1293
|
+
* @param this Object which allows for the runtime creation and manipulation of meshes.
|
|
1289
1294
|
* @param point Point position in the mesh's local object space.
|
|
1290
1295
|
* @returns Tuple of the face ID, point on the mesh in local object space, and the barycentric coordinate of the position within the face.
|
|
1291
1296
|
*/
|
|
@@ -1300,7 +1305,7 @@ interface EditableMesh extends RBXObject {
|
|
|
1300
1305
|
* - **ThreadSafety**: Unsafe
|
|
1301
1306
|
*
|
|
1302
1307
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/EditableMesh#FindClosestVertex)
|
|
1303
|
-
* @param this
|
|
1308
|
+
* @param this Object which allows for the runtime creation and manipulation of meshes.
|
|
1304
1309
|
* @param toThisPoint Point position in the mesh's local object space.
|
|
1305
1310
|
* @returns Closest stable vertex ID to the specified point in space.
|
|
1306
1311
|
*/
|
|
@@ -1311,7 +1316,7 @@ interface EditableMesh extends RBXObject {
|
|
|
1311
1316
|
* - **ThreadSafety**: Unsafe
|
|
1312
1317
|
*
|
|
1313
1318
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/EditableMesh#FindVerticesWithinSphere)
|
|
1314
|
-
* @param this
|
|
1319
|
+
* @param this Object which allows for the runtime creation and manipulation of meshes.
|
|
1315
1320
|
* @param center Center of the sphere in the mesh's local object space.
|
|
1316
1321
|
* @param radius Radius of the sphere.
|
|
1317
1322
|
* @returns List of stable vertex IDs within the requested sphere.
|
|
@@ -1323,7 +1328,7 @@ interface EditableMesh extends RBXObject {
|
|
|
1323
1328
|
* - **ThreadSafety**: Unsafe
|
|
1324
1329
|
*
|
|
1325
1330
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/EditableMesh#GetAdjacentFaces)
|
|
1326
|
-
* @param this
|
|
1331
|
+
* @param this Object which allows for the runtime creation and manipulation of meshes.
|
|
1327
1332
|
* @param faceId
|
|
1328
1333
|
* @returns List of face IDs adjacent to the given face.
|
|
1329
1334
|
*/
|
|
@@ -1334,7 +1339,7 @@ interface EditableMesh extends RBXObject {
|
|
|
1334
1339
|
* - **ThreadSafety**: Unsafe
|
|
1335
1340
|
*
|
|
1336
1341
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/EditableMesh#GetAdjacentVertices)
|
|
1337
|
-
* @param this
|
|
1342
|
+
* @param this Object which allows for the runtime creation and manipulation of meshes.
|
|
1338
1343
|
* @param vertexId Vertex ID around which to get adjacent vertices.
|
|
1339
1344
|
* @returns List of IDs of adjacent vertices around the given vertex ID.
|
|
1340
1345
|
*/
|
|
@@ -1345,7 +1350,7 @@ interface EditableMesh extends RBXObject {
|
|
|
1345
1350
|
* - **ThreadSafety**: Unsafe
|
|
1346
1351
|
*
|
|
1347
1352
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/EditableMesh#GetBoneByName)
|
|
1348
|
-
* @param this
|
|
1353
|
+
* @param this Object which allows for the runtime creation and manipulation of meshes.
|
|
1349
1354
|
* @param boneName Bone name to search for.
|
|
1350
1355
|
* @returns Bone ID of the bone with the given name.
|
|
1351
1356
|
*/
|
|
@@ -1356,7 +1361,7 @@ interface EditableMesh extends RBXObject {
|
|
|
1356
1361
|
* - **ThreadSafety**: Unsafe
|
|
1357
1362
|
*
|
|
1358
1363
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/EditableMesh#GetBoneCFrame)
|
|
1359
|
-
* @param this
|
|
1364
|
+
* @param this Object which allows for the runtime creation and manipulation of meshes.
|
|
1360
1365
|
* @param boneId Bone ID for which to get the `CFrame`.
|
|
1361
1366
|
* @returns Initial `CFrame` of the bone in the bind pose of the mesh, in the mesh's local space.
|
|
1362
1367
|
*/
|
|
@@ -1367,7 +1372,7 @@ interface EditableMesh extends RBXObject {
|
|
|
1367
1372
|
* - **ThreadSafety**: Unsafe
|
|
1368
1373
|
*
|
|
1369
1374
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/EditableMesh#GetBoneIsVirtual)
|
|
1370
|
-
* @param this
|
|
1375
|
+
* @param this Object which allows for the runtime creation and manipulation of meshes.
|
|
1371
1376
|
* @param boneId Bone ID for which to get whether the bone is virtual.
|
|
1372
1377
|
* @returns Whether the bone with the given bone ID is virtual. Virtual bones can only be bound to a `FaceControls` instance.
|
|
1373
1378
|
*/
|
|
@@ -1378,7 +1383,7 @@ interface EditableMesh extends RBXObject {
|
|
|
1378
1383
|
* - **ThreadSafety**: Unsafe
|
|
1379
1384
|
*
|
|
1380
1385
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/EditableMesh#GetBoneName)
|
|
1381
|
-
* @param this
|
|
1386
|
+
* @param this Object which allows for the runtime creation and manipulation of meshes.
|
|
1382
1387
|
* @param boneId Bone ID for which to get the name.
|
|
1383
1388
|
* @returns Name of the bone with the given bone ID.
|
|
1384
1389
|
*/
|
|
@@ -1389,7 +1394,7 @@ interface EditableMesh extends RBXObject {
|
|
|
1389
1394
|
* - **ThreadSafety**: Unsafe
|
|
1390
1395
|
*
|
|
1391
1396
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/EditableMesh#GetBoneParent)
|
|
1392
|
-
* @param this
|
|
1397
|
+
* @param this Object which allows for the runtime creation and manipulation of meshes.
|
|
1393
1398
|
* @param boneId Bone ID for which to get the parent.
|
|
1394
1399
|
* @returns Bone ID for the parent of the bone with the given bone ID. If there is no parent, returns `0`.
|
|
1395
1400
|
*/
|
|
@@ -1400,7 +1405,7 @@ interface EditableMesh extends RBXObject {
|
|
|
1400
1405
|
* - **ThreadSafety**: Unsafe
|
|
1401
1406
|
*
|
|
1402
1407
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/EditableMesh#GetBones)
|
|
1403
|
-
* @param this
|
|
1408
|
+
* @param this Object which allows for the runtime creation and manipulation of meshes.
|
|
1404
1409
|
* @returns List of stable bone IDs.
|
|
1405
1410
|
*/
|
|
1406
1411
|
GetBones(this: EditableMesh): Array<unknown>;
|
|
@@ -1408,7 +1413,7 @@ interface EditableMesh extends RBXObject {
|
|
|
1408
1413
|
* - **ThreadSafety**: Unsafe
|
|
1409
1414
|
*
|
|
1410
1415
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/EditableMesh#GetCenter)
|
|
1411
|
-
* @param this
|
|
1416
|
+
* @param this Object which allows for the runtime creation and manipulation of meshes.
|
|
1412
1417
|
* @returns Center of the bounding box of the `EditableMesh`.
|
|
1413
1418
|
*/
|
|
1414
1419
|
GetCenter(this: EditableMesh): Vector3;
|
|
@@ -1418,7 +1423,7 @@ interface EditableMesh extends RBXObject {
|
|
|
1418
1423
|
* - **ThreadSafety**: Unsafe
|
|
1419
1424
|
*
|
|
1420
1425
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/EditableMesh#GetColor)
|
|
1421
|
-
* @param this
|
|
1426
|
+
* @param this Object which allows for the runtime creation and manipulation of meshes.
|
|
1422
1427
|
* @param colorId Color ID for which to get the color.
|
|
1423
1428
|
* @returns Color for the requested stable color ID.
|
|
1424
1429
|
*/
|
|
@@ -1429,7 +1434,7 @@ interface EditableMesh extends RBXObject {
|
|
|
1429
1434
|
* - **ThreadSafety**: Unsafe
|
|
1430
1435
|
*
|
|
1431
1436
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/EditableMesh#GetColorAlpha)
|
|
1432
|
-
* @param this
|
|
1437
|
+
* @param this Object which allows for the runtime creation and manipulation of meshes.
|
|
1433
1438
|
* @param colorId Color ID for which to get the alpha.
|
|
1434
1439
|
* @returns Color alpha at the request stable color ID.
|
|
1435
1440
|
*/
|
|
@@ -1441,7 +1446,7 @@ interface EditableMesh extends RBXObject {
|
|
|
1441
1446
|
* - **Tags**: CustomLuaState
|
|
1442
1447
|
*
|
|
1443
1448
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/EditableMesh#GetColors)
|
|
1444
|
-
* @param this
|
|
1449
|
+
* @param this Object which allows for the runtime creation and manipulation of meshes.
|
|
1445
1450
|
* @returns List of stable color IDs.
|
|
1446
1451
|
*/
|
|
1447
1452
|
GetColors(this: EditableMesh): Array<unknown>;
|
|
@@ -1452,7 +1457,7 @@ interface EditableMesh extends RBXObject {
|
|
|
1452
1457
|
* - **Tags**: CustomLuaState
|
|
1453
1458
|
*
|
|
1454
1459
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/EditableMesh#GetFaceColors)
|
|
1455
|
-
* @param this
|
|
1460
|
+
* @param this Object which allows for the runtime creation and manipulation of meshes.
|
|
1456
1461
|
* @param faceId Face ID for which to get the color IDs.
|
|
1457
1462
|
* @returns List of color IDs used for the vertices on the given face.
|
|
1458
1463
|
*/
|
|
@@ -1464,7 +1469,7 @@ interface EditableMesh extends RBXObject {
|
|
|
1464
1469
|
* - **Tags**: CustomLuaState
|
|
1465
1470
|
*
|
|
1466
1471
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/EditableMesh#GetFaceNormals)
|
|
1467
|
-
* @param this
|
|
1472
|
+
* @param this Object which allows for the runtime creation and manipulation of meshes.
|
|
1468
1473
|
* @param faceId Face ID for which to get the normal IDs.
|
|
1469
1474
|
* @returns List of normal IDs used for the vertices on the given face.
|
|
1470
1475
|
*/
|
|
@@ -1476,7 +1481,7 @@ interface EditableMesh extends RBXObject {
|
|
|
1476
1481
|
* - **Tags**: CustomLuaState
|
|
1477
1482
|
*
|
|
1478
1483
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/EditableMesh#GetFaceUVs)
|
|
1479
|
-
* @param this
|
|
1484
|
+
* @param this Object which allows for the runtime creation and manipulation of meshes.
|
|
1480
1485
|
* @param faceId Face ID for which to get the UV IDs.
|
|
1481
1486
|
* @returns List of UV IDs used for the vertices on the given face.
|
|
1482
1487
|
*/
|
|
@@ -1488,7 +1493,7 @@ interface EditableMesh extends RBXObject {
|
|
|
1488
1493
|
* - **Tags**: CustomLuaState
|
|
1489
1494
|
*
|
|
1490
1495
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/EditableMesh#GetFaceVertices)
|
|
1491
|
-
* @param this
|
|
1496
|
+
* @param this Object which allows for the runtime creation and manipulation of meshes.
|
|
1492
1497
|
* @param faceId
|
|
1493
1498
|
* @returns List of vertex IDs around the given face.
|
|
1494
1499
|
*/
|
|
@@ -1500,7 +1505,7 @@ interface EditableMesh extends RBXObject {
|
|
|
1500
1505
|
* - **Tags**: CustomLuaState
|
|
1501
1506
|
*
|
|
1502
1507
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/EditableMesh#GetFaces)
|
|
1503
|
-
* @param this
|
|
1508
|
+
* @param this Object which allows for the runtime creation and manipulation of meshes.
|
|
1504
1509
|
* @returns List of stable face IDs.
|
|
1505
1510
|
*/
|
|
1506
1511
|
GetFaces(this: EditableMesh): Array<unknown>;
|
|
@@ -1513,7 +1518,7 @@ interface EditableMesh extends RBXObject {
|
|
|
1513
1518
|
* - **Tags**:
|
|
1514
1519
|
*
|
|
1515
1520
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/EditableMesh#GetFacesWithAttribute)
|
|
1516
|
-
* @param this
|
|
1521
|
+
* @param this Object which allows for the runtime creation and manipulation of meshes.
|
|
1517
1522
|
* @param id Attribute ID for which to find faces that use it.
|
|
1518
1523
|
* @returns List of face IDs which use the given attribute ID.
|
|
1519
1524
|
*
|
|
@@ -1527,7 +1532,7 @@ interface EditableMesh extends RBXObject {
|
|
|
1527
1532
|
* - **Tags**: CustomLuaState
|
|
1528
1533
|
*
|
|
1529
1534
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/EditableMesh#GetFacesWithColor)
|
|
1530
|
-
* @param this
|
|
1535
|
+
* @param this Object which allows for the runtime creation and manipulation of meshes.
|
|
1531
1536
|
* @param colorId Color ID to find faces for.
|
|
1532
1537
|
* @returns List of face IDs that use the provided color ID.
|
|
1533
1538
|
*/
|
|
@@ -1539,7 +1544,7 @@ interface EditableMesh extends RBXObject {
|
|
|
1539
1544
|
* - **Tags**: CustomLuaState
|
|
1540
1545
|
*
|
|
1541
1546
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/EditableMesh#GetFacesWithNormal)
|
|
1542
|
-
* @param this
|
|
1547
|
+
* @param this Object which allows for the runtime creation and manipulation of meshes.
|
|
1543
1548
|
* @param normalId Normal ID to find faces for.
|
|
1544
1549
|
* @returns List of face IDs that use the provided normal ID.
|
|
1545
1550
|
*/
|
|
@@ -1551,7 +1556,7 @@ interface EditableMesh extends RBXObject {
|
|
|
1551
1556
|
* - **Tags**: CustomLuaState
|
|
1552
1557
|
*
|
|
1553
1558
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/EditableMesh#GetFacesWithUV)
|
|
1554
|
-
* @param this
|
|
1559
|
+
* @param this Object which allows for the runtime creation and manipulation of meshes.
|
|
1555
1560
|
* @param uvId UV ID to find faces for.
|
|
1556
1561
|
* @returns List of face IDs that use the provided UV ID.
|
|
1557
1562
|
*/
|
|
@@ -1562,7 +1567,7 @@ interface EditableMesh extends RBXObject {
|
|
|
1562
1567
|
* - **ThreadSafety**: Unsafe
|
|
1563
1568
|
*
|
|
1564
1569
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/EditableMesh#GetFacsCorrectivePose)
|
|
1565
|
-
* @param this
|
|
1570
|
+
* @param this Object which allows for the runtime creation and manipulation of meshes.
|
|
1566
1571
|
* @param actions Array or 2 or 3 `FacsActionUnit` values that specify a corrective pose.
|
|
1567
1572
|
* @returns Array of bone IDs and corresponding array of bone `CFrames`.
|
|
1568
1573
|
*/
|
|
@@ -1573,7 +1578,7 @@ interface EditableMesh extends RBXObject {
|
|
|
1573
1578
|
* - **ThreadSafety**: Unsafe
|
|
1574
1579
|
*
|
|
1575
1580
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/EditableMesh#GetFacsCorrectivePoses)
|
|
1576
|
-
* @param this
|
|
1581
|
+
* @param this Object which allows for the runtime creation and manipulation of meshes.
|
|
1577
1582
|
* @returns Array of corrective poses. Each corrective pose is specified by a small array of 2 or 3 `FacsActionUnit` values.
|
|
1578
1583
|
*/
|
|
1579
1584
|
GetFacsCorrectivePoses(this: EditableMesh): Array<unknown>;
|
|
@@ -1583,7 +1588,7 @@ interface EditableMesh extends RBXObject {
|
|
|
1583
1588
|
* - **ThreadSafety**: Unsafe
|
|
1584
1589
|
*
|
|
1585
1590
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/EditableMesh#GetFacsPose)
|
|
1586
|
-
* @param this
|
|
1591
|
+
* @param this Object which allows for the runtime creation and manipulation of meshes.
|
|
1587
1592
|
* @param action FACS action unit for which to get the pose.
|
|
1588
1593
|
* @returns Array of bone IDs and corresponding array of bone `CFrame`.
|
|
1589
1594
|
*/
|
|
@@ -1594,7 +1599,7 @@ interface EditableMesh extends RBXObject {
|
|
|
1594
1599
|
* - **ThreadSafety**: Unsafe
|
|
1595
1600
|
*
|
|
1596
1601
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/EditableMesh#GetFacsPoses)
|
|
1597
|
-
* @param this
|
|
1602
|
+
* @param this Object which allows for the runtime creation and manipulation of meshes.
|
|
1598
1603
|
* @returns Array of `FacsActionUnit`, one for each FACS action unit that has a pose defined.
|
|
1599
1604
|
*/
|
|
1600
1605
|
GetFacsPoses(this: EditableMesh): Array<unknown>;
|
|
@@ -1604,7 +1609,7 @@ interface EditableMesh extends RBXObject {
|
|
|
1604
1609
|
* - **ThreadSafety**: Unsafe
|
|
1605
1610
|
*
|
|
1606
1611
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/EditableMesh#GetNormal)
|
|
1607
|
-
* @param this
|
|
1612
|
+
* @param this Object which allows for the runtime creation and manipulation of meshes.
|
|
1608
1613
|
* @param normalId Normal ID for which to get the normal vector.
|
|
1609
1614
|
* @returns Normal vector at the requested normal ID.
|
|
1610
1615
|
*/
|
|
@@ -1616,7 +1621,7 @@ interface EditableMesh extends RBXObject {
|
|
|
1616
1621
|
* - **Tags**: CustomLuaState
|
|
1617
1622
|
*
|
|
1618
1623
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/EditableMesh#GetNormals)
|
|
1619
|
-
* @param this
|
|
1624
|
+
* @param this Object which allows for the runtime creation and manipulation of meshes.
|
|
1620
1625
|
* @returns List of stable normal IDs.
|
|
1621
1626
|
*/
|
|
1622
1627
|
GetNormals(this: EditableMesh): Array<unknown>;
|
|
@@ -1626,7 +1631,7 @@ interface EditableMesh extends RBXObject {
|
|
|
1626
1631
|
* - **ThreadSafety**: Unsafe
|
|
1627
1632
|
*
|
|
1628
1633
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/EditableMesh#GetPosition)
|
|
1629
|
-
* @param this
|
|
1634
|
+
* @param this Object which allows for the runtime creation and manipulation of meshes.
|
|
1630
1635
|
* @param vertexId Stable vertex ID for which to get the position.
|
|
1631
1636
|
* @returns Position of a vertex in the mesh's local object space.
|
|
1632
1637
|
*/
|
|
@@ -1635,7 +1640,7 @@ interface EditableMesh extends RBXObject {
|
|
|
1635
1640
|
* - **ThreadSafety**: Unsafe
|
|
1636
1641
|
*
|
|
1637
1642
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/EditableMesh#GetSize)
|
|
1638
|
-
* @param this
|
|
1643
|
+
* @param this Object which allows for the runtime creation and manipulation of meshes.
|
|
1639
1644
|
* @returns Size of the `EditableMesh`.
|
|
1640
1645
|
*/
|
|
1641
1646
|
GetSize(this: EditableMesh): Vector3;
|
|
@@ -1645,7 +1650,7 @@ interface EditableMesh extends RBXObject {
|
|
|
1645
1650
|
* - **ThreadSafety**: Unsafe
|
|
1646
1651
|
*
|
|
1647
1652
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/EditableMesh#GetUV)
|
|
1648
|
-
* @param this
|
|
1653
|
+
* @param this Object which allows for the runtime creation and manipulation of meshes.
|
|
1649
1654
|
* @param uvId UV ID for which to get the UV coordinate.
|
|
1650
1655
|
* @returns UV coordinates at the requested UV ID.
|
|
1651
1656
|
*/
|
|
@@ -1657,7 +1662,7 @@ interface EditableMesh extends RBXObject {
|
|
|
1657
1662
|
* - **Tags**: CustomLuaState
|
|
1658
1663
|
*
|
|
1659
1664
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/EditableMesh#GetUVs)
|
|
1660
|
-
* @param this
|
|
1665
|
+
* @param this Object which allows for the runtime creation and manipulation of meshes.
|
|
1661
1666
|
* @returns List of stable UV IDs.
|
|
1662
1667
|
*/
|
|
1663
1668
|
GetUVs(this: EditableMesh): Array<unknown>;
|
|
@@ -1667,7 +1672,7 @@ interface EditableMesh extends RBXObject {
|
|
|
1667
1672
|
* - **ThreadSafety**: Unsafe
|
|
1668
1673
|
*
|
|
1669
1674
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/EditableMesh#GetVertexBoneWeights)
|
|
1670
|
-
* @param this
|
|
1675
|
+
* @param this Object which allows for the runtime creation and manipulation of meshes.
|
|
1671
1676
|
* @param vertexId Vertex ID for which to get the associated bone weights.
|
|
1672
1677
|
* @returns Skinning blend weights for each bone that is associated with the vertex.
|
|
1673
1678
|
*/
|
|
@@ -1678,7 +1683,7 @@ interface EditableMesh extends RBXObject {
|
|
|
1678
1683
|
* - **ThreadSafety**: Unsafe
|
|
1679
1684
|
*
|
|
1680
1685
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/EditableMesh#GetVertexBones)
|
|
1681
|
-
* @param this
|
|
1686
|
+
* @param this Object which allows for the runtime creation and manipulation of meshes.
|
|
1682
1687
|
* @param vertexId Vertex ID for which to get the associated bones.
|
|
1683
1688
|
* @returns Bone IDs associated with the vertex for skinning.
|
|
1684
1689
|
*/
|
|
@@ -1690,7 +1695,7 @@ interface EditableMesh extends RBXObject {
|
|
|
1690
1695
|
* - **Tags**: CustomLuaState
|
|
1691
1696
|
*
|
|
1692
1697
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/EditableMesh#GetVertexColors)
|
|
1693
|
-
* @param this
|
|
1698
|
+
* @param this Object which allows for the runtime creation and manipulation of meshes.
|
|
1694
1699
|
* @param vertexId Stable vertex ID to find color IDs.
|
|
1695
1700
|
* @returns Array of color IDs of faces attached to the given vertex.
|
|
1696
1701
|
*/
|
|
@@ -1701,7 +1706,7 @@ interface EditableMesh extends RBXObject {
|
|
|
1701
1706
|
* - **ThreadSafety**: Unsafe
|
|
1702
1707
|
*
|
|
1703
1708
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/EditableMesh#GetVertexFaceColor)
|
|
1704
|
-
* @param this
|
|
1709
|
+
* @param this Object which allows for the runtime creation and manipulation of meshes.
|
|
1705
1710
|
* @param vertexId Stable vertex ID.
|
|
1706
1711
|
* @param faceId Stable face ID.
|
|
1707
1712
|
* @returns Stable color ID of the vertex/face pair.
|
|
@@ -1713,7 +1718,7 @@ interface EditableMesh extends RBXObject {
|
|
|
1713
1718
|
* - **ThreadSafety**: Unsafe
|
|
1714
1719
|
*
|
|
1715
1720
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/EditableMesh#GetVertexFaceNormal)
|
|
1716
|
-
* @param this
|
|
1721
|
+
* @param this Object which allows for the runtime creation and manipulation of meshes.
|
|
1717
1722
|
* @param vertexId Stable vertex ID.
|
|
1718
1723
|
* @param faceId Stable face ID.
|
|
1719
1724
|
* @returns Stable normal ID of the vertex/face pair.
|
|
@@ -1725,7 +1730,7 @@ interface EditableMesh extends RBXObject {
|
|
|
1725
1730
|
* - **ThreadSafety**: Unsafe
|
|
1726
1731
|
*
|
|
1727
1732
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/EditableMesh#GetVertexFaceUV)
|
|
1728
|
-
* @param this
|
|
1733
|
+
* @param this Object which allows for the runtime creation and manipulation of meshes.
|
|
1729
1734
|
* @param vertexId Stable vertex ID.
|
|
1730
1735
|
* @param faceId Stable face ID.
|
|
1731
1736
|
* @returns Stable UV ID of the vertex/face pair.
|
|
@@ -1738,7 +1743,7 @@ interface EditableMesh extends RBXObject {
|
|
|
1738
1743
|
* - **Tags**: CustomLuaState
|
|
1739
1744
|
*
|
|
1740
1745
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/EditableMesh#GetVertexFaces)
|
|
1741
|
-
* @param this
|
|
1746
|
+
* @param this Object which allows for the runtime creation and manipulation of meshes.
|
|
1742
1747
|
* @param vertexId Stable vertex ID to find faces for.
|
|
1743
1748
|
* @returns Array of face IDs attached to the given vertex.
|
|
1744
1749
|
*/
|
|
@@ -1750,7 +1755,7 @@ interface EditableMesh extends RBXObject {
|
|
|
1750
1755
|
* - **Tags**: CustomLuaState
|
|
1751
1756
|
*
|
|
1752
1757
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/EditableMesh#GetVertexNormals)
|
|
1753
|
-
* @param this
|
|
1758
|
+
* @param this Object which allows for the runtime creation and manipulation of meshes.
|
|
1754
1759
|
* @param vertexId Stable vertex ID to find normal IDs.
|
|
1755
1760
|
* @returns Array of normal IDs of faces attached to the given vertex.
|
|
1756
1761
|
*/
|
|
@@ -1762,7 +1767,7 @@ interface EditableMesh extends RBXObject {
|
|
|
1762
1767
|
* - **Tags**: CustomLuaState
|
|
1763
1768
|
*
|
|
1764
1769
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/EditableMesh#GetVertexUVs)
|
|
1765
|
-
* @param this
|
|
1770
|
+
* @param this Object which allows for the runtime creation and manipulation of meshes.
|
|
1766
1771
|
* @param vertexId Stable vertex ID to find UV IDs.
|
|
1767
1772
|
* @returns Array of UV IDs of faces attached to the given vertex.
|
|
1768
1773
|
*/
|
|
@@ -1773,7 +1778,7 @@ interface EditableMesh extends RBXObject {
|
|
|
1773
1778
|
* - **ThreadSafety**: Unsafe
|
|
1774
1779
|
*
|
|
1775
1780
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/EditableMesh#GetVertices)
|
|
1776
|
-
* @param this
|
|
1781
|
+
* @param this Object which allows for the runtime creation and manipulation of meshes.
|
|
1777
1782
|
* @returns List of stable vertex IDs.
|
|
1778
1783
|
*/
|
|
1779
1784
|
GetVertices(this: EditableMesh): Array<number>;
|
|
@@ -1786,7 +1791,7 @@ interface EditableMesh extends RBXObject {
|
|
|
1786
1791
|
* - **Tags**:
|
|
1787
1792
|
*
|
|
1788
1793
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/EditableMesh#GetVerticesWithAttribute)
|
|
1789
|
-
* @param this
|
|
1794
|
+
* @param this Object which allows for the runtime creation and manipulation of meshes.
|
|
1790
1795
|
* @param id Attribute ID for which to find vertices that use it.
|
|
1791
1796
|
* @returns List of vertex IDs which use the given attribute ID.
|
|
1792
1797
|
*
|
|
@@ -1800,7 +1805,7 @@ interface EditableMesh extends RBXObject {
|
|
|
1800
1805
|
* - **Tags**: CustomLuaState
|
|
1801
1806
|
*
|
|
1802
1807
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/EditableMesh#GetVerticesWithColor)
|
|
1803
|
-
* @param this
|
|
1808
|
+
* @param this Object which allows for the runtime creation and manipulation of meshes.
|
|
1804
1809
|
* @param colorId Color ID to find faces for.
|
|
1805
1810
|
* @returns List of face IDs that use the provided color ID.
|
|
1806
1811
|
*/
|
|
@@ -1812,7 +1817,7 @@ interface EditableMesh extends RBXObject {
|
|
|
1812
1817
|
* - **Tags**: CustomLuaState
|
|
1813
1818
|
*
|
|
1814
1819
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/EditableMesh#GetVerticesWithNormal)
|
|
1815
|
-
* @param this
|
|
1820
|
+
* @param this Object which allows for the runtime creation and manipulation of meshes.
|
|
1816
1821
|
* @param normalId Normal ID to find vertices for.
|
|
1817
1822
|
* @returns List of vertex IDs that use the provided normal ID.
|
|
1818
1823
|
*/
|
|
@@ -1824,7 +1829,7 @@ interface EditableMesh extends RBXObject {
|
|
|
1824
1829
|
* - **Tags**: CustomLuaState
|
|
1825
1830
|
*
|
|
1826
1831
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/EditableMesh#GetVerticesWithUV)
|
|
1827
|
-
* @param this
|
|
1832
|
+
* @param this Object which allows for the runtime creation and manipulation of meshes.
|
|
1828
1833
|
* @param uvId UV ID to find vertices for.
|
|
1829
1834
|
* @returns List of vertex IDs that use the provided UV ID.
|
|
1830
1835
|
*/
|
|
@@ -1835,7 +1840,7 @@ interface EditableMesh extends RBXObject {
|
|
|
1835
1840
|
* - **ThreadSafety**: Unsafe
|
|
1836
1841
|
*
|
|
1837
1842
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/EditableMesh#IdDebugString)
|
|
1838
|
-
* @param this
|
|
1843
|
+
* @param this Object which allows for the runtime creation and manipulation of meshes.
|
|
1839
1844
|
* @param id ID for which to return a debugging information string.
|
|
1840
1845
|
* @returns String that describes the ID in human-readable format.
|
|
1841
1846
|
*/
|
|
@@ -1846,7 +1851,7 @@ interface EditableMesh extends RBXObject {
|
|
|
1846
1851
|
* - **ThreadSafety**: Unsafe
|
|
1847
1852
|
*
|
|
1848
1853
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/EditableMesh#MergeVertices)
|
|
1849
|
-
* @param this
|
|
1854
|
+
* @param this Object which allows for the runtime creation and manipulation of meshes.
|
|
1850
1855
|
* @param mergeTolerance The distance at which the vertices are considered to touch each other.
|
|
1851
1856
|
* @returns A mapping of old vertex ID to new vertex ID for vertices that have been merged.
|
|
1852
1857
|
*/
|
|
@@ -1855,7 +1860,7 @@ interface EditableMesh extends RBXObject {
|
|
|
1855
1860
|
* - **ThreadSafety**: Unsafe
|
|
1856
1861
|
*
|
|
1857
1862
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/EditableMesh#RaycastLocal)
|
|
1858
|
-
* @param this
|
|
1863
|
+
* @param this Object which allows for the runtime creation and manipulation of meshes.
|
|
1859
1864
|
* @param origin Origin of the ray in the mesh's local object space.
|
|
1860
1865
|
* @param direction Direction of the ray.
|
|
1861
1866
|
* @returns Tuple of the point of intersection, face ID, and barycentric coordinates.
|
|
@@ -1871,7 +1876,7 @@ interface EditableMesh extends RBXObject {
|
|
|
1871
1876
|
* - **ThreadSafety**: Unsafe
|
|
1872
1877
|
*
|
|
1873
1878
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/EditableMesh#RemoveBone)
|
|
1874
|
-
* @param this
|
|
1879
|
+
* @param this Object which allows for the runtime creation and manipulation of meshes.
|
|
1875
1880
|
* @param boneId
|
|
1876
1881
|
*/
|
|
1877
1882
|
RemoveBone(this: EditableMesh, boneId: number): void;
|
|
@@ -1881,7 +1886,7 @@ interface EditableMesh extends RBXObject {
|
|
|
1881
1886
|
* - **ThreadSafety**: Unsafe
|
|
1882
1887
|
*
|
|
1883
1888
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/EditableMesh#RemoveFace)
|
|
1884
|
-
* @param this
|
|
1889
|
+
* @param this Object which allows for the runtime creation and manipulation of meshes.
|
|
1885
1890
|
* @param faceId
|
|
1886
1891
|
*/
|
|
1887
1892
|
RemoveFace(this: EditableMesh, faceId: number): void;
|
|
@@ -1891,7 +1896,7 @@ interface EditableMesh extends RBXObject {
|
|
|
1891
1896
|
* - **ThreadSafety**: Unsafe
|
|
1892
1897
|
*
|
|
1893
1898
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/EditableMesh#RemoveUnused)
|
|
1894
|
-
* @param this
|
|
1899
|
+
* @param this Object which allows for the runtime creation and manipulation of meshes.
|
|
1895
1900
|
* @returns All of the removed stable IDs.
|
|
1896
1901
|
*/
|
|
1897
1902
|
RemoveUnused(this: EditableMesh): Array<unknown>;
|
|
@@ -1901,7 +1906,7 @@ interface EditableMesh extends RBXObject {
|
|
|
1901
1906
|
* - **ThreadSafety**: Unsafe
|
|
1902
1907
|
*
|
|
1903
1908
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/EditableMesh#ResetNormal)
|
|
1904
|
-
* @param this
|
|
1909
|
+
* @param this Object which allows for the runtime creation and manipulation of meshes.
|
|
1905
1910
|
* @param normalId Stable normal ID to reset.
|
|
1906
1911
|
*/
|
|
1907
1912
|
ResetNormal(this: EditableMesh, normalId: number): void;
|
|
@@ -1911,7 +1916,7 @@ interface EditableMesh extends RBXObject {
|
|
|
1911
1916
|
* - **ThreadSafety**: Unsafe
|
|
1912
1917
|
*
|
|
1913
1918
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/EditableMesh#SetBoneCFrame)
|
|
1914
|
-
* @param this
|
|
1919
|
+
* @param this Object which allows for the runtime creation and manipulation of meshes.
|
|
1915
1920
|
* @param boneId Bone ID for which to set the initial `CFrame`.
|
|
1916
1921
|
* @param cframe Initial `CFrame` for the bone in the mesh's bind pose, in the mesh's local space.
|
|
1917
1922
|
*/
|
|
@@ -1922,7 +1927,7 @@ interface EditableMesh extends RBXObject {
|
|
|
1922
1927
|
* - **ThreadSafety**: Unsafe
|
|
1923
1928
|
*
|
|
1924
1929
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/EditableMesh#SetBoneIsVirtual)
|
|
1925
|
-
* @param this
|
|
1930
|
+
* @param this Object which allows for the runtime creation and manipulation of meshes.
|
|
1926
1931
|
* @param boneId Bone ID for which to set whether the bone is virtual.
|
|
1927
1932
|
* @param virtual Whether the bone should be virtual.
|
|
1928
1933
|
*/
|
|
@@ -1933,7 +1938,7 @@ interface EditableMesh extends RBXObject {
|
|
|
1933
1938
|
* - **ThreadSafety**: Unsafe
|
|
1934
1939
|
*
|
|
1935
1940
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/EditableMesh#SetBoneName)
|
|
1936
|
-
* @param this
|
|
1941
|
+
* @param this Object which allows for the runtime creation and manipulation of meshes.
|
|
1937
1942
|
* @param boneId Bone ID for which to set the name.
|
|
1938
1943
|
* @param name Bone name to set.
|
|
1939
1944
|
*/
|
|
@@ -1944,7 +1949,7 @@ interface EditableMesh extends RBXObject {
|
|
|
1944
1949
|
* - **ThreadSafety**: Unsafe
|
|
1945
1950
|
*
|
|
1946
1951
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/EditableMesh#SetBoneParent)
|
|
1947
|
-
* @param this
|
|
1952
|
+
* @param this Object which allows for the runtime creation and manipulation of meshes.
|
|
1948
1953
|
* @param boneId Bone ID for which to set the parent.
|
|
1949
1954
|
* @param parentBoneId Parent bone ID.
|
|
1950
1955
|
*/
|
|
@@ -1955,7 +1960,7 @@ interface EditableMesh extends RBXObject {
|
|
|
1955
1960
|
* - **ThreadSafety**: Unsafe
|
|
1956
1961
|
*
|
|
1957
1962
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/EditableMesh#SetColor)
|
|
1958
|
-
* @param this
|
|
1963
|
+
* @param this Object which allows for the runtime creation and manipulation of meshes.
|
|
1959
1964
|
* @param colorId Stable color ID for which to set the color.
|
|
1960
1965
|
* @param color Color to set.
|
|
1961
1966
|
*/
|
|
@@ -1966,7 +1971,7 @@ interface EditableMesh extends RBXObject {
|
|
|
1966
1971
|
* - **ThreadSafety**: Unsafe
|
|
1967
1972
|
*
|
|
1968
1973
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/EditableMesh#SetColorAlpha)
|
|
1969
|
-
* @param this
|
|
1974
|
+
* @param this Object which allows for the runtime creation and manipulation of meshes.
|
|
1970
1975
|
* @param colorId Stable color ID for which to set the color alpha.
|
|
1971
1976
|
* @param alpha Alpha to set.
|
|
1972
1977
|
*/
|
|
@@ -1978,7 +1983,7 @@ interface EditableMesh extends RBXObject {
|
|
|
1978
1983
|
* - **Tags**: CustomLuaState
|
|
1979
1984
|
*
|
|
1980
1985
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/EditableMesh#SetFaceColors)
|
|
1981
|
-
* @param this
|
|
1986
|
+
* @param this Object which allows for the runtime creation and manipulation of meshes.
|
|
1982
1987
|
* @param faceId Face ID for which to update the vertex colors.
|
|
1983
1988
|
* @param ids List of new stable color IDs to use for the given face's vertices.
|
|
1984
1989
|
*/
|
|
@@ -1990,7 +1995,7 @@ interface EditableMesh extends RBXObject {
|
|
|
1990
1995
|
* - **Tags**: CustomLuaState
|
|
1991
1996
|
*
|
|
1992
1997
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/EditableMesh#SetFaceNormals)
|
|
1993
|
-
* @param this
|
|
1998
|
+
* @param this Object which allows for the runtime creation and manipulation of meshes.
|
|
1994
1999
|
* @param faceId Face ID for which to update the vertex normals.
|
|
1995
2000
|
* @param ids List of new stable normal IDs to use for the given face's vertices.
|
|
1996
2001
|
*/
|
|
@@ -2002,7 +2007,7 @@ interface EditableMesh extends RBXObject {
|
|
|
2002
2007
|
* - **Tags**: CustomLuaState
|
|
2003
2008
|
*
|
|
2004
2009
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/EditableMesh#SetFaceUVs)
|
|
2005
|
-
* @param this
|
|
2010
|
+
* @param this Object which allows for the runtime creation and manipulation of meshes.
|
|
2006
2011
|
* @param faceId Face ID for which to update the vertex UVs.
|
|
2007
2012
|
* @param ids List of new stable UV IDs to use for the given face's vertices.
|
|
2008
2013
|
*/
|
|
@@ -2014,7 +2019,7 @@ interface EditableMesh extends RBXObject {
|
|
|
2014
2019
|
* - **Tags**: CustomLuaState
|
|
2015
2020
|
*
|
|
2016
2021
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/EditableMesh#SetFaceVertices)
|
|
2017
|
-
* @param this
|
|
2022
|
+
* @param this Object which allows for the runtime creation and manipulation of meshes.
|
|
2018
2023
|
* @param faceId Face ID for which to update the vertices.
|
|
2019
2024
|
* @param ids List of new stable vertex IDs to use for the given face.
|
|
2020
2025
|
*/
|
|
@@ -2025,7 +2030,7 @@ interface EditableMesh extends RBXObject {
|
|
|
2025
2030
|
* - **ThreadSafety**: Unsafe
|
|
2026
2031
|
*
|
|
2027
2032
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/EditableMesh#SetFacsBonePose)
|
|
2028
|
-
* @param this
|
|
2033
|
+
* @param this Object which allows for the runtime creation and manipulation of meshes.
|
|
2029
2034
|
* @param action FACS action unit for which to set the pose.
|
|
2030
2035
|
* @param boneId Bone to set a `CFrame` for this pose.
|
|
2031
2036
|
* @param cframe `CFrame` which transforms the bone from the initial bone `CFrame` in the bind pose of the mesh to the combined bone `CFrame` for this pose. All `CFrames` are in the mesh's local space.
|
|
@@ -2037,7 +2042,7 @@ interface EditableMesh extends RBXObject {
|
|
|
2037
2042
|
* - **ThreadSafety**: Unsafe
|
|
2038
2043
|
*
|
|
2039
2044
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/EditableMesh#SetFacsCorrectivePose)
|
|
2040
|
-
* @param this
|
|
2045
|
+
* @param this Object which allows for the runtime creation and manipulation of meshes.
|
|
2041
2046
|
* @param actions Array or 2 or 3 `FacsActionUnit` values to apply as a corrective pose.
|
|
2042
2047
|
* @param boneIds Bones to set a `CFrame` for this pose.
|
|
2043
2048
|
* @param cframes `CFrame` transforms for the bones in this corrective pose. Each bone `CFrame` transforms the bone from the initial bone `CFrame` in the bind pose of the mesh to the combined bone `CFrame` for this pose. All `CFrames` are in the mesh's local space.
|
|
@@ -2049,7 +2054,7 @@ interface EditableMesh extends RBXObject {
|
|
|
2049
2054
|
* - **ThreadSafety**: Unsafe
|
|
2050
2055
|
*
|
|
2051
2056
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/EditableMesh#SetFacsPose)
|
|
2052
|
-
* @param this
|
|
2057
|
+
* @param this Object which allows for the runtime creation and manipulation of meshes.
|
|
2053
2058
|
* @param action FACS action unit to set the pose for.
|
|
2054
2059
|
* @param boneIds Bones for which to set a `CFrame` for this pose.
|
|
2055
2060
|
* @param cframes `CFrame` transforms for the bones in this pose. Each bone `CFrame` transforms the bone from the initial bone `CFrame` in the bind pose of the mesh to the combined bone `CFrame` for this pose. All `CFrames` are in the mesh's local space.
|
|
@@ -2061,7 +2066,7 @@ interface EditableMesh extends RBXObject {
|
|
|
2061
2066
|
* - **ThreadSafety**: Unsafe
|
|
2062
2067
|
*
|
|
2063
2068
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/EditableMesh#SetNormal)
|
|
2064
|
-
* @param this
|
|
2069
|
+
* @param this Object which allows for the runtime creation and manipulation of meshes.
|
|
2065
2070
|
* @param normalId Stable normal ID for which to set the normal vector.
|
|
2066
2071
|
* @param normal Normal vector to set.
|
|
2067
2072
|
*/
|
|
@@ -2072,7 +2077,7 @@ interface EditableMesh extends RBXObject {
|
|
|
2072
2077
|
* - **ThreadSafety**: Unsafe
|
|
2073
2078
|
*
|
|
2074
2079
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/EditableMesh#SetPosition)
|
|
2075
|
-
* @param this
|
|
2080
|
+
* @param this Object which allows for the runtime creation and manipulation of meshes.
|
|
2076
2081
|
* @param vertexId Stable vertex ID of the vertex to position.
|
|
2077
2082
|
* @param p Position in the mesh's local object space.
|
|
2078
2083
|
*/
|
|
@@ -2083,7 +2088,7 @@ interface EditableMesh extends RBXObject {
|
|
|
2083
2088
|
* - **ThreadSafety**: Unsafe
|
|
2084
2089
|
*
|
|
2085
2090
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/EditableMesh#SetUV)
|
|
2086
|
-
* @param this
|
|
2091
|
+
* @param this Object which allows for the runtime creation and manipulation of meshes.
|
|
2087
2092
|
* @param uvId UV ID for which to set the UV coordinates.
|
|
2088
2093
|
* @param uv UV coordinates.
|
|
2089
2094
|
*/
|
|
@@ -2094,7 +2099,7 @@ interface EditableMesh extends RBXObject {
|
|
|
2094
2099
|
* - **ThreadSafety**: Unsafe
|
|
2095
2100
|
*
|
|
2096
2101
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/EditableMesh#SetVertexBoneWeights)
|
|
2097
|
-
* @param this
|
|
2102
|
+
* @param this Object which allows for the runtime creation and manipulation of meshes.
|
|
2098
2103
|
* @param vertexId Vertex ID on which to set skinning blend weights.
|
|
2099
2104
|
* @param boneWeights Skinning blend weights to set on the vertex.
|
|
2100
2105
|
*/
|
|
@@ -2105,7 +2110,7 @@ interface EditableMesh extends RBXObject {
|
|
|
2105
2110
|
* - **ThreadSafety**: Unsafe
|
|
2106
2111
|
*
|
|
2107
2112
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/EditableMesh#SetVertexBones)
|
|
2108
|
-
* @param this
|
|
2113
|
+
* @param this Object which allows for the runtime creation and manipulation of meshes.
|
|
2109
2114
|
* @param vertexId Vertex ID to set vertex skinning bones.
|
|
2110
2115
|
* @param boneIDs Bone IDs to use with this vertex for skinning.
|
|
2111
2116
|
*/
|
|
@@ -2116,7 +2121,7 @@ interface EditableMesh extends RBXObject {
|
|
|
2116
2121
|
* - **ThreadSafety**: Unsafe
|
|
2117
2122
|
*
|
|
2118
2123
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/EditableMesh#SetVertexFaceColor)
|
|
2119
|
-
* @param this
|
|
2124
|
+
* @param this Object which allows for the runtime creation and manipulation of meshes.
|
|
2120
2125
|
* @param vertexId Stable vertex ID.
|
|
2121
2126
|
* @param faceId Stable face ID.
|
|
2122
2127
|
* @param colorId Stable color ID to set for the vertex/face pair.
|
|
@@ -2128,7 +2133,7 @@ interface EditableMesh extends RBXObject {
|
|
|
2128
2133
|
* - **ThreadSafety**: Unsafe
|
|
2129
2134
|
*
|
|
2130
2135
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/EditableMesh#SetVertexFaceNormal)
|
|
2131
|
-
* @param this
|
|
2136
|
+
* @param this Object which allows for the runtime creation and manipulation of meshes.
|
|
2132
2137
|
* @param vertexId Stable vertex ID.
|
|
2133
2138
|
* @param faceId Stable face ID.
|
|
2134
2139
|
* @param normalId Stable normal ID to set for the vertex/face pair.
|
|
@@ -2140,7 +2145,7 @@ interface EditableMesh extends RBXObject {
|
|
|
2140
2145
|
* - **ThreadSafety**: Unsafe
|
|
2141
2146
|
*
|
|
2142
2147
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/EditableMesh#SetVertexFaceUV)
|
|
2143
|
-
* @param this
|
|
2148
|
+
* @param this Object which allows for the runtime creation and manipulation of meshes.
|
|
2144
2149
|
* @param vertexId Stable vertex ID.
|
|
2145
2150
|
* @param faceId Stable face ID.
|
|
2146
2151
|
* @param uvId Stable UV ID to set for the vertex/face pair.
|
|
@@ -2152,7 +2157,7 @@ interface EditableMesh extends RBXObject {
|
|
|
2152
2157
|
* - **ThreadSafety**: Unsafe
|
|
2153
2158
|
*
|
|
2154
2159
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/EditableMesh#Triangulate)
|
|
2155
|
-
* @param this
|
|
2160
|
+
* @param this Object which allows for the runtime creation and manipulation of meshes.
|
|
2156
2161
|
*/
|
|
2157
2162
|
Triangulate(this: EditableMesh): void;
|
|
2158
2163
|
}
|
|
@@ -3287,6 +3292,12 @@ interface Animation extends Instance {
|
|
|
3287
3292
|
* @deprecated
|
|
3288
3293
|
*/
|
|
3289
3294
|
readonly _nominal_Animation: unique symbol;
|
|
3295
|
+
/**
|
|
3296
|
+
* - **ThreadSafety**: ReadSafe
|
|
3297
|
+
*
|
|
3298
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Animation#AnimationContent)
|
|
3299
|
+
*/
|
|
3300
|
+
AnimationContent: Content;
|
|
3290
3301
|
/**
|
|
3291
3302
|
* Asset ID of the animation an `Animation` object is referencing.
|
|
3292
3303
|
*
|
|
@@ -3474,9 +3485,9 @@ interface AnimationClipProvider extends Instance {
|
|
|
3474
3485
|
* @param userId The user ID of the user.
|
|
3475
3486
|
* @returns An `InventoryPages` of animations.
|
|
3476
3487
|
*
|
|
3477
|
-
* @deprecated
|
|
3488
|
+
* @deprecated
|
|
3478
3489
|
*/
|
|
3479
|
-
GetAnimations(this: AnimationClipProvider, userId:
|
|
3490
|
+
GetAnimations(this: AnimationClipProvider, userId: User): Instance | undefined;
|
|
3480
3491
|
/**
|
|
3481
3492
|
* This function returns an `InventoryPages` object which can be used to iterate over animations owned by a specific user.
|
|
3482
3493
|
*
|
|
@@ -3488,7 +3499,7 @@ interface AnimationClipProvider extends Instance {
|
|
|
3488
3499
|
* @param userId The user ID of the user.
|
|
3489
3500
|
* @returns An `InventoryPages` of animations.
|
|
3490
3501
|
*/
|
|
3491
|
-
GetAnimationsAsync(this: AnimationClipProvider, userId:
|
|
3502
|
+
GetAnimationsAsync(this: AnimationClipProvider, userId: User): Instance | undefined;
|
|
3492
3503
|
/**
|
|
3493
3504
|
* - **ThreadSafety**: Unsafe
|
|
3494
3505
|
* - **Tags**: Yields
|
|
@@ -4385,7 +4396,7 @@ interface AssetService extends Instance {
|
|
|
4385
4396
|
* @param editableMeshOptions Options table containing controls for the method: - `FixedSize` – A `bool`. Default value is `true`, and the returned `EditableMesh` will not allow you to add or remove vertices, only modify their values. Set to `false` if the ability to change the mesh topology is required, at the expense of using more memory.
|
|
4386
4397
|
*
|
|
4387
4398
|
*
|
|
4388
|
-
* @returns The new `EditableMesh`
|
|
4399
|
+
* @returns The new `EditableMesh` object.
|
|
4389
4400
|
*/
|
|
4390
4401
|
CreateEditableMeshAsync(this: AssetService, content: Content, editableMeshOptions?: object): EditableMesh;
|
|
4391
4402
|
/**
|
|
@@ -4461,7 +4472,7 @@ interface AssetService extends Instance {
|
|
|
4461
4472
|
* @param packageAssetId
|
|
4462
4473
|
* @returns Asset IDs that are contained in a specified package.
|
|
4463
4474
|
*
|
|
4464
|
-
* @deprecated
|
|
4475
|
+
* @deprecated
|
|
4465
4476
|
*/
|
|
4466
4477
|
GetAssetIdsForPackage(this: AssetService, packageAssetId: number): Array<number>;
|
|
4467
4478
|
/**
|
|
@@ -4527,7 +4538,7 @@ interface AssetService extends Instance {
|
|
|
4527
4538
|
* @param this A non-replicated service that handles asset-related queries to the Roblox web API.
|
|
4528
4539
|
* @param creationID
|
|
4529
4540
|
*
|
|
4530
|
-
* @deprecated
|
|
4541
|
+
* @deprecated
|
|
4531
4542
|
*/
|
|
4532
4543
|
GetCreatorAssetID(this: AssetService, creationID: number): number;
|
|
4533
4544
|
/**
|
|
@@ -4602,7 +4613,7 @@ interface AssetService extends Instance {
|
|
|
4602
4613
|
* @param this A non-replicated service that handles asset-related queries to the Roblox web API.
|
|
4603
4614
|
* @param searchParameters
|
|
4604
4615
|
*
|
|
4605
|
-
* @deprecated
|
|
4616
|
+
* @deprecated
|
|
4606
4617
|
*/
|
|
4607
4618
|
SearchAudio(this: AssetService, searchParameters: AudioSearchParams): AudioPages;
|
|
4608
4619
|
/**
|
|
@@ -4739,7 +4750,7 @@ interface Attachment extends Instance {
|
|
|
4739
4750
|
*
|
|
4740
4751
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Attachment#Rotation)
|
|
4741
4752
|
*
|
|
4742
|
-
* @deprecated
|
|
4753
|
+
* @deprecated
|
|
4743
4754
|
*/
|
|
4744
4755
|
Rotation: Vector3;
|
|
4745
4756
|
/**
|
|
@@ -4805,7 +4816,7 @@ interface Attachment extends Instance {
|
|
|
4805
4816
|
*
|
|
4806
4817
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Attachment#WorldRotation)
|
|
4807
4818
|
*
|
|
4808
|
-
* @deprecated
|
|
4819
|
+
* @deprecated
|
|
4809
4820
|
*/
|
|
4810
4821
|
readonly WorldRotation: Vector3;
|
|
4811
4822
|
/**
|
|
@@ -4828,7 +4839,7 @@ interface Attachment extends Instance {
|
|
|
4828
4839
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Attachment#GetAxis)
|
|
4829
4840
|
* @param this Defines a point and orientation relative to an ancestor `PVInstance`, `Bone`, or another `Attachment`.
|
|
4830
4841
|
*
|
|
4831
|
-
* @deprecated
|
|
4842
|
+
* @deprecated
|
|
4832
4843
|
*/
|
|
4833
4844
|
GetAxis(this: Attachment): Vector3;
|
|
4834
4845
|
/**
|
|
@@ -4851,7 +4862,7 @@ interface Attachment extends Instance {
|
|
|
4851
4862
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Attachment#GetSecondaryAxis)
|
|
4852
4863
|
* @param this Defines a point and orientation relative to an ancestor `PVInstance`, `Bone`, or another `Attachment`.
|
|
4853
4864
|
*
|
|
4854
|
-
* @deprecated
|
|
4865
|
+
* @deprecated
|
|
4855
4866
|
*/
|
|
4856
4867
|
GetSecondaryAxis(this: Attachment): Vector3;
|
|
4857
4868
|
/**
|
|
@@ -4866,7 +4877,7 @@ interface Attachment extends Instance {
|
|
|
4866
4877
|
* @param this Defines a point and orientation relative to an ancestor `PVInstance`, `Bone`, or another `Attachment`.
|
|
4867
4878
|
* @param axis
|
|
4868
4879
|
*
|
|
4869
|
-
* @deprecated
|
|
4880
|
+
* @deprecated
|
|
4870
4881
|
*/
|
|
4871
4882
|
SetAxis(this: Attachment, axis: Vector3): void;
|
|
4872
4883
|
/**
|
|
@@ -4881,7 +4892,7 @@ interface Attachment extends Instance {
|
|
|
4881
4892
|
* @param this Defines a point and orientation relative to an ancestor `PVInstance`, `Bone`, or another `Attachment`.
|
|
4882
4893
|
* @param axis
|
|
4883
4894
|
*
|
|
4884
|
-
* @deprecated
|
|
4895
|
+
* @deprecated
|
|
4885
4896
|
*/
|
|
4886
4897
|
SetSecondaryAxis(this: Attachment, axis: Vector3): void;
|
|
4887
4898
|
}
|
|
@@ -5725,7 +5736,7 @@ interface AudioEmitter extends Instance {
|
|
|
5725
5736
|
*
|
|
5726
5737
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/AudioEmitter#SimulationFidelity)
|
|
5727
5738
|
*
|
|
5728
|
-
* @deprecated
|
|
5739
|
+
* @deprecated
|
|
5729
5740
|
*/
|
|
5730
5741
|
SimulationFidelity: Enum.AudioSimulationFidelity;
|
|
5731
5742
|
/**
|
|
@@ -6404,7 +6415,7 @@ interface AudioListener extends Instance {
|
|
|
6404
6415
|
*
|
|
6405
6416
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/AudioListener#SimulationFidelity)
|
|
6406
6417
|
*
|
|
6407
|
-
* @deprecated
|
|
6418
|
+
* @deprecated
|
|
6408
6419
|
*/
|
|
6409
6420
|
SimulationFidelity: Enum.AudioSimulationFidelity;
|
|
6410
6421
|
/**
|
|
@@ -6619,7 +6630,7 @@ interface AudioPlayer extends Instance {
|
|
|
6619
6630
|
*
|
|
6620
6631
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/AudioPlayer#AssetId)
|
|
6621
6632
|
*
|
|
6622
|
-
* @deprecated
|
|
6633
|
+
* @deprecated
|
|
6623
6634
|
*/
|
|
6624
6635
|
AssetId: string;
|
|
6625
6636
|
/**
|
|
@@ -7164,7 +7175,7 @@ interface AudioSearchParams extends Instance {
|
|
|
7164
7175
|
*
|
|
7165
7176
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/AudioSearchParams#AudioSubtype)
|
|
7166
7177
|
*
|
|
7167
|
-
* @deprecated
|
|
7178
|
+
* @deprecated
|
|
7168
7179
|
*/
|
|
7169
7180
|
AudioSubtype: Enum.AudioSubType;
|
|
7170
7181
|
/**
|
|
@@ -7602,216 +7613,6 @@ interface AuroraScriptObject extends Instance {
|
|
|
7602
7613
|
*/
|
|
7603
7614
|
PriorFrameInvoked: number;
|
|
7604
7615
|
}
|
|
7605
|
-
/**
|
|
7606
|
-
* - **Tags**: NotCreatable, Service
|
|
7607
|
-
*
|
|
7608
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/AuroraScriptService)
|
|
7609
|
-
*
|
|
7610
|
-
* @deprecated
|
|
7611
|
-
*/
|
|
7612
|
-
interface AuroraScriptService extends Instance {
|
|
7613
|
-
/**
|
|
7614
|
-
* **DO NOT USE!**
|
|
7615
|
-
*
|
|
7616
|
-
* This field exists to force TypeScript to recognize this as a nominal type
|
|
7617
|
-
* @hidden
|
|
7618
|
-
* @deprecated
|
|
7619
|
-
*/
|
|
7620
|
-
readonly _nominal_AuroraScriptService: unique symbol;
|
|
7621
|
-
/**
|
|
7622
|
-
* - **ThreadSafety**: Unsafe
|
|
7623
|
-
*
|
|
7624
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/AuroraScriptService#CreateCollection)
|
|
7625
|
-
*/
|
|
7626
|
-
CreateCollection(this: AuroraScriptService, query: string, root?: Instance): CollectionHandle;
|
|
7627
|
-
/**
|
|
7628
|
-
* - **ThreadSafety**: Safe
|
|
7629
|
-
* - **Tags**: CustomLuaState
|
|
7630
|
-
*
|
|
7631
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/AuroraScriptService#FindBinding)
|
|
7632
|
-
*/
|
|
7633
|
-
FindBinding(this: AuroraScriptService, instance: Instance, scriptName: string): RBXObject;
|
|
7634
|
-
/**
|
|
7635
|
-
* - **ThreadSafety**: Safe
|
|
7636
|
-
* - **Tags**: CustomLuaState
|
|
7637
|
-
*
|
|
7638
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/AuroraScriptService#FindBindings)
|
|
7639
|
-
*/
|
|
7640
|
-
FindBindings(this: AuroraScriptService, instance: Instance): object;
|
|
7641
|
-
/**
|
|
7642
|
-
* - **ThreadSafety**: Unsafe
|
|
7643
|
-
*
|
|
7644
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/AuroraScriptService#GetAllCollections)
|
|
7645
|
-
*/
|
|
7646
|
-
GetAllCollections(this: AuroraScriptService): Array<unknown>;
|
|
7647
|
-
/**
|
|
7648
|
-
* - **ThreadSafety**: Safe
|
|
7649
|
-
*
|
|
7650
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/AuroraScriptService#GetLocalFrameId)
|
|
7651
|
-
*/
|
|
7652
|
-
GetLocalFrameId(this: AuroraScriptService): number;
|
|
7653
|
-
/**
|
|
7654
|
-
* - **ThreadSafety**: Safe
|
|
7655
|
-
*
|
|
7656
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/AuroraScriptService#SendMessage)
|
|
7657
|
-
*/
|
|
7658
|
-
SendMessage(this: AuroraScriptService, instance: Instance, behaviorName: string, functionName: string, args: unknown): void;
|
|
7659
|
-
/**
|
|
7660
|
-
* - **ThreadSafety**: Unsafe
|
|
7661
|
-
*
|
|
7662
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/AuroraScriptService#getBehaviors)
|
|
7663
|
-
*/
|
|
7664
|
-
getBehaviors(this: AuroraScriptService): Array<Instance>;
|
|
7665
|
-
/**
|
|
7666
|
-
* - **ThreadSafety**: Unsafe
|
|
7667
|
-
*
|
|
7668
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/AuroraScriptService#getBehaviorsForInstance)
|
|
7669
|
-
*/
|
|
7670
|
-
getBehaviorsForInstance(this: AuroraScriptService, instance: Instance): Array<Instance>;
|
|
7671
|
-
/**
|
|
7672
|
-
* - **ThreadSafety**: Unsafe
|
|
7673
|
-
*
|
|
7674
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/AuroraScriptService#getInstancesForBehavior)
|
|
7675
|
-
*/
|
|
7676
|
-
getInstancesForBehavior(this: AuroraScriptService, behavior: AuroraScript): Array<Instance>;
|
|
7677
|
-
}
|
|
7678
|
-
/**
|
|
7679
|
-
* - **Tags**: NotCreatable, Service
|
|
7680
|
-
*
|
|
7681
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/AuroraService)
|
|
7682
|
-
*
|
|
7683
|
-
* @deprecated
|
|
7684
|
-
*/
|
|
7685
|
-
interface AuroraService extends Instance {
|
|
7686
|
-
/**
|
|
7687
|
-
* **DO NOT USE!**
|
|
7688
|
-
*
|
|
7689
|
-
* This field exists to force TypeScript to recognize this as a nominal type
|
|
7690
|
-
* @hidden
|
|
7691
|
-
* @deprecated
|
|
7692
|
-
*/
|
|
7693
|
-
readonly _nominal_AuroraService: unique symbol;
|
|
7694
|
-
/**
|
|
7695
|
-
* - **ThreadSafety**: ReadSafe
|
|
7696
|
-
*
|
|
7697
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/AuroraService#HashRoundingPoint)
|
|
7698
|
-
*/
|
|
7699
|
-
HashRoundingPoint: number;
|
|
7700
|
-
/**
|
|
7701
|
-
* - **ThreadSafety**: ReadSafe
|
|
7702
|
-
*
|
|
7703
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/AuroraService#IgnoreRotation)
|
|
7704
|
-
*/
|
|
7705
|
-
IgnoreRotation: boolean;
|
|
7706
|
-
/**
|
|
7707
|
-
* - **ThreadSafety**: ReadSafe
|
|
7708
|
-
*
|
|
7709
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/AuroraService#LockStepIdOffset)
|
|
7710
|
-
*/
|
|
7711
|
-
LockStepIdOffset: boolean;
|
|
7712
|
-
/**
|
|
7713
|
-
* - **ThreadSafety**: ReadSafe
|
|
7714
|
-
*
|
|
7715
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/AuroraService#RollbackOffset)
|
|
7716
|
-
*/
|
|
7717
|
-
RollbackOffset: number;
|
|
7718
|
-
/**
|
|
7719
|
-
* - **ThreadSafety**: Unsafe
|
|
7720
|
-
*
|
|
7721
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/AuroraService#GetPredictedInstances)
|
|
7722
|
-
*/
|
|
7723
|
-
GetPredictedInstances(this: AuroraService): Array<unknown>;
|
|
7724
|
-
/**
|
|
7725
|
-
* - **ThreadSafety**: Unsafe
|
|
7726
|
-
*
|
|
7727
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/AuroraService#GetRemoteWorldStepId)
|
|
7728
|
-
*/
|
|
7729
|
-
GetRemoteWorldStepId(this: AuroraService): number;
|
|
7730
|
-
/**
|
|
7731
|
-
* - **ThreadSafety**: Unsafe
|
|
7732
|
-
*
|
|
7733
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/AuroraService#GetServerView)
|
|
7734
|
-
*/
|
|
7735
|
-
GetServerView(this: AuroraService, target: Instance): Instance | undefined;
|
|
7736
|
-
/**
|
|
7737
|
-
* - **ThreadSafety**: Unsafe
|
|
7738
|
-
*
|
|
7739
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/AuroraService#GetWorldStepId)
|
|
7740
|
-
*/
|
|
7741
|
-
GetWorldStepId(this: AuroraService): number;
|
|
7742
|
-
/**
|
|
7743
|
-
* - **ThreadSafety**: Unsafe
|
|
7744
|
-
*
|
|
7745
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/AuroraService#IsInstancePredicted)
|
|
7746
|
-
*/
|
|
7747
|
-
IsInstancePredicted(this: AuroraService, target: Instance): boolean;
|
|
7748
|
-
/**
|
|
7749
|
-
* - **ThreadSafety**: Unsafe
|
|
7750
|
-
*
|
|
7751
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/AuroraService#PlayInputRecording)
|
|
7752
|
-
*/
|
|
7753
|
-
PlayInputRecording(this: AuroraService): void;
|
|
7754
|
-
/**
|
|
7755
|
-
* - **ThreadSafety**: Unsafe
|
|
7756
|
-
*
|
|
7757
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/AuroraService#SetReplicationLag)
|
|
7758
|
-
*/
|
|
7759
|
-
SetReplicationLag(this: AuroraService, seconds: number): void;
|
|
7760
|
-
/**
|
|
7761
|
-
* - **ThreadSafety**: Unsafe
|
|
7762
|
-
*
|
|
7763
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/AuroraService#ShowDebugVisualizer)
|
|
7764
|
-
*/
|
|
7765
|
-
ShowDebugVisualizer(this: AuroraService, state: boolean): void;
|
|
7766
|
-
/**
|
|
7767
|
-
* - **ThreadSafety**: Unsafe
|
|
7768
|
-
*
|
|
7769
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/AuroraService#StartInputRecording)
|
|
7770
|
-
*/
|
|
7771
|
-
StartInputRecording(this: AuroraService): void;
|
|
7772
|
-
/**
|
|
7773
|
-
* - **ThreadSafety**: Unsafe
|
|
7774
|
-
*
|
|
7775
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/AuroraService#StartPrediction)
|
|
7776
|
-
*/
|
|
7777
|
-
StartPrediction(this: AuroraService, target: Instance): void;
|
|
7778
|
-
/**
|
|
7779
|
-
* - **ThreadSafety**: Unsafe
|
|
7780
|
-
*
|
|
7781
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/AuroraService#StepPhysics)
|
|
7782
|
-
*/
|
|
7783
|
-
StepPhysics(this: AuroraService, worldSteps: number, parts?: Array<Instance>): void;
|
|
7784
|
-
/**
|
|
7785
|
-
* - **ThreadSafety**: Unsafe
|
|
7786
|
-
*
|
|
7787
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/AuroraService#StopInputRecording)
|
|
7788
|
-
*/
|
|
7789
|
-
StopInputRecording(this: AuroraService): void;
|
|
7790
|
-
/**
|
|
7791
|
-
* - **ThreadSafety**: Unsafe
|
|
7792
|
-
*
|
|
7793
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/AuroraService#StopPrediction)
|
|
7794
|
-
*/
|
|
7795
|
-
StopPrediction(this: AuroraService, target: Instance): void;
|
|
7796
|
-
/**
|
|
7797
|
-
* - **ThreadSafety**: Unsafe
|
|
7798
|
-
*
|
|
7799
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/AuroraService#UpdateProperties)
|
|
7800
|
-
*/
|
|
7801
|
-
UpdateProperties(this: AuroraService, target: Instance): void;
|
|
7802
|
-
/**
|
|
7803
|
-
* - **ThreadSafety**: Unsafe
|
|
7804
|
-
*
|
|
7805
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/AuroraService#FixedRateTick)
|
|
7806
|
-
*/
|
|
7807
|
-
readonly FixedRateTick: RBXScriptSignal<(deltaTime: number, worldStepId: number) => void>;
|
|
7808
|
-
/**
|
|
7809
|
-
* - **ThreadSafety**: Unsafe
|
|
7810
|
-
*
|
|
7811
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/AuroraService#Step)
|
|
7812
|
-
*/
|
|
7813
|
-
readonly Step: RBXScriptSignal<() => void>;
|
|
7814
|
-
}
|
|
7815
7616
|
/**
|
|
7816
7617
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/AvatarAbilityRules)
|
|
7817
7618
|
*/
|
|
@@ -8177,6 +7978,8 @@ interface AvatarEditorService extends Instance {
|
|
|
8177
7978
|
* @param this A service to support developer Avatar Editors.
|
|
8178
7979
|
* @param outfit The `Outfit` that the player will be prompted to created.
|
|
8179
7980
|
* @param rigType The `RigType` that the outfit will be created for if the player confirms the prompt.
|
|
7981
|
+
* @param outfitOptions Reserved for future options. Must be empty or omitted.
|
|
7982
|
+
* @param outfitType Optional `OutfitType`. Only `Avatar` and `Makeup` values are accepted. When omitted, the type is inferred from the description.
|
|
8180
7983
|
*/
|
|
8181
7984
|
PromptCreateOutfit(this: AvatarEditorService, outfit: HumanoidDescription, rigType: CastsToEnum<Enum.HumanoidRigType>, outfitOptions: object, outfitType: unknown): void;
|
|
8182
7985
|
/**
|
|
@@ -8247,7 +8050,7 @@ interface AvatarEditorService extends Instance {
|
|
|
8247
8050
|
* @param humanoidDescription The HumanoidDescription to check if default clothing is required.
|
|
8248
8051
|
* @returns Returns a HumanoidDescription if default clothing was necessary. Otherwise returns `nil`.
|
|
8249
8052
|
*
|
|
8250
|
-
* @deprecated
|
|
8053
|
+
* @deprecated
|
|
8251
8054
|
*/
|
|
8252
8055
|
CheckApplyDefaultClothing(this: AvatarEditorService, humanoidDescription: HumanoidDescription): HumanoidDescription | undefined;
|
|
8253
8056
|
/**
|
|
@@ -8272,7 +8075,7 @@ interface AvatarEditorService extends Instance {
|
|
|
8272
8075
|
* @param this A service to support developer Avatar Editors.
|
|
8273
8076
|
* @param humanoidDescription
|
|
8274
8077
|
*
|
|
8275
|
-
* @deprecated
|
|
8078
|
+
* @deprecated
|
|
8276
8079
|
*/
|
|
8277
8080
|
ConformToAvatarRules(this: AvatarEditorService, humanoidDescription: HumanoidDescription): HumanoidDescription;
|
|
8278
8081
|
/**
|
|
@@ -8299,7 +8102,7 @@ interface AvatarEditorService extends Instance {
|
|
|
8299
8102
|
* @param this A service to support developer Avatar Editors.
|
|
8300
8103
|
* @returns A dictionary containing the platform Avatar rules for things like scaling, default shirts and pants, number of wearable assets, ect. See the example return in the main description above.
|
|
8301
8104
|
*
|
|
8302
|
-
* @deprecated
|
|
8105
|
+
* @deprecated
|
|
8303
8106
|
*/
|
|
8304
8107
|
GetAvatarRules(this: AvatarEditorService): AvatarRules;
|
|
8305
8108
|
/**
|
|
@@ -8327,7 +8130,7 @@ interface AvatarEditorService extends Instance {
|
|
|
8327
8130
|
* @param itemType The type of the item ids provided.
|
|
8328
8131
|
* @returns Returns an array of item details. See `AvatarEditorService:GetBatchItemDetailsAsync()` for the response format.
|
|
8329
8132
|
*
|
|
8330
|
-
* @deprecated
|
|
8133
|
+
* @deprecated
|
|
8331
8134
|
*/
|
|
8332
8135
|
GetBatchItemDetails(this: AvatarEditorService, itemIds: ReadonlyArray<number>, itemType: CastsToEnum<Enum.AvatarItemType.Asset>): ReadonlyArray<AssetItemDetails>;
|
|
8333
8136
|
GetBatchItemDetails(this: AvatarEditorService, itemIds: ReadonlyArray<number>, itemType: CastsToEnum<Enum.AvatarItemType.Bundle>): ReadonlyArray<BundleItemDetails>;
|
|
@@ -8366,7 +8169,7 @@ interface AvatarEditorService extends Instance {
|
|
|
8366
8169
|
* @param itemType The `AvatarItemType` of the specified asset or bundle.
|
|
8367
8170
|
* @returns Whether the `LocalPlayer` has favorited the given bundle or asset.
|
|
8368
8171
|
*
|
|
8369
|
-
* @deprecated
|
|
8172
|
+
* @deprecated
|
|
8370
8173
|
*/
|
|
8371
8174
|
GetFavorite(this: AvatarEditorService, itemId: number, itemType: CastsToEnum<Enum.AvatarItemType>): boolean;
|
|
8372
8175
|
/**
|
|
@@ -8405,7 +8208,7 @@ interface AvatarEditorService extends Instance {
|
|
|
8405
8208
|
* @param this A service to support developer Avatar Editors.
|
|
8406
8209
|
* @param assetTypes The `AvatarAssetType` that can will be checked for in the player's inventory.
|
|
8407
8210
|
*
|
|
8408
|
-
* @deprecated
|
|
8211
|
+
* @deprecated
|
|
8409
8212
|
*/
|
|
8410
8213
|
GetInventory(this: AvatarEditorService, assetTypes: ReadonlyArray<Enum.AvatarAssetType>): InventoryPages<{
|
|
8411
8214
|
AssetId: number;
|
|
@@ -8438,7 +8241,7 @@ interface AvatarEditorService extends Instance {
|
|
|
8438
8241
|
* @param itemType An enum value indicating the type of item whose details are being retrieved.
|
|
8439
8242
|
* @returns A table containing the item info for the retrieved item. See above for a sample table.
|
|
8440
8243
|
*
|
|
8441
|
-
* @deprecated
|
|
8244
|
+
* @deprecated
|
|
8442
8245
|
*/
|
|
8443
8246
|
GetItemDetails(this: AvatarEditorService, itemId: number, itemType: CastsToEnum<Enum.AvatarItemType.Asset>): AssetItemDetails;
|
|
8444
8247
|
GetItemDetails(this: AvatarEditorService, itemId: number, itemType: CastsToEnum<Enum.AvatarItemType.Bundle>): BundleItemDetails;
|
|
@@ -8469,7 +8272,7 @@ interface AvatarEditorService extends Instance {
|
|
|
8469
8272
|
* @param outfitId The ID of the outfit whose details are being retrieved.
|
|
8470
8273
|
* @returns A table containing the outfit info for the retrieved outfit. See above for a sample table.
|
|
8471
8274
|
*
|
|
8472
|
-
* @deprecated
|
|
8275
|
+
* @deprecated
|
|
8473
8276
|
*/
|
|
8474
8277
|
GetOutfitDetails(this: AvatarEditorService, outfitId: number): object;
|
|
8475
8278
|
/**
|
|
@@ -8497,7 +8300,7 @@ interface AvatarEditorService extends Instance {
|
|
|
8497
8300
|
* @param outfitSource
|
|
8498
8301
|
* @param outfitType
|
|
8499
8302
|
*
|
|
8500
|
-
* @deprecated
|
|
8303
|
+
* @deprecated
|
|
8501
8304
|
*/
|
|
8502
8305
|
GetOutfits(this: AvatarEditorService, outfitSource?: CastsToEnum<Enum.OutfitSource>, outfitType?: CastsToEnum<Enum.OutfitType>): OutfitPages;
|
|
8503
8306
|
/**
|
|
@@ -8526,7 +8329,7 @@ interface AvatarEditorService extends Instance {
|
|
|
8526
8329
|
* @param contextAssetId The ID of an asset with a type matching the provided assetType used for context when retrieving recommendations.
|
|
8527
8330
|
* @returns A list of recommendations based on the given `AssetType`.
|
|
8528
8331
|
*
|
|
8529
|
-
* @deprecated
|
|
8332
|
+
* @deprecated
|
|
8530
8333
|
*/
|
|
8531
8334
|
GetRecommendedAssets(this: AvatarEditorService, assetType: CastsToEnum<Enum.AvatarAssetType>, contextAssetId?: number): ReadonlyArray<RecommendedAsset>;
|
|
8532
8335
|
/**
|
|
@@ -8555,7 +8358,7 @@ interface AvatarEditorService extends Instance {
|
|
|
8555
8358
|
* @param bundleId A list of recommended bundles.
|
|
8556
8359
|
* @returns The bundle ID that the recommended bundles will be returned for.
|
|
8557
8360
|
*
|
|
8558
|
-
* @deprecated
|
|
8361
|
+
* @deprecated
|
|
8559
8362
|
*/
|
|
8560
8363
|
GetRecommendedBundles(this: AvatarEditorService, bundleId: number): ReadonlyArray<RecommendedBundle>;
|
|
8561
8364
|
/**
|
|
@@ -8582,7 +8385,7 @@ interface AvatarEditorService extends Instance {
|
|
|
8582
8385
|
* @param this A service to support developer Avatar Editors.
|
|
8583
8386
|
* @param searchParameters An object containing the parameters used for the search.
|
|
8584
8387
|
*
|
|
8585
|
-
* @deprecated
|
|
8388
|
+
* @deprecated
|
|
8586
8389
|
*/
|
|
8587
8390
|
SearchCatalog(this: AvatarEditorService, searchParameters: CatalogSearchParams): CatalogPages;
|
|
8588
8391
|
/**
|
|
@@ -8742,7 +8545,7 @@ interface BadgeService extends Instance {
|
|
|
8742
8545
|
* @param badgeId The ID of the badge to be awarded.
|
|
8743
8546
|
* @returns Boolean of `true` if the badge was awarded successfully.
|
|
8744
8547
|
*
|
|
8745
|
-
* @deprecated
|
|
8548
|
+
* @deprecated
|
|
8746
8549
|
*/
|
|
8747
8550
|
AwardBadge(this: BadgeService, userId: number, badgeId: number): boolean;
|
|
8748
8551
|
/**
|
|
@@ -8757,7 +8560,7 @@ interface BadgeService extends Instance {
|
|
|
8757
8560
|
* @param badgeId The ID of the badge to be awarded.
|
|
8758
8561
|
* @returns Boolean of `true` if the badge was awarded successfully.
|
|
8759
8562
|
*/
|
|
8760
|
-
AwardBadgeAsync(this: BadgeService, userId:
|
|
8563
|
+
AwardBadgeAsync(this: BadgeService, userId: User, badgeId: number): boolean;
|
|
8761
8564
|
/**
|
|
8762
8565
|
* Checks a list of badge IDs against a `UserId` and returns a list of badge IDs that the player owns.
|
|
8763
8566
|
*
|
|
@@ -8770,7 +8573,7 @@ interface BadgeService extends Instance {
|
|
|
8770
8573
|
* @param badgeIds The list of IDs of the badges to check ownership of. Maximum length of 10.
|
|
8771
8574
|
* @returns The list of badge IDs the given user owns out of the provided badge IDs. Empty if none of the provided badges are owned by the given user. Not guaranteed to be in the same order as the input list. Some badge IDs may be omitted if the user with the target `userId` has not recently been in the server and the badge IDs are not associated with the requesting experience.
|
|
8772
8575
|
*/
|
|
8773
|
-
CheckUserBadgesAsync(this: BadgeService, userId:
|
|
8576
|
+
CheckUserBadgesAsync(this: BadgeService, userId: User, badgeIds: Array<unknown>): Array<unknown>;
|
|
8774
8577
|
/**
|
|
8775
8578
|
* Fetch information about a badge given its ID.
|
|
8776
8579
|
*
|
|
@@ -8816,7 +8619,7 @@ interface BadgeService extends Instance {
|
|
|
8816
8619
|
*/
|
|
8817
8620
|
IsLegal(this: BadgeService, badgeId: number): boolean;
|
|
8818
8621
|
/**
|
|
8819
|
-
* **Deprecated:** This method has been superseded by `BadgeService:UserHasBadgeAsync()` which should be used for new instead.
|
|
8622
|
+
* **Deprecated:** This method has been superseded by `BadgeService:UserHasBadgeAsync()` which should be used for new work instead.
|
|
8820
8623
|
*
|
|
8821
8624
|
* Checks whether a user has the badge given the `Player.UserId` and the badge ID.
|
|
8822
8625
|
*
|
|
@@ -8831,7 +8634,7 @@ interface BadgeService extends Instance {
|
|
|
8831
8634
|
*
|
|
8832
8635
|
* @deprecated
|
|
8833
8636
|
*/
|
|
8834
|
-
UserHasBadge(this: BadgeService, userId:
|
|
8637
|
+
UserHasBadge(this: BadgeService, userId: User, badgeId: number): boolean;
|
|
8835
8638
|
/**
|
|
8836
8639
|
* Checks whether a player has the badge given the `Player.UserId` and the badge ID.
|
|
8837
8640
|
*
|
|
@@ -9430,7 +9233,7 @@ interface RootImportData extends BaseImportData {
|
|
|
9430
9233
|
WorldUp: Enum.NormalId;
|
|
9431
9234
|
}
|
|
9432
9235
|
/**
|
|
9433
|
-
*
|
|
9236
|
+
* `BasePlayerGui` is an abstract class which the GUI drawing storage classes inherit from.
|
|
9434
9237
|
*
|
|
9435
9238
|
* - **Tags**: NotCreatable
|
|
9436
9239
|
*
|
|
@@ -9451,9 +9254,9 @@ interface BasePlayerGui extends Instance {
|
|
|
9451
9254
|
* - **ThreadSafety**: Unsafe
|
|
9452
9255
|
*
|
|
9453
9256
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/BasePlayerGui#GetGuiObjectsAtPosition)
|
|
9454
|
-
* @param this
|
|
9455
|
-
* @param x The
|
|
9456
|
-
* @param y The
|
|
9257
|
+
* @param this `BasePlayerGui` is an abstract class which the GUI drawing storage classes inherit from.
|
|
9258
|
+
* @param x The **X** position on the screen relative to the top-left corner after the GUI inset is applied (see `GuiService:GetGuiInset()`).
|
|
9259
|
+
* @param y The **Y** position on the screen relative to the top-left corner after the GUI inset is applied (see `GuiService:GetGuiInset()`).
|
|
9457
9260
|
* @returns A table of the `GuiObject` instances that occupy the given screen space.
|
|
9458
9261
|
*/
|
|
9459
9262
|
GetGuiObjectsAtPosition(this: BasePlayerGui, x: number, y: number): Array<GuiObject>;
|
|
@@ -10113,6 +9916,12 @@ interface Beam extends Instance {
|
|
|
10113
9916
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Beam#Texture)
|
|
10114
9917
|
*/
|
|
10115
9918
|
Texture: ContentId;
|
|
9919
|
+
/**
|
|
9920
|
+
* - **ThreadSafety**: ReadSafe
|
|
9921
|
+
*
|
|
9922
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Beam#TextureContent)
|
|
9923
|
+
*/
|
|
9924
|
+
TextureContent: Content;
|
|
10116
9925
|
/**
|
|
10117
9926
|
* Sets the length of the beam's texture, dependent on `TextureMode`.
|
|
10118
9927
|
*
|
|
@@ -10280,7 +10089,7 @@ interface BodyMover extends Instance {
|
|
|
10280
10089
|
*
|
|
10281
10090
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/BodyAngularVelocity)
|
|
10282
10091
|
*
|
|
10283
|
-
* @deprecated
|
|
10092
|
+
* @deprecated
|
|
10284
10093
|
*/
|
|
10285
10094
|
interface BodyAngularVelocity extends BodyMover {
|
|
10286
10095
|
/**
|
|
@@ -10325,7 +10134,7 @@ interface BodyAngularVelocity extends BodyMover {
|
|
|
10325
10134
|
*
|
|
10326
10135
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/BodyForce)
|
|
10327
10136
|
*
|
|
10328
|
-
* @deprecated
|
|
10137
|
+
* @deprecated
|
|
10329
10138
|
*/
|
|
10330
10139
|
interface BodyForce extends BodyMover {
|
|
10331
10140
|
/**
|
|
@@ -10354,7 +10163,7 @@ interface BodyForce extends BodyMover {
|
|
|
10354
10163
|
*
|
|
10355
10164
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/BodyGyro)
|
|
10356
10165
|
*
|
|
10357
|
-
* @deprecated
|
|
10166
|
+
* @deprecated
|
|
10358
10167
|
*/
|
|
10359
10168
|
interface BodyGyro extends BodyMover {
|
|
10360
10169
|
/**
|
|
@@ -10407,7 +10216,7 @@ interface BodyGyro extends BodyMover {
|
|
|
10407
10216
|
*
|
|
10408
10217
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/BodyPosition)
|
|
10409
10218
|
*
|
|
10410
|
-
* @deprecated
|
|
10219
|
+
* @deprecated
|
|
10411
10220
|
*/
|
|
10412
10221
|
interface BodyPosition extends BodyMover {
|
|
10413
10222
|
/**
|
|
@@ -10479,7 +10288,7 @@ interface BodyPosition extends BodyMover {
|
|
|
10479
10288
|
*
|
|
10480
10289
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/BodyThrust)
|
|
10481
10290
|
*
|
|
10482
|
-
* @deprecated
|
|
10291
|
+
* @deprecated
|
|
10483
10292
|
*/
|
|
10484
10293
|
interface BodyThrust extends BodyMover {
|
|
10485
10294
|
/**
|
|
@@ -10516,7 +10325,7 @@ interface BodyThrust extends BodyMover {
|
|
|
10516
10325
|
*
|
|
10517
10326
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/BodyVelocity)
|
|
10518
10327
|
*
|
|
10519
|
-
* @deprecated
|
|
10328
|
+
* @deprecated
|
|
10520
10329
|
*/
|
|
10521
10330
|
interface BodyVelocity extends BodyMover {
|
|
10522
10331
|
/**
|
|
@@ -10583,7 +10392,7 @@ interface BodyVelocity extends BodyMover {
|
|
|
10583
10392
|
*
|
|
10584
10393
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/RocketPropulsion)
|
|
10585
10394
|
*
|
|
10586
|
-
* @deprecated
|
|
10395
|
+
* @deprecated
|
|
10587
10396
|
*/
|
|
10588
10397
|
interface RocketPropulsion extends BodyMover {
|
|
10589
10398
|
/**
|
|
@@ -11035,7 +10844,7 @@ interface CaptureService extends Instance {
|
|
|
11035
10844
|
*
|
|
11036
10845
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/CaptureService#CaptureSaved)
|
|
11037
10846
|
*
|
|
11038
|
-
* @deprecated
|
|
10847
|
+
* @deprecated
|
|
11039
10848
|
*/
|
|
11040
10849
|
readonly CaptureSaved: RBXScriptSignal<(captureInfo: Record<string, unknown>) => void>;
|
|
11041
10850
|
/**
|
|
@@ -11302,6 +11111,12 @@ interface Pants extends Clothing {
|
|
|
11302
11111
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Pants#PantsTemplate)
|
|
11303
11112
|
*/
|
|
11304
11113
|
PantsTemplate: ContentId;
|
|
11114
|
+
/**
|
|
11115
|
+
* - **ThreadSafety**: ReadSafe
|
|
11116
|
+
*
|
|
11117
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Pants#PantsTemplateContent)
|
|
11118
|
+
*/
|
|
11119
|
+
PantsTemplateContent: Content;
|
|
11305
11120
|
}
|
|
11306
11121
|
/**
|
|
11307
11122
|
* Displays a shirt texture on a `Humanoid` rig.
|
|
@@ -11325,6 +11140,12 @@ interface Shirt extends Clothing {
|
|
|
11325
11140
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Shirt#ShirtTemplate)
|
|
11326
11141
|
*/
|
|
11327
11142
|
ShirtTemplate: ContentId;
|
|
11143
|
+
/**
|
|
11144
|
+
* - **ThreadSafety**: ReadSafe
|
|
11145
|
+
*
|
|
11146
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Shirt#ShirtTemplateContent)
|
|
11147
|
+
*/
|
|
11148
|
+
ShirtTemplateContent: Content;
|
|
11328
11149
|
}
|
|
11329
11150
|
/**
|
|
11330
11151
|
* Applies a texture to the front surface of a character's torso, used to display t-shirts.
|
|
@@ -11356,6 +11177,12 @@ interface ShirtGraphic extends CharacterAppearance {
|
|
|
11356
11177
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/ShirtGraphic#Graphic)
|
|
11357
11178
|
*/
|
|
11358
11179
|
Graphic: ContentId;
|
|
11180
|
+
/**
|
|
11181
|
+
* - **ThreadSafety**: ReadSafe
|
|
11182
|
+
*
|
|
11183
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/ShirtGraphic#TextureContent)
|
|
11184
|
+
*/
|
|
11185
|
+
TextureContent: Content;
|
|
11359
11186
|
}
|
|
11360
11187
|
/**
|
|
11361
11188
|
* Houses the Luau code responsible for running the legacy chat system.
|
|
@@ -11497,7 +11324,7 @@ interface Chat extends Instance {
|
|
|
11497
11324
|
* @param playerToFilterFor Player that the string is being filtered for.
|
|
11498
11325
|
* @returns Filtered string result.
|
|
11499
11326
|
*
|
|
11500
|
-
* @deprecated
|
|
11327
|
+
* @deprecated
|
|
11501
11328
|
*/
|
|
11502
11329
|
FilterStringForPlayerAsync(this: Chat, stringToFilter: string, playerToFilterFor: Player): string;
|
|
11503
11330
|
/**
|
|
@@ -11873,13 +11700,6 @@ interface DragDetector extends ClickDetector {
|
|
|
11873
11700
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/DragDetector#DragContinue)
|
|
11874
11701
|
*/
|
|
11875
11702
|
readonly DragContinue: RBXScriptSignal<(playerWhoDragged: Player, cursorRay: Ray, viewFrame: CFrame, vrInputFrame: CFrame | undefined, isModeSwitchKeyDown: boolean) => void>;
|
|
11876
|
-
/**
|
|
11877
|
-
* - **ThreadSafety**: Unsafe
|
|
11878
|
-
* - **Tags**: Hidden
|
|
11879
|
-
*
|
|
11880
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/DragDetector#DragContinueReplicate)
|
|
11881
|
-
*/
|
|
11882
|
-
readonly DragContinueReplicate: RBXScriptSignal<(playerWhoDragged: Player, cursorRay: Ray, viewFrame: CFrame, vrInputFrame: CFrame | undefined, isModeSwitchKeyDown: boolean) => void>;
|
|
11883
11703
|
/**
|
|
11884
11704
|
* Fires when a user stops dragging the object.
|
|
11885
11705
|
*
|
|
@@ -11888,13 +11708,6 @@ interface DragDetector extends ClickDetector {
|
|
|
11888
11708
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/DragDetector#DragEnd)
|
|
11889
11709
|
*/
|
|
11890
11710
|
readonly DragEnd: RBXScriptSignal<(playerWhoDragged: Player) => void>;
|
|
11891
|
-
/**
|
|
11892
|
-
* - **ThreadSafety**: Unsafe
|
|
11893
|
-
* - **Tags**: Hidden
|
|
11894
|
-
*
|
|
11895
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/DragDetector#DragEndReplicate)
|
|
11896
|
-
*/
|
|
11897
|
-
readonly DragEndReplicate: RBXScriptSignal<(playerWhoDragged: Player) => void>;
|
|
11898
11711
|
/**
|
|
11899
11712
|
* Fires when a user starts dragging the object.
|
|
11900
11713
|
*
|
|
@@ -11903,20 +11716,21 @@ interface DragDetector extends ClickDetector {
|
|
|
11903
11716
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/DragDetector#DragStart)
|
|
11904
11717
|
*/
|
|
11905
11718
|
readonly DragStart: RBXScriptSignal<(playerWhoDragged: Player, cursorRay: Ray, viewFrame: CFrame, hitFrame: CFrame, clickedPart: BasePart, vrInputFrame: CFrame | undefined, isModeSwitchKeyDown: boolean) => void>;
|
|
11719
|
+
}
|
|
11720
|
+
/**
|
|
11721
|
+
* - **Tags**: NotCreatable, Service, NotReplicated
|
|
11722
|
+
*
|
|
11723
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/ClientStorageService)
|
|
11724
|
+
*/
|
|
11725
|
+
interface ClientStorageService extends Instance {
|
|
11906
11726
|
/**
|
|
11907
|
-
*
|
|
11908
|
-
* - **Tags**: Hidden
|
|
11909
|
-
*
|
|
11910
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/DragDetector#DragStartReplicate)
|
|
11911
|
-
*/
|
|
11912
|
-
readonly DragStartReplicate: RBXScriptSignal<(playerWhoDragged: Player, cursorRay: Ray, viewFrame: CFrame, hitFrame: CFrame, clickedPart: BasePart, vrInputFrame: CFrame | undefined, isModeSwitchKeyDown: boolean) => void>;
|
|
11913
|
-
/**
|
|
11914
|
-
* - **ThreadSafety**: Unsafe
|
|
11915
|
-
* - **Tags**: Hidden
|
|
11727
|
+
* **DO NOT USE!**
|
|
11916
11728
|
*
|
|
11917
|
-
*
|
|
11729
|
+
* This field exists to force TypeScript to recognize this as a nominal type
|
|
11730
|
+
* @hidden
|
|
11731
|
+
* @deprecated
|
|
11918
11732
|
*/
|
|
11919
|
-
readonly
|
|
11733
|
+
readonly _nominal_ClientStorageService: unique symbol;
|
|
11920
11734
|
}
|
|
11921
11735
|
/**
|
|
11922
11736
|
* - **Tags**: NotCreatable, Service, NotReplicated
|
|
@@ -12022,7 +11836,7 @@ interface Collaborator extends Instance {
|
|
|
12022
11836
|
*
|
|
12023
11837
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Collaborator#CollaboratorColor)
|
|
12024
11838
|
*
|
|
12025
|
-
* @deprecated
|
|
11839
|
+
* @deprecated
|
|
12026
11840
|
*/
|
|
12027
11841
|
CollaboratorColor: number;
|
|
12028
11842
|
/**
|
|
@@ -12211,7 +12025,7 @@ interface CollectionService extends Instance {
|
|
|
12211
12025
|
*
|
|
12212
12026
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/CollectionService#ItemAdded)
|
|
12213
12027
|
*
|
|
12214
|
-
* @deprecated
|
|
12028
|
+
* @deprecated
|
|
12215
12029
|
*/
|
|
12216
12030
|
readonly ItemAdded: RBXScriptSignal<(instance: Instance) => void>;
|
|
12217
12031
|
/**
|
|
@@ -12224,7 +12038,7 @@ interface CollectionService extends Instance {
|
|
|
12224
12038
|
*
|
|
12225
12039
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/CollectionService#ItemRemoved)
|
|
12226
12040
|
*
|
|
12227
|
-
* @deprecated
|
|
12041
|
+
* @deprecated
|
|
12228
12042
|
*/
|
|
12229
12043
|
readonly ItemRemoved: RBXScriptSignal<(instance: Instance) => void>;
|
|
12230
12044
|
/**
|
|
@@ -13340,7 +13154,7 @@ interface PlaneConstraint extends Constraint {
|
|
|
13340
13154
|
*
|
|
13341
13155
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Plane)
|
|
13342
13156
|
*
|
|
13343
|
-
* @deprecated
|
|
13157
|
+
* @deprecated
|
|
13344
13158
|
*/
|
|
13345
13159
|
interface Plane extends PlaneConstraint {
|
|
13346
13160
|
/**
|
|
@@ -14013,7 +13827,7 @@ interface TorsionSpringConstraint extends Constraint {
|
|
|
14013
13827
|
*
|
|
14014
13828
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/TorsionSpringConstraint#LimitEnabled)
|
|
14015
13829
|
*
|
|
14016
|
-
* @deprecated
|
|
13830
|
+
* @deprecated
|
|
14017
13831
|
*/
|
|
14018
13832
|
LimitEnabled: boolean;
|
|
14019
13833
|
/**
|
|
@@ -14225,7 +14039,7 @@ interface ContentProvider extends Instance {
|
|
|
14225
14039
|
* @param this Service that is used to load content, or assets, into a game.
|
|
14226
14040
|
* @param contentId
|
|
14227
14041
|
*
|
|
14228
|
-
* @deprecated
|
|
14042
|
+
* @deprecated
|
|
14229
14043
|
*/
|
|
14230
14044
|
Preload(this: ContentProvider, contentId: ContentId): void;
|
|
14231
14045
|
/**
|
|
@@ -14354,7 +14168,7 @@ interface ContextActionService extends Instance {
|
|
|
14354
14168
|
* @param createTouchButton
|
|
14355
14169
|
* @param inputTypes
|
|
14356
14170
|
*
|
|
14357
|
-
* @deprecated
|
|
14171
|
+
* @deprecated
|
|
14358
14172
|
*/
|
|
14359
14173
|
BindActionToInputTypes(this: ContextActionService, actionName: string, functionToBind: Callback, createTouchButton: boolean, inputTypes: unknown): void;
|
|
14360
14174
|
/**
|
|
@@ -15275,6 +15089,12 @@ interface FileMesh extends DataModelMesh {
|
|
|
15275
15089
|
* @deprecated
|
|
15276
15090
|
*/
|
|
15277
15091
|
readonly _nominal_FileMesh: unique symbol;
|
|
15092
|
+
/**
|
|
15093
|
+
* - **ThreadSafety**: ReadSafe
|
|
15094
|
+
*
|
|
15095
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/FileMesh#MeshContent)
|
|
15096
|
+
*/
|
|
15097
|
+
MeshContent: Content;
|
|
15278
15098
|
/**
|
|
15279
15099
|
* The MeshId is the content ID of the mesh that is to be displayed.
|
|
15280
15100
|
*
|
|
@@ -15283,6 +15103,12 @@ interface FileMesh extends DataModelMesh {
|
|
|
15283
15103
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/FileMesh#MeshId)
|
|
15284
15104
|
*/
|
|
15285
15105
|
MeshId: ContentId;
|
|
15106
|
+
/**
|
|
15107
|
+
* - **ThreadSafety**: ReadSafe
|
|
15108
|
+
*
|
|
15109
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/FileMesh#TextureContent)
|
|
15110
|
+
*/
|
|
15111
|
+
TextureContent: Content;
|
|
15286
15112
|
/**
|
|
15287
15113
|
* The TextureId is the content ID of the texture that is to be applied to the mesh.
|
|
15288
15114
|
*
|
|
@@ -17846,13 +17672,17 @@ interface GenerationService extends Instance {
|
|
|
17846
17672
|
*
|
|
17847
17673
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/GenerationService#GenerateModelAsync)
|
|
17848
17674
|
* @param this Service that allows developers to generate 3D objects from text prompts.
|
|
17849
|
-
* @param inputs A table representing conditioning inputs with the following keys: - `TextPrompt` — String description of the object to generate.
|
|
17675
|
+
* @param inputs A table representing conditioning inputs with the following keys: - `TextPrompt` — String description of the object to generate. Required unless an `Image` is provided; you must supply at least one of `TextPrompt` or `Image`.
|
|
17676
|
+
* - `Image` — Optional `Content` referencing an image asset (for example, the result of `Content.fromAssetId()`) used to visually condition the generation. Supply it together with or instead of `TextPrompt`.
|
|
17850
17677
|
* - `Size` — Optional `Vector3` describing the object size to generate. This is only approximate; scale the model extents post‑generation if you need a specific size.
|
|
17851
17678
|
* - `MaxTriangles` — Optional integer describing the maximum number of triangles that the returned model will contain. Lower values result in more faceted and low-poly generations.
|
|
17852
17679
|
* - `GenerateTextures` — `true` (default) textures the resulting generation, while `false` will not generate textures.
|
|
17853
17680
|
*
|
|
17854
17681
|
*
|
|
17855
|
-
* @param schema Table representing the generation schema.
|
|
17682
|
+
* @param schema Table representing the generation schema. Provide exactly one of the following keys: - `PredefinedSchema` — String selecting a built-in schema. Current valid options are `Car5` for a basic vehicle chassis consisting of five `Models`, or `Body1` which results in a single mesh output.
|
|
17683
|
+
* - `SchemaDefinition` — Table describing a custom multi-part structure. It contains a `Groups` array of part-name strings (one entry per desired part); the returned `Model` is organized to match the named groups. Use this instead of `PredefinedSchema` when you need a structure the predefined schemas don't cover.
|
|
17684
|
+
*
|
|
17685
|
+
*
|
|
17856
17686
|
* @param options Currently not used; reserved for future customization options.
|
|
17857
17687
|
* @returns Tuple with the following elements: - A standard `Model` container instance that is compliant with the specified `schema`.
|
|
17858
17688
|
* - A table containing a UUID and other metadata about the generation.
|
|
@@ -18483,7 +18313,7 @@ interface GroupService extends Instance {
|
|
|
18483
18313
|
* @param groupId The group's ID.
|
|
18484
18314
|
* @returns A table with two fields: `IsMember` (boolean) and `Roles` (array of public role tables). Each role table contains `Id` (int64), `Name` (string), and `Rank` (int). The array is ordered as returned by the backend.
|
|
18485
18315
|
*/
|
|
18486
|
-
GetRolesInGroupAsync(this: GroupService, userId:
|
|
18316
|
+
GetRolesInGroupAsync(this: GroupService, userId: User, groupId: number): unknown;
|
|
18487
18317
|
/**
|
|
18488
18318
|
* Prompts the local `Player` to join a specified Roblox group via a native modal.
|
|
18489
18319
|
*
|
|
@@ -18575,7 +18405,7 @@ interface GuiBase2d extends GuiBase {
|
|
|
18575
18405
|
*
|
|
18576
18406
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/GuiBase2d#Localize)
|
|
18577
18407
|
*
|
|
18578
|
-
* @deprecated
|
|
18408
|
+
* @deprecated
|
|
18579
18409
|
*/
|
|
18580
18410
|
Localize: boolean;
|
|
18581
18411
|
/**
|
|
@@ -19485,7 +19315,7 @@ interface TextButton extends GuiButton {
|
|
|
19485
19315
|
*
|
|
19486
19316
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/TextButton#FontSize)
|
|
19487
19317
|
*
|
|
19488
|
-
* @deprecated
|
|
19318
|
+
* @deprecated
|
|
19489
19319
|
*/
|
|
19490
19320
|
FontSize: Enum.FontSize;
|
|
19491
19321
|
/**
|
|
@@ -19647,7 +19477,7 @@ interface TextButton extends GuiButton {
|
|
|
19647
19477
|
*
|
|
19648
19478
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/TextButton#TextWrap)
|
|
19649
19479
|
*
|
|
19650
|
-
* @deprecated
|
|
19480
|
+
* @deprecated
|
|
19651
19481
|
*/
|
|
19652
19482
|
TextWrap: boolean;
|
|
19653
19483
|
/**
|
|
@@ -19854,7 +19684,7 @@ interface TextLabel extends GuiLabel {
|
|
|
19854
19684
|
*
|
|
19855
19685
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/TextLabel#FontSize)
|
|
19856
19686
|
*
|
|
19857
|
-
* @deprecated
|
|
19687
|
+
* @deprecated
|
|
19858
19688
|
*/
|
|
19859
19689
|
FontSize: Enum.FontSize;
|
|
19860
19690
|
/**
|
|
@@ -20016,7 +19846,7 @@ interface TextLabel extends GuiLabel {
|
|
|
20016
19846
|
*
|
|
20017
19847
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/TextLabel#TextWrap)
|
|
20018
19848
|
*
|
|
20019
|
-
* @deprecated
|
|
19849
|
+
* @deprecated
|
|
20020
19850
|
*/
|
|
20021
19851
|
TextWrap: boolean;
|
|
20022
19852
|
/**
|
|
@@ -20316,7 +20146,7 @@ interface TextBox extends GuiObject {
|
|
|
20316
20146
|
*
|
|
20317
20147
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/TextBox#FontSize)
|
|
20318
20148
|
*
|
|
20319
|
-
* @deprecated
|
|
20149
|
+
* @deprecated
|
|
20320
20150
|
*/
|
|
20321
20151
|
FontSize: Enum.FontSize;
|
|
20322
20152
|
/**
|
|
@@ -20439,7 +20269,7 @@ interface TextBox extends GuiObject {
|
|
|
20439
20269
|
*/
|
|
20440
20270
|
TextDirection: Enum.TextDirection;
|
|
20441
20271
|
/**
|
|
20442
|
-
* Determines whether the
|
|
20272
|
+
* Determines whether the player can change the `Text`.
|
|
20443
20273
|
*
|
|
20444
20274
|
* - **ThreadSafety**: ReadSafe
|
|
20445
20275
|
*
|
|
@@ -20511,7 +20341,7 @@ interface TextBox extends GuiObject {
|
|
|
20511
20341
|
*
|
|
20512
20342
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/TextBox#TextWrap)
|
|
20513
20343
|
*
|
|
20514
|
-
* @deprecated
|
|
20344
|
+
* @deprecated
|
|
20515
20345
|
*/
|
|
20516
20346
|
TextWrap: boolean;
|
|
20517
20347
|
/**
|
|
@@ -20583,12 +20413,35 @@ interface TextBox extends GuiObject {
|
|
|
20583
20413
|
*/
|
|
20584
20414
|
readonly Focused: RBXScriptSignal<() => void>;
|
|
20585
20415
|
/**
|
|
20416
|
+
* Fires when the `TextBox` is focused and the player presses the on-screen keyboard's return/enter button.
|
|
20417
|
+
*
|
|
20586
20418
|
* - **ThreadSafety**: Unsafe
|
|
20587
20419
|
*
|
|
20588
20420
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/TextBox#ReturnPressedFromOnScreenKeyboard)
|
|
20589
20421
|
*/
|
|
20590
20422
|
readonly ReturnPressedFromOnScreenKeyboard: RBXScriptSignal<() => void>;
|
|
20591
20423
|
}
|
|
20424
|
+
/**
|
|
20425
|
+
* - **Tags**: NotBrowsable
|
|
20426
|
+
*
|
|
20427
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/TextChannelWindow)
|
|
20428
|
+
*/
|
|
20429
|
+
interface TextChannelWindow extends GuiObject {
|
|
20430
|
+
/**
|
|
20431
|
+
* **DO NOT USE!**
|
|
20432
|
+
*
|
|
20433
|
+
* This field exists to force TypeScript to recognize this as a nominal type
|
|
20434
|
+
* @hidden
|
|
20435
|
+
* @deprecated
|
|
20436
|
+
*/
|
|
20437
|
+
readonly _nominal_TextChannelWindow: unique symbol;
|
|
20438
|
+
/**
|
|
20439
|
+
* - **ThreadSafety**: ReadSafe
|
|
20440
|
+
*
|
|
20441
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/TextChannelWindow#Target)
|
|
20442
|
+
*/
|
|
20443
|
+
Target: TextChannel | undefined;
|
|
20444
|
+
}
|
|
20592
20445
|
/**
|
|
20593
20446
|
* A GUI object that displays video content from a connected `VideoPlayer`.
|
|
20594
20447
|
*
|
|
@@ -20711,6 +20564,12 @@ interface VideoFrame extends GuiObject {
|
|
|
20711
20564
|
* @deprecated
|
|
20712
20565
|
*/
|
|
20713
20566
|
readonly _nominal_VideoFrame: unique symbol;
|
|
20567
|
+
/**
|
|
20568
|
+
* - **ThreadSafety**: ReadSafe
|
|
20569
|
+
*
|
|
20570
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/VideoFrame#InternalVideoUsage)
|
|
20571
|
+
*/
|
|
20572
|
+
InternalVideoUsage: Enum.InternalVideoUsage;
|
|
20714
20573
|
/**
|
|
20715
20574
|
* Indicates when the `VideoFrame.Video` has loaded from Roblox servers and is ready to play.
|
|
20716
20575
|
*
|
|
@@ -21270,6 +21129,12 @@ interface AdGui extends SurfaceGuiBase {
|
|
|
21270
21129
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/AdGui#FallbackImage)
|
|
21271
21130
|
*/
|
|
21272
21131
|
FallbackImage: ContentId;
|
|
21132
|
+
/**
|
|
21133
|
+
* - **ThreadSafety**: ReadSafe
|
|
21134
|
+
*
|
|
21135
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/AdGui#FallbackImageContent)
|
|
21136
|
+
*/
|
|
21137
|
+
FallbackImageContent: Content;
|
|
21273
21138
|
/**
|
|
21274
21139
|
* - **ThreadSafety**: ReadSafe
|
|
21275
21140
|
* - **Tags**: NotReplicated
|
|
@@ -21569,7 +21434,7 @@ interface SelectionBox extends InstanceAdornment {
|
|
|
21569
21434
|
*
|
|
21570
21435
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/SelectionBox#SurfaceColor)
|
|
21571
21436
|
*
|
|
21572
|
-
* @deprecated
|
|
21437
|
+
* @deprecated
|
|
21573
21438
|
*/
|
|
21574
21439
|
SurfaceColor: BrickColor;
|
|
21575
21440
|
/**
|
|
@@ -21850,6 +21715,12 @@ interface ImageHandleAdornment extends HandleAdornment {
|
|
|
21850
21715
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/ImageHandleAdornment#Image)
|
|
21851
21716
|
*/
|
|
21852
21717
|
Image: ContentId;
|
|
21718
|
+
/**
|
|
21719
|
+
* - **ThreadSafety**: ReadSafe
|
|
21720
|
+
*
|
|
21721
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/ImageHandleAdornment#ImageContent)
|
|
21722
|
+
*/
|
|
21723
|
+
ImageContent: Content;
|
|
21853
21724
|
/**
|
|
21854
21725
|
* Size of the image in studs.
|
|
21855
21726
|
*
|
|
@@ -22085,7 +21956,7 @@ interface SelectionSphere extends PVAdornment {
|
|
|
22085
21956
|
*
|
|
22086
21957
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/SelectionSphere#SurfaceColor)
|
|
22087
21958
|
*
|
|
22088
|
-
* @deprecated
|
|
21959
|
+
* @deprecated
|
|
22089
21960
|
*/
|
|
22090
21961
|
SurfaceColor: BrickColor;
|
|
22091
21962
|
/**
|
|
@@ -22729,7 +22600,7 @@ interface GuiService extends Instance {
|
|
|
22729
22600
|
* @param selectionName
|
|
22730
22601
|
* @param selectionParent
|
|
22731
22602
|
*
|
|
22732
|
-
* @deprecated
|
|
22603
|
+
* @deprecated
|
|
22733
22604
|
*/
|
|
22734
22605
|
AddSelectionParent(this: GuiService, selectionName: string, selectionParent: GuiObject): void;
|
|
22735
22606
|
/**
|
|
@@ -22748,7 +22619,7 @@ interface GuiService extends Instance {
|
|
|
22748
22619
|
* @param selectionName The name of the added selection.
|
|
22749
22620
|
* @param selections The selection(s) added.
|
|
22750
22621
|
*
|
|
22751
|
-
* @deprecated
|
|
22622
|
+
* @deprecated
|
|
22752
22623
|
*/
|
|
22753
22624
|
AddSelectionTuple(this: GuiService, selectionName: string, selections: Array<GuiObject>): void;
|
|
22754
22625
|
/**
|
|
@@ -22802,7 +22673,7 @@ interface GuiService extends Instance {
|
|
|
22802
22673
|
Vector2
|
|
22803
22674
|
]>;
|
|
22804
22675
|
/**
|
|
22805
|
-
* Takes an `ScreenInsets` value and returns a `
|
|
22676
|
+
* Takes an `ScreenInsets` value and returns a `Rect` describing the inset region, relative to the `CoreUISafeInsets` area.
|
|
22806
22677
|
*
|
|
22807
22678
|
* - **ThreadSafety**: Unsafe
|
|
22808
22679
|
*
|
|
@@ -22841,7 +22712,7 @@ interface GuiService extends Instance {
|
|
|
22841
22712
|
* @param this Offers numerous properties and methods for working with `GuiObjects`, player preferences, and other UI‑related tasks.
|
|
22842
22713
|
* @param userId The `UserId` of the player to inspect.
|
|
22843
22714
|
*/
|
|
22844
|
-
InspectPlayerFromUserId(this: GuiService, userId:
|
|
22715
|
+
InspectPlayerFromUserId(this: GuiService, userId: User): void;
|
|
22845
22716
|
/**
|
|
22846
22717
|
* Returns `true` if the client is using the ten foot interface, a special version of Roblox's UI exclusive to consoles.
|
|
22847
22718
|
*
|
|
@@ -22863,7 +22734,7 @@ interface GuiService extends Instance {
|
|
|
22863
22734
|
* @param this Offers numerous properties and methods for working with `GuiObjects`, player preferences, and other UI‑related tasks.
|
|
22864
22735
|
* @param selectionName
|
|
22865
22736
|
*
|
|
22866
|
-
* @deprecated
|
|
22737
|
+
* @deprecated
|
|
22867
22738
|
*/
|
|
22868
22739
|
RemoveSelectionGroup(this: GuiService, selectionName: string): void;
|
|
22869
22740
|
/**
|
|
@@ -24034,7 +23905,7 @@ interface Humanoid extends Instance {
|
|
|
24034
23905
|
* @param humanoidDescription The `HumanoidDescription` instance which you want to set the character to match.
|
|
24035
23906
|
* @param assetTypeVerification The asset type verification mode.
|
|
24036
23907
|
*
|
|
24037
|
-
* @deprecated
|
|
23908
|
+
* @deprecated
|
|
24038
23909
|
*/
|
|
24039
23910
|
ApplyDescription(this: Humanoid, humanoidDescription: HumanoidDescription, assetTypeVerification?: CastsToEnum<Enum.AssetTypeVerification>): void;
|
|
24040
23911
|
/**
|
|
@@ -24062,7 +23933,7 @@ interface Humanoid extends Instance {
|
|
|
24062
23933
|
* @param humanoidDescription The `HumanoidDescription` instance which you want to set the character to match.
|
|
24063
23934
|
* @param assetTypeVerification The asset type verification mode.
|
|
24064
23935
|
*
|
|
24065
|
-
* @deprecated
|
|
23936
|
+
* @deprecated
|
|
24066
23937
|
*/
|
|
24067
23938
|
ApplyDescriptionReset(this: Humanoid, humanoidDescription: HumanoidDescription, assetTypeVerification?: CastsToEnum<Enum.AssetTypeVerification>): void;
|
|
24068
23939
|
/**
|
|
@@ -24090,7 +23961,7 @@ interface Humanoid extends Instance {
|
|
|
24090
23961
|
* @param emoteName name of the emote to play.
|
|
24091
23962
|
* @returns successfully played.
|
|
24092
23963
|
*
|
|
24093
|
-
* @deprecated
|
|
23964
|
+
* @deprecated
|
|
24094
23965
|
*/
|
|
24095
23966
|
PlayEmote(this: Humanoid, emoteName: string): boolean;
|
|
24096
23967
|
/**
|
|
@@ -25883,6 +25754,8 @@ interface InputBinding extends Instance {
|
|
|
25883
25754
|
*/
|
|
25884
25755
|
Backward: Enum.KeyCode;
|
|
25885
25756
|
/**
|
|
25757
|
+
* Specifies how the binding normalizes composite directional input to a maximum magnitude of `1`.
|
|
25758
|
+
*
|
|
25886
25759
|
* - **ThreadSafety**: ReadSafe
|
|
25887
25760
|
*
|
|
25888
25761
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/InputBinding#ClampMagnitudeToOne)
|
|
@@ -25967,7 +25840,7 @@ interface InputBinding extends Instance {
|
|
|
25967
25840
|
*/
|
|
25968
25841
|
Right: Enum.KeyCode;
|
|
25969
25842
|
/**
|
|
25970
|
-
*
|
|
25843
|
+
* Scalar multiplier applied uniformly to all components of a directional `InputAction`'s output.
|
|
25971
25844
|
*
|
|
25972
25845
|
* - **ThreadSafety**: ReadSafe
|
|
25973
25846
|
*
|
|
@@ -25991,6 +25864,8 @@ interface InputBinding extends Instance {
|
|
|
25991
25864
|
*/
|
|
25992
25865
|
UIButton: GuiButton | undefined;
|
|
25993
25866
|
/**
|
|
25867
|
+
* Specifies a `GuiButton` that must be active for the binding to activate.
|
|
25868
|
+
*
|
|
25994
25869
|
* - **ThreadSafety**: ReadSafe
|
|
25995
25870
|
*
|
|
25996
25871
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/InputBinding#UIModifier)
|
|
@@ -26005,7 +25880,7 @@ interface InputBinding extends Instance {
|
|
|
26005
25880
|
*/
|
|
26006
25881
|
Up: Enum.KeyCode;
|
|
26007
25882
|
/**
|
|
26008
|
-
*
|
|
25883
|
+
* Per-component scale applied to the output of a `Direction2D` action.
|
|
26009
25884
|
*
|
|
26010
25885
|
* - **ThreadSafety**: ReadSafe
|
|
26011
25886
|
*
|
|
@@ -26013,6 +25888,8 @@ interface InputBinding extends Instance {
|
|
|
26013
25888
|
*/
|
|
26014
25889
|
Vector2Scale: Vector2;
|
|
26015
25890
|
/**
|
|
25891
|
+
* Per-component scale applied to the output of a `Direction3D` action.
|
|
25892
|
+
*
|
|
26016
25893
|
* - **ThreadSafety**: ReadSafe
|
|
26017
25894
|
*
|
|
26018
25895
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/InputBinding#Vector3Scale)
|
|
@@ -26219,7 +26096,7 @@ interface InsertService extends Instance {
|
|
|
26219
26096
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/InsertService#GetBaseCategories)
|
|
26220
26097
|
* @param this Used to insert assets from the Roblox website.
|
|
26221
26098
|
*
|
|
26222
|
-
* @deprecated
|
|
26099
|
+
* @deprecated
|
|
26223
26100
|
*/
|
|
26224
26101
|
GetBaseCategories(this: InsertService): Array<unknown>;
|
|
26225
26102
|
/**
|
|
@@ -26265,7 +26142,7 @@ interface InsertService extends Instance {
|
|
|
26265
26142
|
* @param pageNum The page number in the Catalog to return.
|
|
26266
26143
|
* @returns A single table (of returned free decals) wrapped in a table.
|
|
26267
26144
|
*
|
|
26268
|
-
* @deprecated
|
|
26145
|
+
* @deprecated
|
|
26269
26146
|
*/
|
|
26270
26147
|
GetFreeDecals(this: InsertService, searchText: string, pageNum: number): [
|
|
26271
26148
|
Array<FreeSearchResult>
|
|
@@ -26297,7 +26174,7 @@ interface InsertService extends Instance {
|
|
|
26297
26174
|
* @param pageNum The page number in the Catalog to return.
|
|
26298
26175
|
* @returns A single table (of returned free models) wrapped in a table.
|
|
26299
26176
|
*
|
|
26300
|
-
* @deprecated
|
|
26177
|
+
* @deprecated
|
|
26301
26178
|
*/
|
|
26302
26179
|
GetFreeModels(this: InsertService, searchText: string, pageNum: number): [
|
|
26303
26180
|
Array<FreeSearchResult>
|
|
@@ -26336,9 +26213,9 @@ interface InsertService extends Instance {
|
|
|
26336
26213
|
* @param this Used to insert assets from the Roblox website.
|
|
26337
26214
|
* @param userId
|
|
26338
26215
|
*
|
|
26339
|
-
* @deprecated
|
|
26216
|
+
* @deprecated
|
|
26340
26217
|
*/
|
|
26341
|
-
GetUserCategories(this: InsertService, userId:
|
|
26218
|
+
GetUserCategories(this: InsertService, userId: User): Array<unknown>;
|
|
26342
26219
|
/**
|
|
26343
26220
|
* **Deprecated:** [Sets have been removed](https://devforum.roblox.com/t/sunsetting-sets/189402) from Roblox.
|
|
26344
26221
|
*
|
|
@@ -26377,13 +26254,6 @@ interface InsertService extends Instance {
|
|
|
26377
26254
|
* @param assetVersionId
|
|
26378
26255
|
*/
|
|
26379
26256
|
LoadAssetVersion(this: InsertService, assetVersionId: number): Model;
|
|
26380
|
-
/**
|
|
26381
|
-
* - **ThreadSafety**: Unsafe
|
|
26382
|
-
* - **Tags**: Hidden
|
|
26383
|
-
*
|
|
26384
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/InsertService#InternalDelete)
|
|
26385
|
-
*/
|
|
26386
|
-
readonly InternalDelete: RBXScriptSignal<(instance: Instance) => void>;
|
|
26387
26257
|
}
|
|
26388
26258
|
/**
|
|
26389
26259
|
* - **Tags**: NotCreatable, Service
|
|
@@ -26447,36 +26317,6 @@ interface InternalMessagingServiceVerifier extends Instance {
|
|
|
26447
26317
|
*/
|
|
26448
26318
|
readonly _nominal_InternalMessagingServiceVerifier: unique symbol;
|
|
26449
26319
|
}
|
|
26450
|
-
/**
|
|
26451
|
-
* - **Tags**: NotReplicated
|
|
26452
|
-
*
|
|
26453
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/InternalSyncItem)
|
|
26454
|
-
*/
|
|
26455
|
-
interface InternalSyncItem extends Instance {
|
|
26456
|
-
/**
|
|
26457
|
-
* **DO NOT USE!**
|
|
26458
|
-
*
|
|
26459
|
-
* This field exists to force TypeScript to recognize this as a nominal type
|
|
26460
|
-
* @hidden
|
|
26461
|
-
* @deprecated
|
|
26462
|
-
*/
|
|
26463
|
-
readonly _nominal_InternalSyncItem: unique symbol;
|
|
26464
|
-
}
|
|
26465
|
-
/**
|
|
26466
|
-
* - **Tags**: NotCreatable, Service, NotReplicated
|
|
26467
|
-
*
|
|
26468
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/InternalSyncService)
|
|
26469
|
-
*/
|
|
26470
|
-
interface InternalSyncService extends Instance {
|
|
26471
|
-
/**
|
|
26472
|
-
* **DO NOT USE!**
|
|
26473
|
-
*
|
|
26474
|
-
* This field exists to force TypeScript to recognize this as a nominal type
|
|
26475
|
-
* @hidden
|
|
26476
|
-
* @deprecated
|
|
26477
|
-
*/
|
|
26478
|
-
readonly _nominal_InternalSyncService: unique symbol;
|
|
26479
|
-
}
|
|
26480
26320
|
/**
|
|
26481
26321
|
* The base class for joints.
|
|
26482
26322
|
*
|
|
@@ -26575,7 +26415,7 @@ interface DynamicRotate extends JointInstance {
|
|
|
26575
26415
|
*
|
|
26576
26416
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/RotateP)
|
|
26577
26417
|
*
|
|
26578
|
-
* @deprecated
|
|
26418
|
+
* @deprecated
|
|
26579
26419
|
*/
|
|
26580
26420
|
interface RotateP extends DynamicRotate {
|
|
26581
26421
|
/**
|
|
@@ -26594,7 +26434,7 @@ interface RotateP extends DynamicRotate {
|
|
|
26594
26434
|
*
|
|
26595
26435
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/RotateV)
|
|
26596
26436
|
*
|
|
26597
|
-
* @deprecated
|
|
26437
|
+
* @deprecated
|
|
26598
26438
|
*/
|
|
26599
26439
|
interface RotateV extends DynamicRotate {
|
|
26600
26440
|
/**
|
|
@@ -26615,7 +26455,7 @@ interface RotateV extends DynamicRotate {
|
|
|
26615
26455
|
*
|
|
26616
26456
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Glue)
|
|
26617
26457
|
*
|
|
26618
|
-
* @deprecated
|
|
26458
|
+
* @deprecated
|
|
26619
26459
|
*/
|
|
26620
26460
|
interface Glue extends JointInstance {
|
|
26621
26461
|
/**
|
|
@@ -26668,7 +26508,7 @@ interface Glue extends JointInstance {
|
|
|
26668
26508
|
*
|
|
26669
26509
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/ManualSurfaceJointInstance)
|
|
26670
26510
|
*
|
|
26671
|
-
* @deprecated
|
|
26511
|
+
* @deprecated
|
|
26672
26512
|
*/
|
|
26673
26513
|
interface ManualSurfaceJointInstance extends JointInstance {
|
|
26674
26514
|
/**
|
|
@@ -26689,7 +26529,7 @@ interface ManualSurfaceJointInstance extends JointInstance {
|
|
|
26689
26529
|
*
|
|
26690
26530
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/ManualGlue)
|
|
26691
26531
|
*
|
|
26692
|
-
* @deprecated
|
|
26532
|
+
* @deprecated
|
|
26693
26533
|
*/
|
|
26694
26534
|
interface ManualGlue extends ManualSurfaceJointInstance {
|
|
26695
26535
|
/**
|
|
@@ -26710,7 +26550,7 @@ interface ManualGlue extends ManualSurfaceJointInstance {
|
|
|
26710
26550
|
*
|
|
26711
26551
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/ManualWeld)
|
|
26712
26552
|
*
|
|
26713
|
-
* @deprecated
|
|
26553
|
+
* @deprecated
|
|
26714
26554
|
*/
|
|
26715
26555
|
interface ManualWeld extends ManualSurfaceJointInstance {
|
|
26716
26556
|
/**
|
|
@@ -26803,7 +26643,7 @@ interface Motor6D extends Motor {
|
|
|
26803
26643
|
*
|
|
26804
26644
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Rotate)
|
|
26805
26645
|
*
|
|
26806
|
-
* @deprecated
|
|
26646
|
+
* @deprecated
|
|
26807
26647
|
*/
|
|
26808
26648
|
interface Rotate extends JointInstance {
|
|
26809
26649
|
/**
|
|
@@ -26824,7 +26664,7 @@ interface Rotate extends JointInstance {
|
|
|
26824
26664
|
*
|
|
26825
26665
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Snap)
|
|
26826
26666
|
*
|
|
26827
|
-
* @deprecated
|
|
26667
|
+
* @deprecated
|
|
26828
26668
|
*/
|
|
26829
26669
|
interface Snap extends JointInstance {
|
|
26830
26670
|
/**
|
|
@@ -27129,7 +26969,7 @@ interface KeyframeSequenceProvider extends Instance {
|
|
|
27129
26969
|
* @param userId The user ID of the user.
|
|
27130
26970
|
* @returns An `InventoryPages` of animations.
|
|
27131
26971
|
*
|
|
27132
|
-
* @deprecated
|
|
26972
|
+
* @deprecated
|
|
27133
26973
|
*/
|
|
27134
26974
|
GetAnimations(this: KeyframeSequenceProvider, userId: number): InventoryPages<number>;
|
|
27135
26975
|
/**
|
|
@@ -27143,7 +26983,7 @@ interface KeyframeSequenceProvider extends Instance {
|
|
|
27143
26983
|
* @param userId The user ID of the user.
|
|
27144
26984
|
* @returns An `InventoryPages` of animations.
|
|
27145
26985
|
*/
|
|
27146
|
-
GetAnimationsAsync(this: KeyframeSequenceProvider, userId:
|
|
26986
|
+
GetAnimationsAsync(this: KeyframeSequenceProvider, userId: User): Instance | undefined;
|
|
27147
26987
|
/**
|
|
27148
26988
|
* Returns a KeyframeSequence based on the specified assetId asynchronously.
|
|
27149
26989
|
*
|
|
@@ -27157,21 +26997,6 @@ interface KeyframeSequenceProvider extends Instance {
|
|
|
27157
26997
|
*/
|
|
27158
26998
|
GetKeyframeSequenceAsync(this: KeyframeSequenceProvider, assetId: string): KeyframeSequence;
|
|
27159
26999
|
}
|
|
27160
|
-
/**
|
|
27161
|
-
* - **Tags**: NotCreatable, Service, NotReplicated
|
|
27162
|
-
*
|
|
27163
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/LSPFileSyncService)
|
|
27164
|
-
*/
|
|
27165
|
-
interface LSPFileSyncService extends Instance {
|
|
27166
|
-
/**
|
|
27167
|
-
* **DO NOT USE!**
|
|
27168
|
-
*
|
|
27169
|
-
* This field exists to force TypeScript to recognize this as a nominal type
|
|
27170
|
-
* @hidden
|
|
27171
|
-
* @deprecated
|
|
27172
|
-
*/
|
|
27173
|
-
readonly _nominal_LSPFileSyncService: unique symbol;
|
|
27174
|
-
}
|
|
27175
27000
|
/**
|
|
27176
27001
|
* - **Tags**: NotCreatable, Service, NotReplicated
|
|
27177
27002
|
*
|
|
@@ -27779,7 +27604,7 @@ interface LocalizationTable extends Instance {
|
|
|
27779
27604
|
*
|
|
27780
27605
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/LocalizationTable#DevelopmentLanguage)
|
|
27781
27606
|
*
|
|
27782
|
-
* @deprecated
|
|
27607
|
+
* @deprecated
|
|
27783
27608
|
*/
|
|
27784
27609
|
DevelopmentLanguage: string;
|
|
27785
27610
|
/**
|
|
@@ -27792,7 +27617,7 @@ interface LocalizationTable extends Instance {
|
|
|
27792
27617
|
*
|
|
27793
27618
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/LocalizationTable#Root)
|
|
27794
27619
|
*
|
|
27795
|
-
* @deprecated
|
|
27620
|
+
* @deprecated
|
|
27796
27621
|
*/
|
|
27797
27622
|
Root: Instance | undefined;
|
|
27798
27623
|
/**
|
|
@@ -27812,7 +27637,7 @@ interface LocalizationTable extends Instance {
|
|
|
27812
27637
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/LocalizationTable#GetContents)
|
|
27813
27638
|
* @param this A LocalizationTable is a database of translations. It contains source strings and translations for various languages.
|
|
27814
27639
|
*
|
|
27815
|
-
* @deprecated
|
|
27640
|
+
* @deprecated
|
|
27816
27641
|
*/
|
|
27817
27642
|
GetContents(this: LocalizationTable): string;
|
|
27818
27643
|
/**
|
|
@@ -27839,7 +27664,7 @@ interface LocalizationTable extends Instance {
|
|
|
27839
27664
|
* @param key An optional unique key for fast hash lookups in code. If it is non-empty it must be unique in the table.
|
|
27840
27665
|
* @returns Translated string.
|
|
27841
27666
|
*
|
|
27842
|
-
* @deprecated
|
|
27667
|
+
* @deprecated
|
|
27843
27668
|
*/
|
|
27844
27669
|
GetString(this: LocalizationTable, targetLocaleId: string, key: string): string;
|
|
27845
27670
|
/**
|
|
@@ -27890,7 +27715,7 @@ interface LocalizationTable extends Instance {
|
|
|
27890
27715
|
* @param this A LocalizationTable is a database of translations. It contains source strings and translations for various languages.
|
|
27891
27716
|
* @param key
|
|
27892
27717
|
*
|
|
27893
|
-
* @deprecated
|
|
27718
|
+
* @deprecated
|
|
27894
27719
|
*/
|
|
27895
27720
|
RemoveKey(this: LocalizationTable, key: string): void;
|
|
27896
27721
|
/**
|
|
@@ -27915,7 +27740,7 @@ interface LocalizationTable extends Instance {
|
|
|
27915
27740
|
* @param this A LocalizationTable is a database of translations. It contains source strings and translations for various languages.
|
|
27916
27741
|
* @param contents
|
|
27917
27742
|
*
|
|
27918
|
-
* @deprecated
|
|
27743
|
+
* @deprecated
|
|
27919
27744
|
*/
|
|
27920
27745
|
SetContents(this: LocalizationTable, contents: string): void;
|
|
27921
27746
|
/**
|
|
@@ -27940,7 +27765,7 @@ interface LocalizationTable extends Instance {
|
|
|
27940
27765
|
* @param targetLocaleId
|
|
27941
27766
|
* @param text
|
|
27942
27767
|
*
|
|
27943
|
-
* @deprecated
|
|
27768
|
+
* @deprecated
|
|
27944
27769
|
*/
|
|
27945
27770
|
SetEntry(this: LocalizationTable, key: string, targetLocaleId: string, text: string): void;
|
|
27946
27771
|
/**
|
|
@@ -28198,47 +28023,6 @@ interface LuaSourceContainer extends Instance {
|
|
|
28198
28023
|
*/
|
|
28199
28024
|
readonly _nominal_LuaSourceContainer: unique symbol;
|
|
28200
28025
|
}
|
|
28201
|
-
/**
|
|
28202
|
-
* - **Tags**:
|
|
28203
|
-
*
|
|
28204
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/AuroraScript)
|
|
28205
|
-
*
|
|
28206
|
-
* @deprecated
|
|
28207
|
-
*/
|
|
28208
|
-
interface AuroraScript extends LuaSourceContainer {
|
|
28209
|
-
/**
|
|
28210
|
-
* **DO NOT USE!**
|
|
28211
|
-
*
|
|
28212
|
-
* This field exists to force TypeScript to recognize this as a nominal type
|
|
28213
|
-
* @hidden
|
|
28214
|
-
* @deprecated
|
|
28215
|
-
*/
|
|
28216
|
-
readonly _nominal_AuroraScript: unique symbol;
|
|
28217
|
-
/**
|
|
28218
|
-
* - **ThreadSafety**: Unsafe
|
|
28219
|
-
*
|
|
28220
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/AuroraScript#AddTo)
|
|
28221
|
-
*/
|
|
28222
|
-
AddTo(this: AuroraScript, instance: Instance, parameters?: object): void;
|
|
28223
|
-
/**
|
|
28224
|
-
* - **ThreadSafety**: Unsafe
|
|
28225
|
-
*
|
|
28226
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/AuroraScript#IsOnInstance)
|
|
28227
|
-
*/
|
|
28228
|
-
IsOnInstance(this: AuroraScript, instance: Instance): boolean;
|
|
28229
|
-
/**
|
|
28230
|
-
* - **ThreadSafety**: Unsafe
|
|
28231
|
-
*
|
|
28232
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/AuroraScript#RemoveFrom)
|
|
28233
|
-
*/
|
|
28234
|
-
RemoveFrom(this: AuroraScript, instance: Instance): void;
|
|
28235
|
-
/**
|
|
28236
|
-
* - **ThreadSafety**: Unsafe
|
|
28237
|
-
*
|
|
28238
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/AuroraScript#SignalFired)
|
|
28239
|
-
*/
|
|
28240
|
-
SignalFired(this: AuroraScript, instance: Instance, topic: string): RBXScriptSignal;
|
|
28241
|
-
}
|
|
28242
28026
|
/**
|
|
28243
28027
|
* The base class for all script objects which run automatically.
|
|
28244
28028
|
*
|
|
@@ -28664,7 +28448,7 @@ interface MarketplaceService extends Instance {
|
|
|
28664
28448
|
* @param this The service responsible for in-experience transactions.
|
|
28665
28449
|
* @param player The user being prompted to purchase Premium.
|
|
28666
28450
|
*
|
|
28667
|
-
* @deprecated
|
|
28451
|
+
* @deprecated
|
|
28668
28452
|
*/
|
|
28669
28453
|
PromptPremiumPurchase(this: MarketplaceService, player: Player): void;
|
|
28670
28454
|
/**
|
|
@@ -28744,7 +28528,7 @@ interface MarketplaceService extends Instance {
|
|
|
28744
28528
|
* @param infoType An `InfoType` enum value specifying the type of information being retrieved.
|
|
28745
28529
|
* @returns A dictionary containing information about the queried item, described in the previous tables.
|
|
28746
28530
|
*
|
|
28747
|
-
* @deprecated
|
|
28531
|
+
* @deprecated
|
|
28748
28532
|
*/
|
|
28749
28533
|
GetProductInfo(this: MarketplaceService, id: number): AssetProductInfo;
|
|
28750
28534
|
GetProductInfo(this: MarketplaceService, id: number, infoType: CastsToEnum<Enum.InfoType.Asset>): AssetProductInfo;
|
|
@@ -28826,7 +28610,7 @@ interface MarketplaceService extends Instance {
|
|
|
28826
28610
|
*/
|
|
28827
28611
|
GetUserSubscriptionStatusAsync(this: MarketplaceService, user: Player, subscriptionId: string): UserSubscriptionStatus;
|
|
28828
28612
|
/**
|
|
28829
|
-
* Returns the regionalized price
|
|
28613
|
+
* Returns the regionalized price levels of users, representing the recommended price for an item in each user's regional market.
|
|
28830
28614
|
*
|
|
28831
28615
|
* - **ThreadSafety**: Unsafe
|
|
28832
28616
|
* - **Tags**: Yields
|
|
@@ -28851,7 +28635,7 @@ interface MarketplaceService extends Instance {
|
|
|
28851
28635
|
* @param assetId The asset ID for which the given player's inventory is tested.
|
|
28852
28636
|
* @returns Indicates whether the given player's inventory contains the given asset.
|
|
28853
28637
|
*
|
|
28854
|
-
* @deprecated
|
|
28638
|
+
* @deprecated
|
|
28855
28639
|
*/
|
|
28856
28640
|
PlayerOwnsAsset(this: MarketplaceService, player: Player, assetId: number): boolean;
|
|
28857
28641
|
/**
|
|
@@ -28881,7 +28665,7 @@ interface MarketplaceService extends Instance {
|
|
|
28881
28665
|
* @param bundleId The bundle ID for which the given player's inventory is tested.
|
|
28882
28666
|
* @returns Indicates whether the given player's inventory contains the given bundle.
|
|
28883
28667
|
*
|
|
28884
|
-
* @deprecated
|
|
28668
|
+
* @deprecated
|
|
28885
28669
|
*/
|
|
28886
28670
|
PlayerOwnsBundle(this: MarketplaceService, player: Player, bundleId: number): boolean;
|
|
28887
28671
|
/**
|
|
@@ -28960,7 +28744,7 @@ interface MarketplaceService extends Instance {
|
|
|
28960
28744
|
* @param userId The `UserId` of the `Player` whose inventory you're checking.
|
|
28961
28745
|
* @param gamePassId The pass ID you want to check for. Not to be confused with an asset ID.
|
|
28962
28746
|
*/
|
|
28963
|
-
UserOwnsGamePassAsync(this: MarketplaceService, userId:
|
|
28747
|
+
UserOwnsGamePassAsync(this: MarketplaceService, userId: User, gamePassId: number): boolean;
|
|
28964
28748
|
/**
|
|
28965
28749
|
* Fires when a purchase prompt for bulk avatar items is closed.
|
|
28966
28750
|
*
|
|
@@ -29920,7 +29704,7 @@ interface Mouse extends Instance {
|
|
|
29920
29704
|
*
|
|
29921
29705
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Mouse#KeyDown)
|
|
29922
29706
|
*
|
|
29923
|
-
* @deprecated
|
|
29707
|
+
* @deprecated
|
|
29924
29708
|
*/
|
|
29925
29709
|
readonly KeyDown: RBXScriptSignal<(key: string) => void>;
|
|
29926
29710
|
/**
|
|
@@ -29933,7 +29717,7 @@ interface Mouse extends Instance {
|
|
|
29933
29717
|
*
|
|
29934
29718
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Mouse#KeyUp)
|
|
29935
29719
|
*
|
|
29936
|
-
* @deprecated
|
|
29720
|
+
* @deprecated
|
|
29937
29721
|
*/
|
|
29938
29722
|
readonly KeyUp: RBXScriptSignal<(key: string) => void>;
|
|
29939
29723
|
/**
|
|
@@ -30079,7 +29863,7 @@ interface OmniRecommendationsService extends Instance {
|
|
|
30079
29863
|
*
|
|
30080
29864
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/OpenCloudApiV1)
|
|
30081
29865
|
*
|
|
30082
|
-
* @deprecated
|
|
29866
|
+
* @deprecated
|
|
30083
29867
|
*/
|
|
30084
29868
|
interface OpenCloudApiV1 extends Instance {
|
|
30085
29869
|
/**
|
|
@@ -30125,7 +29909,7 @@ interface OpenCloudApiV1 extends Instance {
|
|
|
30125
29909
|
*
|
|
30126
29910
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/OpenCloudService)
|
|
30127
29911
|
*
|
|
30128
|
-
* @deprecated
|
|
29912
|
+
* @deprecated
|
|
30129
29913
|
*/
|
|
30130
29914
|
interface OpenCloudService extends Instance {
|
|
30131
29915
|
/**
|
|
@@ -30462,7 +30246,7 @@ interface BasePart extends PVInstance {
|
|
|
30462
30246
|
*
|
|
30463
30247
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/BasePart#CollisionGroupId)
|
|
30464
30248
|
*
|
|
30465
|
-
* @deprecated
|
|
30249
|
+
* @deprecated
|
|
30466
30250
|
*/
|
|
30467
30251
|
CollisionGroupId: number;
|
|
30468
30252
|
/**
|
|
@@ -30814,7 +30598,7 @@ interface BasePart extends PVInstance {
|
|
|
30814
30598
|
*
|
|
30815
30599
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/BasePart#RotVelocity)
|
|
30816
30600
|
*
|
|
30817
|
-
* @deprecated
|
|
30601
|
+
* @deprecated
|
|
30818
30602
|
*/
|
|
30819
30603
|
RotVelocity: Vector3;
|
|
30820
30604
|
/**
|
|
@@ -30913,7 +30697,7 @@ interface BasePart extends PVInstance {
|
|
|
30913
30697
|
*
|
|
30914
30698
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/BasePart#Velocity)
|
|
30915
30699
|
*
|
|
30916
|
-
* @deprecated
|
|
30700
|
+
* @deprecated
|
|
30917
30701
|
*/
|
|
30918
30702
|
Velocity: Vector3;
|
|
30919
30703
|
/**
|
|
@@ -30998,11 +30782,14 @@ interface BasePart extends PVInstance {
|
|
|
30998
30782
|
string | undefined
|
|
30999
30783
|
]>;
|
|
31000
30784
|
/**
|
|
30785
|
+
* Returns the closest point on the part's surface to the given point.
|
|
30786
|
+
*
|
|
31001
30787
|
* - **ThreadSafety**: Unsafe
|
|
31002
30788
|
*
|
|
31003
30789
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/BasePart#GetClosestPointOnSurface)
|
|
31004
30790
|
* @param this The abstract base class for in-world objects that physically interact.
|
|
31005
|
-
* @param position
|
|
30791
|
+
* @param position The world-space point to find the closest surface point to.
|
|
30792
|
+
* @returns The closest point on the part's surface in world space.
|
|
31006
30793
|
*/
|
|
31007
30794
|
GetClosestPointOnSurface(this: BasePart, position: Vector3): Vector3;
|
|
31008
30795
|
/**
|
|
@@ -31088,7 +30875,7 @@ interface BasePart extends PVInstance {
|
|
|
31088
30875
|
* @param this The abstract base class for in-world objects that physically interact.
|
|
31089
30876
|
* @returns The base part of an assembly (a collection of parts connected together).
|
|
31090
30877
|
*
|
|
31091
|
-
* @deprecated
|
|
30878
|
+
* @deprecated
|
|
31092
30879
|
*/
|
|
31093
30880
|
GetRootPart(this: BasePart): BasePart;
|
|
31094
30881
|
/**
|
|
@@ -31260,7 +31047,7 @@ interface BasePart extends PVInstance {
|
|
|
31260
31047
|
*
|
|
31261
31048
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/BasePart#StoppedTouching)
|
|
31262
31049
|
*
|
|
31263
|
-
* @deprecated
|
|
31050
|
+
* @deprecated
|
|
31264
31051
|
*/
|
|
31265
31052
|
readonly StoppedTouching: RBXScriptSignal<(otherPart: BasePart) => void>;
|
|
31266
31053
|
/**
|
|
@@ -31361,20 +31148,6 @@ interface Platform extends Part {
|
|
|
31361
31148
|
* @deprecated
|
|
31362
31149
|
*/
|
|
31363
31150
|
readonly _nominal_Platform: unique symbol;
|
|
31364
|
-
/**
|
|
31365
|
-
* - **ThreadSafety**: Unsafe
|
|
31366
|
-
* - **Tags**: Hidden
|
|
31367
|
-
*
|
|
31368
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Platform#RemoteCreateMotor6D)
|
|
31369
|
-
*/
|
|
31370
|
-
readonly RemoteCreateMotor6D: RBXScriptSignal<(humanoid: Humanoid) => void>;
|
|
31371
|
-
/**
|
|
31372
|
-
* - **ThreadSafety**: Unsafe
|
|
31373
|
-
* - **Tags**: Hidden
|
|
31374
|
-
*
|
|
31375
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Platform#RemoteDestroyMotor6D)
|
|
31376
|
-
*/
|
|
31377
|
-
readonly RemoteDestroyMotor6D: RBXScriptSignal<() => void>;
|
|
31378
31151
|
}
|
|
31379
31152
|
/**
|
|
31380
31153
|
* A type of `BasePart` that characters can 'sit' in. When a character touches an enabled Seat object, it will be attached to the part by a `Weld` and the default character scripts will play a sitting animation.
|
|
@@ -31417,20 +31190,6 @@ interface Seat extends Part {
|
|
|
31417
31190
|
* @param humanoid
|
|
31418
31191
|
*/
|
|
31419
31192
|
Sit(this: Seat, humanoid: Humanoid | undefined): void;
|
|
31420
|
-
/**
|
|
31421
|
-
* - **ThreadSafety**: Unsafe
|
|
31422
|
-
* - **Tags**: Hidden
|
|
31423
|
-
*
|
|
31424
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Seat#RemoteCreateSeatWeld)
|
|
31425
|
-
*/
|
|
31426
|
-
readonly RemoteCreateSeatWeld: RBXScriptSignal<(humanoid: Humanoid) => void>;
|
|
31427
|
-
/**
|
|
31428
|
-
* - **ThreadSafety**: Unsafe
|
|
31429
|
-
* - **Tags**: Hidden
|
|
31430
|
-
*
|
|
31431
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Seat#RemoteDestroySeatWeld)
|
|
31432
|
-
*/
|
|
31433
|
-
readonly RemoteDestroySeatWeld: RBXScriptSignal<() => void>;
|
|
31434
31193
|
}
|
|
31435
31194
|
/**
|
|
31436
31195
|
* **Deprecated:** The SkateboardPlatform object has been deprecated and is no longer supported by Roblox. Developers looking to create skateboards or similar vehicles are advised to program their own systems. Additionally, the `VehicleSeat` object can be used to quickly create simple vehicles.
|
|
@@ -31522,20 +31281,6 @@ interface SkateboardPlatform extends Part {
|
|
|
31522
31281
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/SkateboardPlatform#MoveStateChanged)
|
|
31523
31282
|
*/
|
|
31524
31283
|
readonly MoveStateChanged: RBXScriptSignal<(newState: Enum.MoveState, oldState: Enum.MoveState) => void>;
|
|
31525
|
-
/**
|
|
31526
|
-
* - **ThreadSafety**: Unsafe
|
|
31527
|
-
* - **Tags**: Hidden
|
|
31528
|
-
*
|
|
31529
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/SkateboardPlatform#RemoteCreateMotor6D)
|
|
31530
|
-
*/
|
|
31531
|
-
readonly RemoteCreateMotor6D: RBXScriptSignal<(humanoid: Humanoid) => void>;
|
|
31532
|
-
/**
|
|
31533
|
-
* - **ThreadSafety**: Unsafe
|
|
31534
|
-
* - **Tags**: Hidden
|
|
31535
|
-
*
|
|
31536
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/SkateboardPlatform#RemoteDestroyMotor6D)
|
|
31537
|
-
*/
|
|
31538
|
-
readonly RemoteDestroyMotor6D: RBXScriptSignal<() => void>;
|
|
31539
31284
|
/**
|
|
31540
31285
|
* Fired whenever the skateboard is unequipped.
|
|
31541
31286
|
*
|
|
@@ -31845,12 +31590,6 @@ interface Terrain extends BasePart {
|
|
|
31845
31590
|
* @param material The material with which the wedge will be filled.
|
|
31846
31591
|
*/
|
|
31847
31592
|
FillWedge(this: Terrain, cframe: CFrame, size: Vector3, material: CastsToEnum<Enum.Material>): void;
|
|
31848
|
-
/**
|
|
31849
|
-
* - **ThreadSafety**: Unsafe
|
|
31850
|
-
*
|
|
31851
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Terrain#GetBaseMaterialSlotIndex)
|
|
31852
|
-
*/
|
|
31853
|
-
GetBaseMaterialSlotIndex(this: Terrain, baseMaterial: CastsToEnum<Enum.Material>): number | undefined;
|
|
31854
31593
|
/**
|
|
31855
31594
|
* **Deprecated:** This item is a deprecated function of a legacy `Terrain` engine that has been removed. Do not use it for new work.
|
|
31856
31595
|
*
|
|
@@ -31868,12 +31607,6 @@ interface Terrain extends BasePart {
|
|
|
31868
31607
|
* @deprecated
|
|
31869
31608
|
*/
|
|
31870
31609
|
GetCell(this: Terrain, x: number, y: number, z: number): unknown;
|
|
31871
|
-
/**
|
|
31872
|
-
* - **ThreadSafety**: Unsafe
|
|
31873
|
-
*
|
|
31874
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Terrain#GetFirstCustomMaterialSlotIndex)
|
|
31875
|
-
*/
|
|
31876
|
-
GetFirstCustomMaterialSlotIndex(this: Terrain): number;
|
|
31877
31610
|
/**
|
|
31878
31611
|
* Returns current terrain material color for specified terrain material.
|
|
31879
31612
|
*
|
|
@@ -32314,11 +32047,10 @@ interface PartOperation extends TriangleMeshPart {
|
|
|
32314
32047
|
* The number of polygons in this solid model.
|
|
32315
32048
|
*
|
|
32316
32049
|
* - **ThreadSafety**: ReadSafe
|
|
32317
|
-
* - **Tags**: NotReplicated
|
|
32318
32050
|
*
|
|
32319
32051
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/PartOperation#TriangleCount)
|
|
32320
32052
|
*/
|
|
32321
|
-
|
|
32053
|
+
get TriangleCount(): number;
|
|
32322
32054
|
/**
|
|
32323
32055
|
* Sets whether the `PartOperation` can be recolored using inherited color properties.
|
|
32324
32056
|
*
|
|
@@ -32523,20 +32255,6 @@ interface VehicleSeat extends BasePart {
|
|
|
32523
32255
|
* @param humanoid The `Humanoid` being forced to sit in the `VehicleSeat`.
|
|
32524
32256
|
*/
|
|
32525
32257
|
Sit(this: VehicleSeat, humanoid: Instance): void;
|
|
32526
|
-
/**
|
|
32527
|
-
* - **ThreadSafety**: Unsafe
|
|
32528
|
-
* - **Tags**: Hidden
|
|
32529
|
-
*
|
|
32530
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/VehicleSeat#RemoteCreateSeatWeld)
|
|
32531
|
-
*/
|
|
32532
|
-
readonly RemoteCreateSeatWeld: RBXScriptSignal<(humanoid: Instance) => void>;
|
|
32533
|
-
/**
|
|
32534
|
-
* - **ThreadSafety**: Unsafe
|
|
32535
|
-
* - **Tags**: Hidden
|
|
32536
|
-
*
|
|
32537
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/VehicleSeat#RemoteDestroySeatWeld)
|
|
32538
|
-
*/
|
|
32539
|
-
readonly RemoteDestroySeatWeld: RBXScriptSignal<() => void>;
|
|
32540
32258
|
}
|
|
32541
32259
|
/**
|
|
32542
32260
|
* A class which defines a view of the 3D world.
|
|
@@ -32586,7 +32304,7 @@ interface Camera extends PVInstance {
|
|
|
32586
32304
|
*
|
|
32587
32305
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Camera#CoordinateFrame)
|
|
32588
32306
|
*
|
|
32589
|
-
* @deprecated
|
|
32307
|
+
* @deprecated
|
|
32590
32308
|
*/
|
|
32591
32309
|
CoordinateFrame: CFrame;
|
|
32592
32310
|
/**
|
|
@@ -32997,7 +32715,7 @@ interface Model extends PVInstance {
|
|
|
32997
32715
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Model#GetModelCFrame)
|
|
32998
32716
|
* @param this Models are container objects, meaning they group objects together. They are best used to hold collections of `BaseParts` and have a number of functions that extend their functionality.
|
|
32999
32717
|
*
|
|
33000
|
-
* @deprecated
|
|
32718
|
+
* @deprecated
|
|
33001
32719
|
*/
|
|
33002
32720
|
GetModelCFrame(this: Model): CFrame;
|
|
33003
32721
|
/**
|
|
@@ -33011,7 +32729,7 @@ interface Model extends PVInstance {
|
|
|
33011
32729
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Model#GetModelSize)
|
|
33012
32730
|
* @param this Models are container objects, meaning they group objects together. They are best used to hold collections of `BaseParts` and have a number of functions that extend their functionality.
|
|
33013
32731
|
*
|
|
33014
|
-
* @deprecated
|
|
32732
|
+
* @deprecated
|
|
33015
32733
|
*/
|
|
33016
32734
|
GetModelSize(this: Model): Vector3;
|
|
33017
32735
|
/**
|
|
@@ -33035,7 +32753,7 @@ interface Model extends PVInstance {
|
|
|
33035
32753
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Model#GetPrimaryPartCFrame)
|
|
33036
32754
|
* @param this Models are container objects, meaning they group objects together. They are best used to hold collections of `BaseParts` and have a number of functions that extend their functionality.
|
|
33037
32755
|
*
|
|
33038
|
-
* @deprecated
|
|
32756
|
+
* @deprecated
|
|
33039
32757
|
*/
|
|
33040
32758
|
GetPrimaryPartCFrame(this: Model): CFrame;
|
|
33041
32759
|
/**
|
|
@@ -33093,7 +32811,7 @@ interface Model extends PVInstance {
|
|
|
33093
32811
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Model#ResetOrientationToIdentity)
|
|
33094
32812
|
* @param this Models are container objects, meaning they group objects together. They are best used to hold collections of `BaseParts` and have a number of functions that extend their functionality.
|
|
33095
32813
|
*
|
|
33096
|
-
* @deprecated
|
|
32814
|
+
* @deprecated
|
|
33097
32815
|
*/
|
|
33098
32816
|
ResetOrientationToIdentity(this: Model): void;
|
|
33099
32817
|
/**
|
|
@@ -33117,7 +32835,7 @@ interface Model extends PVInstance {
|
|
|
33117
32835
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Model#SetIdentityOrientation)
|
|
33118
32836
|
* @param this Models are container objects, meaning they group objects together. They are best used to hold collections of `BaseParts` and have a number of functions that extend their functionality.
|
|
33119
32837
|
*
|
|
33120
|
-
* @deprecated
|
|
32838
|
+
* @deprecated
|
|
33121
32839
|
*/
|
|
33122
32840
|
SetIdentityOrientation(this: Model): void;
|
|
33123
32841
|
/**
|
|
@@ -33132,7 +32850,7 @@ interface Model extends PVInstance {
|
|
|
33132
32850
|
* @param this Models are container objects, meaning they group objects together. They are best used to hold collections of `BaseParts` and have a number of functions that extend their functionality.
|
|
33133
32851
|
* @param cframe The `CFrame` to be set.
|
|
33134
32852
|
*
|
|
33135
|
-
* @deprecated
|
|
32853
|
+
* @deprecated
|
|
33136
32854
|
*/
|
|
33137
32855
|
SetPrimaryPartCFrame(this: Model, cframe: CFrame): void;
|
|
33138
32856
|
/**
|
|
@@ -33506,7 +33224,7 @@ interface WorldRoot extends Model {
|
|
|
33506
33224
|
* @param ignoreWater
|
|
33507
33225
|
* @returns The `BasePart` or `Terrain` cell hit, the `Vector3` point of intersection, the `Vector3` surface normal at the point of intersection, and the `Material` of the `BasePart` or terrain cell hit.
|
|
33508
33226
|
*
|
|
33509
|
-
* @deprecated
|
|
33227
|
+
* @deprecated
|
|
33510
33228
|
*/
|
|
33511
33229
|
FindPartOnRay(this: WorldRoot, ray: Ray, ignoreDescendantsInstance?: Instance, terrainCellsAreCubes?: boolean, ignoreWater?: boolean): LuaTuple<[
|
|
33512
33230
|
BasePart | undefined,
|
|
@@ -33530,7 +33248,7 @@ interface WorldRoot extends Model {
|
|
|
33530
33248
|
* @param ignoreWater
|
|
33531
33249
|
* @returns The `BasePart` or `Terrain` cell hit, the `Vector3` point of intersection, the `Vector3` surface normal at the point of intersection, and the `Material` of the `BasePart` or terrain cell hit.
|
|
33532
33250
|
*
|
|
33533
|
-
* @deprecated
|
|
33251
|
+
* @deprecated
|
|
33534
33252
|
*/
|
|
33535
33253
|
FindPartOnRayWithIgnoreList(this: WorldRoot, ray: Ray, ignoreDescendantsTable: Array<Instance>, terrainCellsAreCubes?: boolean, ignoreWater?: boolean): LuaTuple<[
|
|
33536
33254
|
BasePart | undefined,
|
|
@@ -33553,7 +33271,7 @@ interface WorldRoot extends Model {
|
|
|
33553
33271
|
* @param ignoreWater
|
|
33554
33272
|
* @returns The `BasePart` or `Terrain` cell hit, the `Vector3` point of intersection, the `Vector3` surface normal at the point of intersection, and the `Material` of the `BasePart` or terrain cell hit.
|
|
33555
33273
|
*
|
|
33556
|
-
* @deprecated
|
|
33274
|
+
* @deprecated
|
|
33557
33275
|
*/
|
|
33558
33276
|
FindPartOnRayWithWhitelist(this: WorldRoot, ray: Ray, whitelistDescendantsTable: Array<Instance>, ignoreWater?: boolean): LuaTuple<[
|
|
33559
33277
|
BasePart | undefined,
|
|
@@ -33576,7 +33294,7 @@ interface WorldRoot extends Model {
|
|
|
33576
33294
|
* @param maxParts The maximum amount of `BaseParts` to be returned.
|
|
33577
33295
|
* @returns An array of `BaseParts` within the `Region3`.
|
|
33578
33296
|
*
|
|
33579
|
-
* @deprecated
|
|
33297
|
+
* @deprecated
|
|
33580
33298
|
*/
|
|
33581
33299
|
FindPartsInRegion3(this: WorldRoot, region: Region3, ignoreDescendantsInstance?: Instance, maxParts?: number): Array<BasePart>;
|
|
33582
33300
|
/**
|
|
@@ -33594,7 +33312,7 @@ interface WorldRoot extends Model {
|
|
|
33594
33312
|
* @param maxParts The maximum number of `BaseParts` to be returned.
|
|
33595
33313
|
* @returns An array of `BaseParts` found within the `Region3`.
|
|
33596
33314
|
*
|
|
33597
|
-
* @deprecated
|
|
33315
|
+
* @deprecated
|
|
33598
33316
|
*/
|
|
33599
33317
|
FindPartsInRegion3WithIgnoreList(this: WorldRoot, region: Region3, ignoreDescendantsTable: Array<Instance>, maxParts?: number): Array<BasePart>;
|
|
33600
33318
|
/**
|
|
@@ -33612,7 +33330,7 @@ interface WorldRoot extends Model {
|
|
|
33612
33330
|
* @param maxParts The maximum number of `BaseParts` to be returned.
|
|
33613
33331
|
* @returns An array of `BaseParts` within the `Region3`.
|
|
33614
33332
|
*
|
|
33615
|
-
* @deprecated
|
|
33333
|
+
* @deprecated
|
|
33616
33334
|
*/
|
|
33617
33335
|
FindPartsInRegion3WithWhiteList(this: WorldRoot, region: Region3, whitelistDescendantsTable: Array<Instance>, maxParts?: number): Array<BasePart>;
|
|
33618
33336
|
/**
|
|
@@ -33670,7 +33388,7 @@ interface WorldRoot extends Model {
|
|
|
33670
33388
|
* @param ignoreDescendentsInstance An `Instance` to be ignored.
|
|
33671
33389
|
* @returns True if the `Region3` is empty.
|
|
33672
33390
|
*
|
|
33673
|
-
* @deprecated
|
|
33391
|
+
* @deprecated
|
|
33674
33392
|
*/
|
|
33675
33393
|
IsRegion3Empty(this: WorldRoot, region: Region3, ignoreDescendentsInstance?: Instance): boolean;
|
|
33676
33394
|
/**
|
|
@@ -33687,7 +33405,7 @@ interface WorldRoot extends Model {
|
|
|
33687
33405
|
* @param ignoreDescendentsTable An array of objects to be ignored.
|
|
33688
33406
|
* @returns True if the `Region3` is empty.
|
|
33689
33407
|
*
|
|
33690
|
-
* @deprecated
|
|
33408
|
+
* @deprecated
|
|
33691
33409
|
*/
|
|
33692
33410
|
IsRegion3EmptyWithIgnoreList(this: WorldRoot, region: Region3, ignoreDescendentsTable: Array<Instance>): boolean;
|
|
33693
33411
|
/**
|
|
@@ -33729,7 +33447,7 @@ interface WorldRoot extends Model {
|
|
|
33729
33447
|
Spherecast(this: WorldRoot, position: Vector3, radius: number, direction: Vector3, raycastParams?: RaycastParams): RaycastResult | undefined;
|
|
33730
33448
|
}
|
|
33731
33449
|
/**
|
|
33732
|
-
*
|
|
33450
|
+
* `Workspace` houses 3D objects which are rendered to the 3D world. Objects not descending from it will not be rendered or physically interact with the world.
|
|
33733
33451
|
*
|
|
33734
33452
|
* - **Tags**: NotCreatable, Service
|
|
33735
33453
|
*
|
|
@@ -33878,7 +33596,7 @@ interface Workspace extends WorldRoot {
|
|
|
33878
33596
|
* - **ThreadSafety**: Safe
|
|
33879
33597
|
*
|
|
33880
33598
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Workspace#GetNumAwakeParts)
|
|
33881
|
-
* @param this
|
|
33599
|
+
* @param this `Workspace` houses 3D objects which are rendered to the 3D world. Objects not descending from it will not be rendered or physically interact with the world.
|
|
33882
33600
|
* @returns The number of awake parts.
|
|
33883
33601
|
*/
|
|
33884
33602
|
GetNumAwakeParts(this: Workspace): number;
|
|
@@ -33888,7 +33606,7 @@ interface Workspace extends WorldRoot {
|
|
|
33888
33606
|
* - **ThreadSafety**: Safe
|
|
33889
33607
|
*
|
|
33890
33608
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Workspace#GetPhysicsThrottling)
|
|
33891
|
-
* @param this
|
|
33609
|
+
* @param this `Workspace` houses 3D objects which are rendered to the 3D world. Objects not descending from it will not be rendered or physically interact with the world.
|
|
33892
33610
|
* @returns The percentage of real time that physics simulation is currently being throttled to.
|
|
33893
33611
|
*/
|
|
33894
33612
|
GetPhysicsThrottling(this: Workspace): number;
|
|
@@ -33898,7 +33616,7 @@ interface Workspace extends WorldRoot {
|
|
|
33898
33616
|
* - **ThreadSafety**: Safe
|
|
33899
33617
|
*
|
|
33900
33618
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Workspace#GetRealPhysicsFPS)
|
|
33901
|
-
* @param this
|
|
33619
|
+
* @param this `Workspace` houses 3D objects which are rendered to the 3D world. Objects not descending from it will not be rendered or physically interact with the world.
|
|
33902
33620
|
* @returns Returns the number of frames per second that physics is currently being simulated at.
|
|
33903
33621
|
*/
|
|
33904
33622
|
GetRealPhysicsFPS(this: Workspace): number;
|
|
@@ -33908,7 +33626,7 @@ interface Workspace extends WorldRoot {
|
|
|
33908
33626
|
* - **ThreadSafety**: Safe
|
|
33909
33627
|
*
|
|
33910
33628
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Workspace#GetServerTimeNow)
|
|
33911
|
-
* @param this
|
|
33629
|
+
* @param this `Workspace` houses 3D objects which are rendered to the 3D world. Objects not descending from it will not be rendered or physically interact with the world.
|
|
33912
33630
|
* @returns The estimated Unix timestamp on the server.
|
|
33913
33631
|
*/
|
|
33914
33632
|
GetServerTimeNow(this: Workspace): number;
|
|
@@ -33918,7 +33636,7 @@ interface Workspace extends WorldRoot {
|
|
|
33918
33636
|
* - **ThreadSafety**: Unsafe
|
|
33919
33637
|
*
|
|
33920
33638
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Workspace#JoinToOutsiders)
|
|
33921
|
-
* @param this
|
|
33639
|
+
* @param this `Workspace` houses 3D objects which are rendered to the 3D world. Objects not descending from it will not be rendered or physically interact with the world.
|
|
33922
33640
|
* @param objects An array of `BaseParts` for whom joints are to be made.
|
|
33923
33641
|
* @param jointType The `JointCreationMode` to be used. Passing in `Enum.JointCreationMode.All` or `Enum.JointCreationMode.Surface` has the same behavior which equates to Join Always.
|
|
33924
33642
|
*/
|
|
@@ -33929,7 +33647,7 @@ interface Workspace extends WorldRoot {
|
|
|
33929
33647
|
* - **ThreadSafety**: Unsafe
|
|
33930
33648
|
*
|
|
33931
33649
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Workspace#PGSIsEnabled)
|
|
33932
|
-
* @param this
|
|
33650
|
+
* @param this `Workspace` houses 3D objects which are rendered to the 3D world. Objects not descending from it will not be rendered or physically interact with the world.
|
|
33933
33651
|
* @returns True if the PGS solver is enabled.
|
|
33934
33652
|
*/
|
|
33935
33653
|
PGSIsEnabled(this: Workspace): boolean;
|
|
@@ -33939,7 +33657,7 @@ interface Workspace extends WorldRoot {
|
|
|
33939
33657
|
* - **ThreadSafety**: Unsafe
|
|
33940
33658
|
*
|
|
33941
33659
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Workspace#UnjoinFromOutsiders)
|
|
33942
|
-
* @param this
|
|
33660
|
+
* @param this `Workspace` houses 3D objects which are rendered to the 3D world. Objects not descending from it will not be rendered or physically interact with the world.
|
|
33943
33661
|
* @param objects An array of `BaseParts` for whom joints are to be broken.
|
|
33944
33662
|
*/
|
|
33945
33663
|
UnjoinFromOutsiders(this: Workspace, objects: Array<Instance>): void;
|
|
@@ -33989,6 +33707,13 @@ interface PackageLink extends Instance {
|
|
|
33989
33707
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/PackageLink#DefaultName)
|
|
33990
33708
|
*/
|
|
33991
33709
|
get DefaultName(): string;
|
|
33710
|
+
/**
|
|
33711
|
+
* - **ThreadSafety**: ReadSafe
|
|
33712
|
+
* - **Tags**: NotReplicated
|
|
33713
|
+
*
|
|
33714
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/PackageLink#PackageContent)
|
|
33715
|
+
*/
|
|
33716
|
+
readonly PackageContent: Content;
|
|
33992
33717
|
/**
|
|
33993
33718
|
* The ID of the asset this package corresponds to.
|
|
33994
33719
|
*
|
|
@@ -34611,6 +34336,12 @@ interface ParticleEmitter extends Instance {
|
|
|
34611
34336
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/ParticleEmitter#Texture)
|
|
34612
34337
|
*/
|
|
34613
34338
|
Texture: ContentId;
|
|
34339
|
+
/**
|
|
34340
|
+
* - **ThreadSafety**: ReadSafe
|
|
34341
|
+
*
|
|
34342
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/ParticleEmitter#TextureContent)
|
|
34343
|
+
*/
|
|
34344
|
+
TextureContent: Content;
|
|
34614
34345
|
/**
|
|
34615
34346
|
* Value between 0 and 1 that controls the speed of the particle effect.
|
|
34616
34347
|
*
|
|
@@ -34645,7 +34376,7 @@ interface ParticleEmitter extends Instance {
|
|
|
34645
34376
|
*
|
|
34646
34377
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/ParticleEmitter#VelocitySpread)
|
|
34647
34378
|
*
|
|
34648
|
-
* @deprecated
|
|
34379
|
+
* @deprecated
|
|
34649
34380
|
*/
|
|
34650
34381
|
VelocitySpread: number;
|
|
34651
34382
|
/**
|
|
@@ -34683,20 +34414,6 @@ interface ParticleEmitter extends Instance {
|
|
|
34683
34414
|
* @param particleCount The number of particles to emit.
|
|
34684
34415
|
*/
|
|
34685
34416
|
Emit(this: ParticleEmitter, particleCount?: number): void;
|
|
34686
|
-
/**
|
|
34687
|
-
* - **ThreadSafety**: Unsafe
|
|
34688
|
-
* - **Tags**: Hidden
|
|
34689
|
-
*
|
|
34690
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/ParticleEmitter#OnClearRequested)
|
|
34691
|
-
*/
|
|
34692
|
-
readonly OnClearRequested: RBXScriptSignal<() => void>;
|
|
34693
|
-
/**
|
|
34694
|
-
* - **ThreadSafety**: Unsafe
|
|
34695
|
-
* - **Tags**: Hidden
|
|
34696
|
-
*
|
|
34697
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/ParticleEmitter#OnEmitRequested)
|
|
34698
|
-
*/
|
|
34699
|
-
readonly OnEmitRequested: RBXScriptSignal<(particleCount: number) => void>;
|
|
34700
34417
|
}
|
|
34701
34418
|
/**
|
|
34702
34419
|
* - **Tags**: NotCreatable, Service, NotReplicated
|
|
@@ -34797,7 +34514,7 @@ interface Path extends Instance {
|
|
|
34797
34514
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Path#GetPointCoordinates)
|
|
34798
34515
|
* @param this Stores the result of paths created by `PathfindingService:CreatePath()`.
|
|
34799
34516
|
*
|
|
34800
|
-
* @deprecated
|
|
34517
|
+
* @deprecated
|
|
34801
34518
|
*/
|
|
34802
34519
|
GetPointCoordinates(this: Path): Array<unknown>;
|
|
34803
34520
|
/**
|
|
@@ -34981,7 +34698,7 @@ interface PathfindingService extends Instance {
|
|
|
34981
34698
|
* @param maxDistance
|
|
34982
34699
|
* @returns A `Path` object.
|
|
34983
34700
|
*
|
|
34984
|
-
* @deprecated
|
|
34701
|
+
* @deprecated
|
|
34985
34702
|
*/
|
|
34986
34703
|
ComputeRawPathAsync(this: PathfindingService, start: Vector3, finish: Vector3, maxDistance: number): Path;
|
|
34987
34704
|
/**
|
|
@@ -34998,7 +34715,7 @@ interface PathfindingService extends Instance {
|
|
|
34998
34715
|
* @param finish
|
|
34999
34716
|
* @param maxDistance
|
|
35000
34717
|
*
|
|
35001
|
-
* @deprecated
|
|
34718
|
+
* @deprecated
|
|
35002
34719
|
*/
|
|
35003
34720
|
ComputeSmoothPathAsync(this: PathfindingService, start: Vector3, finish: Vector3, maxDistance: number): Path;
|
|
35004
34721
|
/**
|
|
@@ -35102,7 +34819,7 @@ interface PhysicsService extends Instance {
|
|
|
35102
34819
|
* @param name
|
|
35103
34820
|
* @param part
|
|
35104
34821
|
*
|
|
35105
|
-
* @deprecated
|
|
34822
|
+
* @deprecated
|
|
35106
34823
|
*/
|
|
35107
34824
|
CollisionGroupContainsPart(this: PhysicsService, name: string, part: BasePart): boolean;
|
|
35108
34825
|
/**
|
|
@@ -35140,7 +34857,7 @@ interface PhysicsService extends Instance {
|
|
|
35140
34857
|
* @param this
|
|
35141
34858
|
* @param name
|
|
35142
34859
|
*
|
|
35143
|
-
* @deprecated
|
|
34860
|
+
* @deprecated
|
|
35144
34861
|
*/
|
|
35145
34862
|
CreateCollisionGroup(this: PhysicsService, name: string): number;
|
|
35146
34863
|
/**
|
|
@@ -35156,7 +34873,7 @@ interface PhysicsService extends Instance {
|
|
|
35156
34873
|
* @param name The name of the collision group being retrieved.
|
|
35157
34874
|
* @returns The ID of the retrieved collision group, or `nil` if no such group exists.
|
|
35158
34875
|
*
|
|
35159
|
-
* @deprecated
|
|
34876
|
+
* @deprecated
|
|
35160
34877
|
*/
|
|
35161
34878
|
GetCollisionGroupId(this: PhysicsService, name: string): number;
|
|
35162
34879
|
/**
|
|
@@ -35171,7 +34888,7 @@ interface PhysicsService extends Instance {
|
|
|
35171
34888
|
* @param this
|
|
35172
34889
|
* @param name
|
|
35173
34890
|
*
|
|
35174
|
-
* @deprecated
|
|
34891
|
+
* @deprecated
|
|
35175
34892
|
*/
|
|
35176
34893
|
GetCollisionGroupName(this: PhysicsService, name: number): string;
|
|
35177
34894
|
/**
|
|
@@ -35185,7 +34902,7 @@ interface PhysicsService extends Instance {
|
|
|
35185
34902
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/PhysicsService#GetCollisionGroups)
|
|
35186
34903
|
* @param this
|
|
35187
34904
|
*
|
|
35188
|
-
* @deprecated
|
|
34905
|
+
* @deprecated
|
|
35189
34906
|
*/
|
|
35190
34907
|
GetCollisionGroups(this: PhysicsService): Array<CollisionGroupInfo & {
|
|
35191
34908
|
id: number;
|
|
@@ -35240,7 +34957,7 @@ interface PhysicsService extends Instance {
|
|
|
35240
34957
|
* @param this
|
|
35241
34958
|
* @param name
|
|
35242
34959
|
*
|
|
35243
|
-
* @deprecated
|
|
34960
|
+
* @deprecated
|
|
35244
34961
|
*/
|
|
35245
34962
|
RemoveCollisionGroup(this: PhysicsService, name: string): void;
|
|
35246
34963
|
/**
|
|
@@ -35267,7 +34984,7 @@ interface PhysicsService extends Instance {
|
|
|
35267
34984
|
* @param part The part being set.
|
|
35268
34985
|
* @param name The name of collision group that the part's collision group is being set to.
|
|
35269
34986
|
*
|
|
35270
|
-
* @deprecated
|
|
34987
|
+
* @deprecated
|
|
35271
34988
|
*/
|
|
35272
34989
|
SetPartCollisionGroup(this: PhysicsService, part: BasePart, name: string): void;
|
|
35273
34990
|
/**
|
|
@@ -35394,6 +35111,12 @@ interface Player extends Instance {
|
|
|
35394
35111
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Player#AccountAge)
|
|
35395
35112
|
*/
|
|
35396
35113
|
readonly AccountAge: number;
|
|
35114
|
+
/**
|
|
35115
|
+
* - **ThreadSafety**: ReadSafe
|
|
35116
|
+
*
|
|
35117
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Player#AgeChecked)
|
|
35118
|
+
*/
|
|
35119
|
+
get AgeChecked(): Enum.AgeCheckStatus;
|
|
35397
35120
|
/**
|
|
35398
35121
|
* Determines whether the character of a player using a mobile device will automatically jump upon hitting an obstacle.
|
|
35399
35122
|
*
|
|
@@ -35452,7 +35175,7 @@ interface Player extends Instance {
|
|
|
35452
35175
|
*
|
|
35453
35176
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Player#CharacterAppearance)
|
|
35454
35177
|
*
|
|
35455
|
-
* @deprecated
|
|
35178
|
+
* @deprecated
|
|
35456
35179
|
*/
|
|
35457
35180
|
CharacterAppearance: string;
|
|
35458
35181
|
/**
|
|
@@ -35663,6 +35386,14 @@ interface Player extends Instance {
|
|
|
35663
35386
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Player#TeamColor)
|
|
35664
35387
|
*/
|
|
35665
35388
|
TeamColor: BrickColor;
|
|
35389
|
+
/**
|
|
35390
|
+
* The `User` representing this player's domain-scoped identity within the current experience.
|
|
35391
|
+
*
|
|
35392
|
+
* - **ThreadSafety**: ReadSafe
|
|
35393
|
+
*
|
|
35394
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Player#User)
|
|
35395
|
+
*/
|
|
35396
|
+
get User(): User;
|
|
35666
35397
|
/**
|
|
35667
35398
|
* A unique identifying integer assigned to all user accounts.
|
|
35668
35399
|
*
|
|
@@ -35682,9 +35413,12 @@ interface Player extends Instance {
|
|
|
35682
35413
|
*/
|
|
35683
35414
|
AddReplicationFocus(this: Player, part: BasePart): void;
|
|
35684
35415
|
/**
|
|
35416
|
+
* Clears the cached avatar appearance for the player, forcing a fresh fetch from the backend on the next respawn.
|
|
35417
|
+
*
|
|
35685
35418
|
* - **ThreadSafety**: Unsafe
|
|
35686
35419
|
*
|
|
35687
35420
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Player#ClearCachedAvatarAppearance)
|
|
35421
|
+
* @param this An object that represents a presently connected client to the experience.
|
|
35688
35422
|
*/
|
|
35689
35423
|
ClearCachedAvatarAppearance(this: Player): void;
|
|
35690
35424
|
/**
|
|
@@ -35858,6 +35592,12 @@ interface Player extends Instance {
|
|
|
35858
35592
|
* @param relativeToCamera A boolean indicating whether the player should move relative to the player's camera.
|
|
35859
35593
|
*/
|
|
35860
35594
|
Move(this: Player, walkDirection: Vector3, relativeToCamera?: boolean): void;
|
|
35595
|
+
/**
|
|
35596
|
+
* - **ThreadSafety**: Unsafe
|
|
35597
|
+
*
|
|
35598
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Player#PromptAgeCheck)
|
|
35599
|
+
*/
|
|
35600
|
+
PromptAgeCheck(this: Player): void;
|
|
35861
35601
|
/**
|
|
35862
35602
|
* Removes a previously added replication focus.
|
|
35863
35603
|
*
|
|
@@ -35945,7 +35685,7 @@ interface Player extends Instance {
|
|
|
35945
35685
|
* @param maxFriends The maximum number of online friends to return.
|
|
35946
35686
|
* @returns A dictionary of online friends (see the table above).
|
|
35947
35687
|
*
|
|
35948
|
-
* @deprecated
|
|
35688
|
+
* @deprecated
|
|
35949
35689
|
*/
|
|
35950
35690
|
GetFriendsOnline(this: Player, maxFriends?: number): Array<FriendOnlineInfo>;
|
|
35951
35691
|
/**
|
|
@@ -35982,7 +35722,7 @@ interface Player extends Instance {
|
|
|
35982
35722
|
* @param groupId The `groupId` of the specified group.
|
|
35983
35723
|
* @returns The player's rank in the group.
|
|
35984
35724
|
*
|
|
35985
|
-
* @deprecated
|
|
35725
|
+
* @deprecated
|
|
35986
35726
|
*/
|
|
35987
35727
|
GetRankInGroup(this: Player, groupId: number): number;
|
|
35988
35728
|
/**
|
|
@@ -35998,7 +35738,7 @@ interface Player extends Instance {
|
|
|
35998
35738
|
* @param groupId The `groupId` of the specified group.
|
|
35999
35739
|
* @returns The player's rank in the group.
|
|
36000
35740
|
*
|
|
36001
|
-
* @deprecated
|
|
35741
|
+
* @deprecated
|
|
36002
35742
|
*/
|
|
36003
35743
|
GetRankInGroupAsync(this: Player, groupId: number): number;
|
|
36004
35744
|
/**
|
|
@@ -36014,7 +35754,7 @@ interface Player extends Instance {
|
|
|
36014
35754
|
* @param groupId The group ID of the specified group.
|
|
36015
35755
|
* @returns The player's role in the specified group, or `Guest` if the player is not a member.
|
|
36016
35756
|
*
|
|
36017
|
-
* @deprecated
|
|
35757
|
+
* @deprecated
|
|
36018
35758
|
*/
|
|
36019
35759
|
GetRoleInGroup(this: Player, groupId: number): string;
|
|
36020
35760
|
/**
|
|
@@ -36030,7 +35770,7 @@ interface Player extends Instance {
|
|
|
36030
35770
|
* @param groupId The group ID of the specified group.
|
|
36031
35771
|
* @returns The player's role in the specified group, or `Guest` if the player is not a member.
|
|
36032
35772
|
*
|
|
36033
|
-
* @deprecated
|
|
35773
|
+
* @deprecated
|
|
36034
35774
|
*/
|
|
36035
35775
|
GetRoleInGroupAsync(this: Player, groupId: number): string;
|
|
36036
35776
|
/**
|
|
@@ -36047,7 +35787,7 @@ interface Player extends Instance {
|
|
|
36047
35787
|
*
|
|
36048
35788
|
* @deprecated
|
|
36049
35789
|
*/
|
|
36050
|
-
IsBestFriendsWith(this: Player, userId:
|
|
35790
|
+
IsBestFriendsWith(this: Player, userId: User): boolean;
|
|
36051
35791
|
/**
|
|
36052
35792
|
* **Deprecated:** This method has been superseded by the `Player:IsFriendsWithAsync()` method which should be used for new work.
|
|
36053
35793
|
*
|
|
@@ -36061,9 +35801,9 @@ interface Player extends Instance {
|
|
|
36061
35801
|
* @param userId The `Player.UserId` of the specified player.
|
|
36062
35802
|
* @returns A boolean indicating whether a player is a friend of the specified user.
|
|
36063
35803
|
*
|
|
36064
|
-
* @deprecated
|
|
35804
|
+
* @deprecated
|
|
36065
35805
|
*/
|
|
36066
|
-
IsFriendsWith(this: Player, userId:
|
|
35806
|
+
IsFriendsWith(this: Player, userId: User): boolean;
|
|
36067
35807
|
/**
|
|
36068
35808
|
* Checks whether a player is a friend of the user with the given `Player.UserId`.
|
|
36069
35809
|
*
|
|
@@ -36075,7 +35815,7 @@ interface Player extends Instance {
|
|
|
36075
35815
|
* @param userId The `Player.UserId` of the specified player.
|
|
36076
35816
|
* @returns A boolean indicating whether a player is a friend of the specified user.
|
|
36077
35817
|
*/
|
|
36078
|
-
IsFriendsWithAsync(this: Player, userId:
|
|
35818
|
+
IsFriendsWithAsync(this: Player, userId: User): boolean;
|
|
36079
35819
|
/**
|
|
36080
35820
|
* **Deprecated:** This method has been superseded by `IsInGroupAsync()`.
|
|
36081
35821
|
*
|
|
@@ -36089,7 +35829,7 @@ interface Player extends Instance {
|
|
|
36089
35829
|
* @param groupId The group ID of the specified group.
|
|
36090
35830
|
* @returns A boolean indicating whether the player is in the specified group.
|
|
36091
35831
|
*
|
|
36092
|
-
* @deprecated
|
|
35832
|
+
* @deprecated
|
|
36093
35833
|
*/
|
|
36094
35834
|
IsInGroup(this: Player, groupId: number): boolean;
|
|
36095
35835
|
/**
|
|
@@ -36115,7 +35855,7 @@ interface Player extends Instance {
|
|
|
36115
35855
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Player#LoadCharacter)
|
|
36116
35856
|
* @param this An object that represents a presently connected client to the experience.
|
|
36117
35857
|
*
|
|
36118
|
-
* @deprecated
|
|
35858
|
+
* @deprecated
|
|
36119
35859
|
*/
|
|
36120
35860
|
LoadCharacter(this: Player): void;
|
|
36121
35861
|
/**
|
|
@@ -36141,7 +35881,7 @@ interface Player extends Instance {
|
|
|
36141
35881
|
* @param humanoidDescription A `HumanoidDescription` containing traits like body parts/colors, body scaling, accessories, clothing, and animations that will be equipped to the loaded character.
|
|
36142
35882
|
* @param assetTypeVerification The asset type verification mode.
|
|
36143
35883
|
*
|
|
36144
|
-
* @deprecated
|
|
35884
|
+
* @deprecated
|
|
36145
35885
|
*/
|
|
36146
35886
|
LoadCharacterWithHumanoidDescription(this: Player, humanoidDescription: HumanoidDescription): void;
|
|
36147
35887
|
/**
|
|
@@ -36682,7 +36422,7 @@ interface Players extends Instance {
|
|
|
36682
36422
|
*
|
|
36683
36423
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Players#NumPlayers)
|
|
36684
36424
|
*
|
|
36685
|
-
* @deprecated
|
|
36425
|
+
* @deprecated
|
|
36686
36426
|
*/
|
|
36687
36427
|
readonly NumPlayers: number;
|
|
36688
36428
|
/**
|
|
@@ -36745,7 +36485,8 @@ interface Players extends Instance {
|
|
|
36745
36485
|
* - `Duration` (required; integer) — Duration of the ban, in seconds. Permanent bans should have a value of `-1`. `0` and all other negative values are invalid.
|
|
36746
36486
|
* - `DisplayReason` (required; string) — The message that will be displayed to users when they attempt to and fail to join an experience. Maximum string length is `400`.
|
|
36747
36487
|
* - `PrivateReason` (required; string) — Internal messaging that will be returned when querying the user's ban history. Maximum string length is `1000`.
|
|
36748
|
-
* - `ExcludeAltAccounts` (optional; boolean) — When `true`, Roblox does not attempt to ban
|
|
36488
|
+
* - `ExcludeAltAccounts` (optional; boolean) — When `true`, Roblox does not attempt to ban alternate accounts. Default is `false`.
|
|
36489
|
+
* - `ApplyDeviceBlock` (optional; boolean) — When `true`, Roblox will block banned users' devices from rejoining the experience for 24 hours after the ban is applied. Default is `false`.
|
|
36749
36490
|
*/
|
|
36750
36491
|
BanAsync(this: Players, config: BanAsyncConfig): void;
|
|
36751
36492
|
/**
|
|
@@ -36763,7 +36504,7 @@ interface Players extends Instance {
|
|
|
36763
36504
|
* @param assetTypeVerification The asset type verification mode.
|
|
36764
36505
|
* @returns A `Humanoid` character `Model`.
|
|
36765
36506
|
*
|
|
36766
|
-
* @deprecated
|
|
36507
|
+
* @deprecated
|
|
36767
36508
|
*/
|
|
36768
36509
|
CreateHumanoidModelFromDescription(this: Players, description: HumanoidDescription, rigType: CastsToEnum<Enum.HumanoidRigType>, assetTypeVerification?: CastsToEnum<Enum.AssetTypeVerification>): Model;
|
|
36769
36510
|
/**
|
|
@@ -36793,9 +36534,9 @@ interface Players extends Instance {
|
|
|
36793
36534
|
* @param userId The userId for a Roblox user. (The UserId is the number in the profile of the user e.g www.roblox.com/users/1/profile).
|
|
36794
36535
|
* @returns A Humanoid character Model.
|
|
36795
36536
|
*
|
|
36796
|
-
* @deprecated
|
|
36537
|
+
* @deprecated
|
|
36797
36538
|
*/
|
|
36798
|
-
CreateHumanoidModelFromUserId(this: Players, userId:
|
|
36539
|
+
CreateHumanoidModelFromUserId(this: Players, userId: User): Model;
|
|
36799
36540
|
/**
|
|
36800
36541
|
* Returns a character Model set-up with everything equipped to match the avatar of the user specified by the passed in userId.
|
|
36801
36542
|
*
|
|
@@ -36807,7 +36548,7 @@ interface Players extends Instance {
|
|
|
36807
36548
|
* @param userId The userId for a Roblox user. (The UserId is the number in the profile of the user e.g www.roblox.com/users/1/profile).
|
|
36808
36549
|
* @returns A Humanoid character Model.
|
|
36809
36550
|
*/
|
|
36810
|
-
CreateHumanoidModelFromUserIdAsync(this: Players, userId:
|
|
36551
|
+
CreateHumanoidModelFromUserIdAsync(this: Players, userId: User): Model;
|
|
36811
36552
|
/**
|
|
36812
36553
|
* Retrieves the ban and unban history of any user within the experience's universe. This method is enabled and disabled by the `Players.BanningEnabled` property, which you can toggle in Studio.
|
|
36813
36554
|
*
|
|
@@ -36819,7 +36560,7 @@ interface Players extends Instance {
|
|
|
36819
36560
|
* @param userId
|
|
36820
36561
|
* @returns See `BanHistoryPages` for return reference.
|
|
36821
36562
|
*/
|
|
36822
|
-
GetBanHistoryAsync(this: Players, userId:
|
|
36563
|
+
GetBanHistoryAsync(this: Players, userId: User): BanHistoryPages;
|
|
36823
36564
|
/**
|
|
36824
36565
|
* **Deprecated:**
|
|
36825
36566
|
*
|
|
@@ -36834,7 +36575,7 @@ interface Players extends Instance {
|
|
|
36834
36575
|
*
|
|
36835
36576
|
* @deprecated
|
|
36836
36577
|
*/
|
|
36837
|
-
GetCharacterAppearanceAsync(this: Players, userId:
|
|
36578
|
+
GetCharacterAppearanceAsync(this: Players, userId: User): Model;
|
|
36838
36579
|
/**
|
|
36839
36580
|
* Returns information about the character appearance of a given user.
|
|
36840
36581
|
*
|
|
@@ -36857,7 +36598,7 @@ interface Players extends Instance {
|
|
|
36857
36598
|
* @param this A service that contains presently connected `Player` objects.
|
|
36858
36599
|
* @param userId The user ID of the player being specified.
|
|
36859
36600
|
*/
|
|
36860
|
-
GetFriendsAsync(this: Players, userId:
|
|
36601
|
+
GetFriendsAsync(this: Players, userId: User): FriendPages;
|
|
36861
36602
|
/**
|
|
36862
36603
|
* **Deprecated:** This method has been superseded by `GetHumanoidDescriptionFromOutfitIdAsync()`.
|
|
36863
36604
|
*
|
|
@@ -36871,7 +36612,7 @@ interface Players extends Instance {
|
|
|
36871
36612
|
* @param outfitId The ID of the outfit for which the HumanoidDescription is sought.
|
|
36872
36613
|
* @returns HumanoidDescription initialized with the specification for the passed in outfitId.
|
|
36873
36614
|
*
|
|
36874
|
-
* @deprecated
|
|
36615
|
+
* @deprecated
|
|
36875
36616
|
*/
|
|
36876
36617
|
GetHumanoidDescriptionFromOutfitId(this: Players, outfitId: number): HumanoidDescription;
|
|
36877
36618
|
/**
|
|
@@ -36899,9 +36640,9 @@ interface Players extends Instance {
|
|
|
36899
36640
|
* @param userId The userId for a Roblox user. (The UserId is the number in the profile of the user e.g www.roblox.com/users/1/profile).
|
|
36900
36641
|
* @returns HumanoidDescription initialized with the passed in user's avatar specification.
|
|
36901
36642
|
*
|
|
36902
|
-
* @deprecated
|
|
36643
|
+
* @deprecated
|
|
36903
36644
|
*/
|
|
36904
|
-
GetHumanoidDescriptionFromUserId(this: Players, userId:
|
|
36645
|
+
GetHumanoidDescriptionFromUserId(this: Players, userId: User): HumanoidDescription;
|
|
36905
36646
|
/**
|
|
36906
36647
|
* Returns a HumanoidDescription which specifies everything equipped for the avatar of the user specified by the passed in userId.
|
|
36907
36648
|
*
|
|
@@ -36913,7 +36654,7 @@ interface Players extends Instance {
|
|
|
36913
36654
|
* @param userId The userId for a Roblox user. (The UserId is the number in the profile of the user e.g www.roblox.com/users/1/profile).
|
|
36914
36655
|
* @returns HumanoidDescription initialized with the passed in user's avatar specification.
|
|
36915
36656
|
*/
|
|
36916
|
-
GetHumanoidDescriptionFromUserIdAsync(this: Players, userId:
|
|
36657
|
+
GetHumanoidDescriptionFromUserIdAsync(this: Players, userId: User): HumanoidDescription;
|
|
36917
36658
|
/**
|
|
36918
36659
|
* Sends a query to the Roblox website for the username of an account with a given `UserId`.
|
|
36919
36660
|
*
|
|
@@ -36925,7 +36666,7 @@ interface Players extends Instance {
|
|
|
36925
36666
|
* @param userId The `Player.UserId` of the player being specified.
|
|
36926
36667
|
* @returns The name of a user with the specified `Player.UserId`.
|
|
36927
36668
|
*/
|
|
36928
|
-
GetNameFromUserIdAsync(this: Players, userId:
|
|
36669
|
+
GetNameFromUserIdAsync(this: Players, userId: User): string;
|
|
36929
36670
|
/**
|
|
36930
36671
|
* Sends a query to the Roblox website for the `userId` of an account with a given username.
|
|
36931
36672
|
*
|
|
@@ -38081,7 +37822,7 @@ interface RecommendationService extends Instance {
|
|
|
38081
37822
|
* - `ReferenceId` — The developer-defined string that uniquely identifies the item.
|
|
38082
37823
|
* - `Duration` — The duration of the content in seconds.
|
|
38083
37824
|
* - `Attributes` — The table of attributes for the item, such as `AssetId` or `Description`.
|
|
38084
|
-
* - `CustomTags` — The list of string tags for filtering and boosting.
|
|
37825
|
+
* - `CustomTags` — The list of string tags for filtering and boosting. Individual custom tags can't contain commas.
|
|
38085
37826
|
* - `Visibility` — The `RecommendationItemVisibility` enum that controls the item's visibility, such as `Public` or `Private`.
|
|
38086
37827
|
*
|
|
38087
37828
|
*
|
|
@@ -38109,7 +37850,7 @@ interface RecommendationService extends Instance {
|
|
|
38109
37850
|
* - `Duration` — The new duration for the content in seconds.
|
|
38110
37851
|
* - `Visibility` — The new visibility setting for the item.
|
|
38111
37852
|
* - `Attributes` — The new table of attributes for the item.
|
|
38112
|
-
* - `CustomTags` — The new list of string tags.
|
|
37853
|
+
* - `CustomTags` — The new list of string tags. Individual custom tags can't contain commas.
|
|
38113
37854
|
*/
|
|
38114
37855
|
UpdateItemAsync(this: RecommendationService, updateRecommendationItemRequest: object): void;
|
|
38115
37856
|
}
|
|
@@ -38305,34 +38046,6 @@ interface RemoteFunction<T extends Callback = Callback> extends Instance {
|
|
|
38305
38046
|
* @returns Values returned from the `OnServerInvoke` callback.
|
|
38306
38047
|
*/
|
|
38307
38048
|
InvokeServer(this: RemoteFunction, ...args: Parameters<T>): ReturnType<T>;
|
|
38308
|
-
/**
|
|
38309
|
-
* - **ThreadSafety**: Unsafe
|
|
38310
|
-
* - **Tags**: Hidden
|
|
38311
|
-
*
|
|
38312
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/RemoteFunction#RemoteOnInvokeClient)
|
|
38313
|
-
*/
|
|
38314
|
-
readonly RemoteOnInvokeClient: RBXScriptSignal<(id: number, arguments: unknown) => void>;
|
|
38315
|
-
/**
|
|
38316
|
-
* - **ThreadSafety**: Unsafe
|
|
38317
|
-
* - **Tags**: Hidden
|
|
38318
|
-
*
|
|
38319
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/RemoteFunction#RemoteOnInvokeError)
|
|
38320
|
-
*/
|
|
38321
|
-
readonly RemoteOnInvokeError: RBXScriptSignal<(id: number, arguments: string) => void>;
|
|
38322
|
-
/**
|
|
38323
|
-
* - **ThreadSafety**: Unsafe
|
|
38324
|
-
* - **Tags**: Hidden
|
|
38325
|
-
*
|
|
38326
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/RemoteFunction#RemoteOnInvokeServer)
|
|
38327
|
-
*/
|
|
38328
|
-
readonly RemoteOnInvokeServer: RBXScriptSignal<(id: number, player: Player, arguments: unknown) => void>;
|
|
38329
|
-
/**
|
|
38330
|
-
* - **ThreadSafety**: Unsafe
|
|
38331
|
-
* - **Tags**: Hidden
|
|
38332
|
-
*
|
|
38333
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/RemoteFunction#RemoteOnInvokeSuccess)
|
|
38334
|
-
*/
|
|
38335
|
-
readonly RemoteOnInvokeSuccess: RBXScriptSignal<(id: number, arguments: unknown) => void>;
|
|
38336
38049
|
/**
|
|
38337
38050
|
* Callback for when the `RemoteFunction` is invoked with `InvokeClient()`.
|
|
38338
38051
|
*
|
|
@@ -38977,6 +38690,12 @@ interface ScreenshotHud extends Instance {
|
|
|
38977
38690
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/ScreenshotHud#CameraButtonIcon)
|
|
38978
38691
|
*/
|
|
38979
38692
|
CameraButtonIcon: ContentId;
|
|
38693
|
+
/**
|
|
38694
|
+
* - **ThreadSafety**: ReadSafe
|
|
38695
|
+
*
|
|
38696
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/ScreenshotHud#CameraButtonIconContent)
|
|
38697
|
+
*/
|
|
38698
|
+
CameraButtonIconContent: Content;
|
|
38980
38699
|
/**
|
|
38981
38700
|
* Screen location of the camera button.
|
|
38982
38701
|
*
|
|
@@ -39122,7 +38841,7 @@ interface SyncScriptBuilder extends ScriptBuilder {
|
|
|
39122
38841
|
*
|
|
39123
38842
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/SyncScriptBuilder#RawBytecode)
|
|
39124
38843
|
*
|
|
39125
|
-
* @deprecated
|
|
38844
|
+
* @deprecated
|
|
39126
38845
|
*/
|
|
39127
38846
|
RawBytecode: boolean;
|
|
39128
38847
|
}
|
|
@@ -39820,7 +39539,7 @@ interface DataModel extends ServiceProvider<Services> {
|
|
|
39820
39539
|
*
|
|
39821
39540
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/DataModel#VIPServerId)
|
|
39822
39541
|
*
|
|
39823
|
-
* @deprecated
|
|
39542
|
+
* @deprecated
|
|
39824
39543
|
*/
|
|
39825
39544
|
readonly VIPServerId: string;
|
|
39826
39545
|
/**
|
|
@@ -39833,7 +39552,7 @@ interface DataModel extends ServiceProvider<Services> {
|
|
|
39833
39552
|
*
|
|
39834
39553
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/DataModel#VIPServerOwnerId)
|
|
39835
39554
|
*
|
|
39836
|
-
* @deprecated
|
|
39555
|
+
* @deprecated
|
|
39837
39556
|
*/
|
|
39838
39557
|
readonly VIPServerOwnerId: number;
|
|
39839
39558
|
/**
|
|
@@ -39972,6 +39691,12 @@ interface DataModel extends ServiceProvider<Services> {
|
|
|
39972
39691
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/DataModel#ServerLifecycleChanged)
|
|
39973
39692
|
*/
|
|
39974
39693
|
readonly ServerLifecycleChanged: RBXScriptSignal<(serverLifecycleChangedEvent: object) => void>;
|
|
39694
|
+
/**
|
|
39695
|
+
* - **ThreadSafety**: Unsafe
|
|
39696
|
+
*
|
|
39697
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/DataModel#ServerRestartScheduled)
|
|
39698
|
+
*/
|
|
39699
|
+
readonly ServerRestartScheduled: RBXScriptSignal<(restartTime: DateTime, source: Enum.CloseReason, attributes: object) => void>;
|
|
39975
39700
|
/**
|
|
39976
39701
|
* **Deprecated:** This function is deprecated. It is recommended to use `DataModel:BindToClose()` instead.
|
|
39977
39702
|
*
|
|
@@ -39982,7 +39707,7 @@ interface DataModel extends ServiceProvider<Services> {
|
|
|
39982
39707
|
*
|
|
39983
39708
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/DataModel#OnClose)
|
|
39984
39709
|
*
|
|
39985
|
-
* @deprecated
|
|
39710
|
+
* @deprecated
|
|
39986
39711
|
*/
|
|
39987
39712
|
OnClose: (() => unknown) | undefined;
|
|
39988
39713
|
}
|
|
@@ -40321,6 +40046,21 @@ interface SlimAnimationReplicationService extends Instance {
|
|
|
40321
40046
|
*/
|
|
40322
40047
|
readonly _nominal_SlimAnimationReplicationService: unique symbol;
|
|
40323
40048
|
}
|
|
40049
|
+
/**
|
|
40050
|
+
* - **Tags**: NotCreatable, Service, NotReplicated
|
|
40051
|
+
*
|
|
40052
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/SlimDebugSettings)
|
|
40053
|
+
*/
|
|
40054
|
+
interface SlimDebugSettings extends Instance {
|
|
40055
|
+
/**
|
|
40056
|
+
* **DO NOT USE!**
|
|
40057
|
+
*
|
|
40058
|
+
* This field exists to force TypeScript to recognize this as a nominal type
|
|
40059
|
+
* @hidden
|
|
40060
|
+
* @deprecated
|
|
40061
|
+
*/
|
|
40062
|
+
readonly _nominal_SlimDebugSettings: unique symbol;
|
|
40063
|
+
}
|
|
40324
40064
|
/**
|
|
40325
40065
|
* - **Tags**: NotCreatable, Service
|
|
40326
40066
|
*
|
|
@@ -40624,7 +40364,7 @@ interface SocialService extends Instance {
|
|
|
40624
40364
|
*
|
|
40625
40365
|
* @returns A tuple containing an `PromptLinkSharingResult` indicating the result of the link sharing prompt.
|
|
40626
40366
|
*
|
|
40627
|
-
* @deprecated
|
|
40367
|
+
* @deprecated
|
|
40628
40368
|
*/
|
|
40629
40369
|
PromptLinkSharing(this: SocialService, player: Player, options?: object): unknown;
|
|
40630
40370
|
/**
|
|
@@ -40738,7 +40478,7 @@ interface Sound extends Instance {
|
|
|
40738
40478
|
*
|
|
40739
40479
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Sound#EmitterSize)
|
|
40740
40480
|
*
|
|
40741
|
-
* @deprecated
|
|
40481
|
+
* @deprecated
|
|
40742
40482
|
*/
|
|
40743
40483
|
EmitterSize: number;
|
|
40744
40484
|
/**
|
|
@@ -40794,7 +40534,7 @@ interface Sound extends Instance {
|
|
|
40794
40534
|
*
|
|
40795
40535
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Sound#MaxDistance)
|
|
40796
40536
|
*
|
|
40797
|
-
* @deprecated
|
|
40537
|
+
* @deprecated
|
|
40798
40538
|
*/
|
|
40799
40539
|
MaxDistance: number;
|
|
40800
40540
|
/**
|
|
@@ -40807,7 +40547,7 @@ interface Sound extends Instance {
|
|
|
40807
40547
|
*
|
|
40808
40548
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Sound#MinDistance)
|
|
40809
40549
|
*
|
|
40810
|
-
* @deprecated
|
|
40550
|
+
* @deprecated
|
|
40811
40551
|
*/
|
|
40812
40552
|
MinDistance: number;
|
|
40813
40553
|
/**
|
|
@@ -40820,7 +40560,7 @@ interface Sound extends Instance {
|
|
|
40820
40560
|
*
|
|
40821
40561
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Sound#Pitch)
|
|
40822
40562
|
*
|
|
40823
|
-
* @deprecated
|
|
40563
|
+
* @deprecated
|
|
40824
40564
|
*/
|
|
40825
40565
|
Pitch: number;
|
|
40826
40566
|
/**
|
|
@@ -41563,6 +41303,24 @@ interface SoundService extends Instance {
|
|
|
41563
41303
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/SoundService#DopplerScale)
|
|
41564
41304
|
*/
|
|
41565
41305
|
DopplerScale: number;
|
|
41306
|
+
/**
|
|
41307
|
+
* - **ThreadSafety**: ReadSafe
|
|
41308
|
+
*
|
|
41309
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/SoundService#ListenerCFrame)
|
|
41310
|
+
*/
|
|
41311
|
+
ListenerCFrame: CFrame;
|
|
41312
|
+
/**
|
|
41313
|
+
* - **ThreadSafety**: ReadSafe
|
|
41314
|
+
*
|
|
41315
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/SoundService#ListenerObject)
|
|
41316
|
+
*/
|
|
41317
|
+
ListenerObject: Instance | undefined;
|
|
41318
|
+
/**
|
|
41319
|
+
* - **ThreadSafety**: ReadSafe
|
|
41320
|
+
*
|
|
41321
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/SoundService#ListenerType)
|
|
41322
|
+
*/
|
|
41323
|
+
ListenerType: Enum.ListenerType;
|
|
41566
41324
|
/**
|
|
41567
41325
|
* Sets whether `Sound` playback from a client will replicate to the server.
|
|
41568
41326
|
*
|
|
@@ -43551,7 +43309,7 @@ interface TeleportService extends Instance {
|
|
|
43551
43309
|
* @param placeId The `DataModel.PlaceId` of the place the reserved server is being created for.
|
|
43552
43310
|
* @returns The server access code required by `TeleportService:TeleportToPrivateServer()` and the `DataModel.PrivateServerId` for the reserved server.
|
|
43553
43311
|
*
|
|
43554
|
-
* @deprecated
|
|
43312
|
+
* @deprecated
|
|
43555
43313
|
*/
|
|
43556
43314
|
ReserveServer(this: TeleportService, placeId: number): LuaTuple<[
|
|
43557
43315
|
string,
|
|
@@ -43833,7 +43591,7 @@ interface TestService extends Instance {
|
|
|
43833
43591
|
*
|
|
43834
43592
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/TestService#Is30FpsThrottleEnabled)
|
|
43835
43593
|
*
|
|
43836
|
-
* @deprecated
|
|
43594
|
+
* @deprecated
|
|
43837
43595
|
*/
|
|
43838
43596
|
Is30FpsThrottleEnabled: boolean;
|
|
43839
43597
|
/**
|
|
@@ -45153,7 +44911,7 @@ interface TextChatService extends Instance {
|
|
|
45153
44911
|
* @param this A service handling in-experience text chat.
|
|
45154
44912
|
* @param userId
|
|
45155
44913
|
*/
|
|
45156
|
-
CanUserChatAsync(this: TextChatService, userId:
|
|
44914
|
+
CanUserChatAsync(this: TextChatService, userId: User): boolean;
|
|
45157
44915
|
/**
|
|
45158
44916
|
* Determines whether or not two users can receive messages from each other.
|
|
45159
44917
|
*
|
|
@@ -45165,7 +44923,7 @@ interface TextChatService extends Instance {
|
|
|
45165
44923
|
* @param userIdFrom
|
|
45166
44924
|
* @param userIdTo
|
|
45167
44925
|
*/
|
|
45168
|
-
CanUsersChatAsync(this: TextChatService, userIdFrom:
|
|
44926
|
+
CanUsersChatAsync(this: TextChatService, userIdFrom: User, userIdTo: User): boolean;
|
|
45169
44927
|
/**
|
|
45170
44928
|
* Determines whether a user has permission to chat directly with other users in experiences based on factors such as their parental control settings.
|
|
45171
44929
|
*
|
|
@@ -45178,7 +44936,7 @@ interface TextChatService extends Instance {
|
|
|
45178
44936
|
* @param userIds A list of users who the `requesterUserId` would like to chat with directly. Users not in the current server are ignored.
|
|
45179
44937
|
* @returns A list of users who could participate in the direct chat request. If none of the users can direct chat with the `requesterUserId`, the result is an empty array.
|
|
45180
44938
|
*/
|
|
45181
|
-
CanUsersDirectChatAsync(this: TextChatService, requesterUserId:
|
|
44939
|
+
CanUsersDirectChatAsync(this: TextChatService, requesterUserId: User, userIds: Array<unknown>): Array<unknown>;
|
|
45182
44940
|
/**
|
|
45183
44941
|
* Returns chat group IDs that indicate which players can synchronously text chat together.
|
|
45184
44942
|
*
|
|
@@ -45825,6 +45583,12 @@ interface Trail extends Instance {
|
|
|
45825
45583
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Trail#Texture)
|
|
45826
45584
|
*/
|
|
45827
45585
|
Texture: ContentId;
|
|
45586
|
+
/**
|
|
45587
|
+
* - **ThreadSafety**: ReadSafe
|
|
45588
|
+
*
|
|
45589
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Trail#TextureContent)
|
|
45590
|
+
*/
|
|
45591
|
+
TextureContent: Content;
|
|
45828
45592
|
/**
|
|
45829
45593
|
* Sets the length of the trail's texture, dependent on `TextureMode`.
|
|
45830
45594
|
*
|
|
@@ -45866,13 +45630,6 @@ interface Trail extends Instance {
|
|
|
45866
45630
|
* @param this Used to create a trail effect between two attachments.
|
|
45867
45631
|
*/
|
|
45868
45632
|
Clear(this: Trail): void;
|
|
45869
|
-
/**
|
|
45870
|
-
* - **ThreadSafety**: Unsafe
|
|
45871
|
-
* - **Tags**: Hidden
|
|
45872
|
-
*
|
|
45873
|
-
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/Trail#OnClearRequested)
|
|
45874
|
-
*/
|
|
45875
|
-
readonly OnClearRequested: RBXScriptSignal<() => void>;
|
|
45876
45633
|
}
|
|
45877
45634
|
/**
|
|
45878
45635
|
* The role of a Translator is to manufacture/return strings localized for the viewing player.
|
|
@@ -46671,6 +46428,18 @@ interface UIGradient extends UIComponent {
|
|
|
46671
46428
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/UIGradient#Rotation)
|
|
46672
46429
|
*/
|
|
46673
46430
|
Rotation: number;
|
|
46431
|
+
/**
|
|
46432
|
+
* - **ThreadSafety**: ReadSafe
|
|
46433
|
+
*
|
|
46434
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/UIGradient#Scale)
|
|
46435
|
+
*/
|
|
46436
|
+
Scale: number;
|
|
46437
|
+
/**
|
|
46438
|
+
* - **ThreadSafety**: ReadSafe
|
|
46439
|
+
*
|
|
46440
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/UIGradient#TileMode)
|
|
46441
|
+
*/
|
|
46442
|
+
TileMode: Enum.GradientTileMode;
|
|
46674
46443
|
/**
|
|
46675
46444
|
* Determines how much the parent GuiObject can be seen through along the length of the gradient.
|
|
46676
46445
|
*
|
|
@@ -46679,6 +46448,12 @@ interface UIGradient extends UIComponent {
|
|
|
46679
46448
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/UIGradient#Transparency)
|
|
46680
46449
|
*/
|
|
46681
46450
|
Transparency: NumberSequence;
|
|
46451
|
+
/**
|
|
46452
|
+
* - **ThreadSafety**: ReadSafe
|
|
46453
|
+
*
|
|
46454
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/UIGradient#Type)
|
|
46455
|
+
*/
|
|
46456
|
+
Type: Enum.GradientType;
|
|
46682
46457
|
}
|
|
46683
46458
|
/**
|
|
46684
46459
|
* The base class for UI layout classes.
|
|
@@ -47210,6 +46985,8 @@ interface UIShadow extends UIComponent {
|
|
|
47210
46985
|
*/
|
|
47211
46986
|
Color: Color3;
|
|
47212
46987
|
/**
|
|
46988
|
+
* Determines whether the `UIShadow` is visible.
|
|
46989
|
+
*
|
|
47213
46990
|
* - **ThreadSafety**: ReadSafe
|
|
47214
46991
|
*
|
|
47215
46992
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/UIShadow#Enabled)
|
|
@@ -47661,7 +47438,7 @@ interface UserInputService extends Instance {
|
|
|
47661
47438
|
*
|
|
47662
47439
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/UserInputService#ModalEnabled)
|
|
47663
47440
|
*
|
|
47664
|
-
* @deprecated
|
|
47441
|
+
* @deprecated
|
|
47665
47442
|
*/
|
|
47666
47443
|
ModalEnabled: boolean;
|
|
47667
47444
|
/**
|
|
@@ -48287,10 +48064,15 @@ interface UserService extends Instance {
|
|
|
48287
48064
|
*/
|
|
48288
48065
|
readonly _nominal_UserService: unique symbol;
|
|
48289
48066
|
/**
|
|
48067
|
+
* Returns a `User` for the given global user ID within the current experience.
|
|
48068
|
+
*
|
|
48290
48069
|
* - **ThreadSafety**: Unsafe
|
|
48291
48070
|
* - **Tags**: Yields
|
|
48292
48071
|
*
|
|
48293
48072
|
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/UserService#GetUserFromGlobalUserIdAsync)
|
|
48073
|
+
* @param this A service that handles queries regarding users on the Roblox platform.
|
|
48074
|
+
* @param userId The global user ID to resolve.
|
|
48075
|
+
* @returns User: The `User` representing the resolved domain-scoped identity.
|
|
48294
48076
|
*/
|
|
48295
48077
|
GetUserFromGlobalUserIdAsync(this: UserService, userId: number): User;
|
|
48296
48078
|
/**
|
|
@@ -49194,6 +48976,12 @@ interface VideoPlayer extends Instance {
|
|
|
49194
48976
|
* @deprecated
|
|
49195
48977
|
*/
|
|
49196
48978
|
readonly _nominal_VideoPlayer: unique symbol;
|
|
48979
|
+
/**
|
|
48980
|
+
* - **ThreadSafety**: ReadSafe
|
|
48981
|
+
*
|
|
48982
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/VideoPlayer#InternalVideoUsage)
|
|
48983
|
+
*/
|
|
48984
|
+
InternalVideoUsage: Enum.InternalVideoUsage;
|
|
49197
48985
|
/**
|
|
49198
48986
|
* Indicates when the `VideoContent` has loaded and is ready to play.
|
|
49199
48987
|
*
|
|
@@ -49683,7 +49471,7 @@ interface VoiceChatService extends Instance {
|
|
|
49683
49471
|
* @param userId The `Player.UserId` to check.
|
|
49684
49472
|
* @returns If that user has voice enabled.
|
|
49685
49473
|
*/
|
|
49686
|
-
IsVoiceEnabledForUserIdAsync(this: VoiceChatService, userId:
|
|
49474
|
+
IsVoiceEnabledForUserIdAsync(this: VoiceChatService, userId: User): boolean;
|
|
49687
49475
|
}
|
|
49688
49476
|
/**
|
|
49689
49477
|
* - **Tags**: NotCreatable, NotReplicated
|
|
@@ -49990,6 +49778,21 @@ interface PluginConnection extends RBXObject {
|
|
|
49990
49778
|
*/
|
|
49991
49779
|
readonly _nominal_PluginConnection: unique symbol;
|
|
49992
49780
|
}
|
|
49781
|
+
/**
|
|
49782
|
+
* - **Tags**: NotCreatable, NotReplicated
|
|
49783
|
+
*
|
|
49784
|
+
* [Creator Hub](https://create.roblox.com/docs/reference/engine/classes/StudioActionOverride)
|
|
49785
|
+
*/
|
|
49786
|
+
interface StudioActionOverride extends RBXObject {
|
|
49787
|
+
/**
|
|
49788
|
+
* **DO NOT USE!**
|
|
49789
|
+
*
|
|
49790
|
+
* This field exists to force TypeScript to recognize this as a nominal type
|
|
49791
|
+
* @hidden
|
|
49792
|
+
* @deprecated
|
|
49793
|
+
*/
|
|
49794
|
+
readonly _nominal_StudioActionOverride: unique symbol;
|
|
49795
|
+
}
|
|
49993
49796
|
/**
|
|
49994
49797
|
* - **Tags**: NotCreatable, NotReplicated
|
|
49995
49798
|
*
|