StudioService
Provides access to configuration of Roblox Studio and allows importing files from the user's file system.
Memory category | Instances |
---|
Member index 48
Removed member index 45
Description
StudioService provides access to configuration of Roblox Studio, allows importing files from the user's file system, and other miscellaneous information. It is intended to be used by Plugins in order to provide a consistent user experience.
- Plugins that allow the user to move objects may find GridSize, RotateIncrement and UseLocalSpace useful.
- Plugins that require the user to import files should use PromptImportFile or PromptImportFiles in order to receive File objects.
- Plugins that display icons of Instance classes can use GetClassIcon.
- Plugins that care about which script is currently being edited (if any) can read this from ActiveScript.
History 268
- 648 Change Parameters of OnSaveToRoblox from (instances: Objects) to (instances: Instances)
- 648 Change Parameters of OnPublishAsPlugin from (instances: Objects) to (instances: Instances)
- 648 Change ReturnType of PromptImportFiles from Objects to Instances
- 640 Add ShowWeldDetails
- 640 Remove
- 638 Change ReturnType of GizmoRaycast from RaycastResult to RaycastResult?
- 635 Add
- 623 Add Secrets
- 580 Remove
- 575 Change Tags of DrawConstraintsOnTop from [ReadOnly, NotReplicated] to [ReadOnly, NotReplicated, Deprecated]
- 574 Remove
- 574 Add
- 573 Change ReturnType of UpdatePluginManagement from void to null
- 573 Change ReturnType of UninstallPlugin from void to null
- 573 Change ReturnType of TryInstallPlugin from void to null
- 573 Change ReturnType of ShowPublishToRoblox from void to null
- 573 Change ReturnType of ShowPlaceVersionHistoryDialog from void to null
- 573 Change ReturnType of SetPluginEnabled from void to null
- 573 Change ReturnType of RequestClose from void to null
- 573 Change ReturnType of OpenInBrowser_DONOTUSE from void to null
- 573 Change ReturnType of CopyToClipboard from void to null
- 573 Change ReturnType of AnimationIdSelected from void to null
- 553 Change Default of UseLocalSpace from to
- 553 Change Default of StudioLocaleId from to
- 553 Change Default of ShowConstraintDetails from to
- 553 Change Default of from to
- 553 Change Default of RotateIncrement from to
- 553 Change Default of from to
- 553 Change Default of from to
- 553 Change Default of from to
- 553 Change Default of GridSize from to
- 553 Change Default of DrawConstraintsOnTop from to
- 553 Change Default of DraggerSolveConstraints from to
- 553 Change Default of from to
- 553 Change Default of ActiveScript from to
- 549 Change Parameters of GizmoRaycast from (origin: Vector3, direction: Vector3, raycastParams: RaycastParams = RaycastParams{IgnoreWater=false, BruteForceAllSlow=false, CollisionGroup=Default, FilterDescendantsInstances={}}) to (origin: Vector3, direction: Vector3, raycastParams: RaycastParams = RaycastParams{IgnoreWater=false, BruteForceAllSlow=false, RespectCanCollide=false, CollisionGroup=Default, FilterDescendantsInstances={}})
- 535 Remove DEPRECATED_OnSaveOrPublishPlaceToRoblox
- 535 Remove DEPRECATED_OnPublishPlaceToRoblox
- 535 Remove DEPRECATED_GamePublishFinished
- 535 Remove DEPRECATED_GameNameUpdated
- 535 Remove DEPRECATED_publishAs
- 535 Remove DEPRECATED_ShowSaveOrPublishPlaceToRoblox
- 535 Remove DEPRECATED_SetUniverseDisplayName
- 535 Remove DEPRECATED_RefreshDocumentDisplayName
- 535 Remove DEPRECATED_EmitPlacePublishedSignal
- 530 Remove OnSaveOrPublishPlaceToRoblox
- 530 Remove OnPublishPlaceToRoblox
- 530 Remove GamePublishFinished
- 530 Remove GameNameUpdated
- 530 Add DEPRECATED_OnSaveOrPublishPlaceToRoblox
- 530 Add DEPRECATED_OnPublishPlaceToRoblox
- 530 Add DEPRECATED_GamePublishFinished
- 530 Add DEPRECATED_GameNameUpdated
- 530 Remove ShowSaveOrPublishPlaceToRoblox
- 530 Remove SetUniverseDisplayName
- 530 Remove RefreshDocumentDisplayName
- 530 Remove PublishAs
- 530 Remove EmitPlacePublishedSignal
- 530 Add DEPRECATED_publishAs
- 530 Add DEPRECATED_ShowSaveOrPublishPlaceToRoblox
- 530 Add DEPRECATED_SetUniverseDisplayName
- 530 Add DEPRECATED_RefreshDocumentDisplayName
- 530 Add DEPRECATED_EmitPlacePublishedSignal
- 528 Remove GetUserIsInTeamCreateToggleRamp
- 524 Remove SerializeInstances
- 521 Remove DEPRECATED_SetTurnOnTeamCreateOnPublish
- 520 Remove OnOpenConvertToPackagePlugin
- 520 Remove OnConvertToPackageResult
- 520 Remove ConvertToPackageUpload
- 519 Remove DEPRECATED_SetDocumentDisplayName
- 513 Remove SetTurnOnTeamCreateOnPublish
- 513 Add DEPRECATED_SetTurnOnTeamCreateOnPublish
- 509 Change Parameters of GizmoRaycast from (origin: Vector3, direction: Vector3, raycastParams: RaycastParams = RaycastParams{IgnoreWater=false, CollisionGroup=Default, FilterDescendantsInstances={}}) to (origin: Vector3, direction: Vector3, raycastParams: RaycastParams = RaycastParams{IgnoreWater=false, BruteForceAllSlow=false, CollisionGroup=Default, FilterDescendantsInstances={}})
- 506 Add SetTurnOnTeamCreateOnPublish
- 506 Add RefreshDocumentDisplayName
- 506 Add GetUserIsInTeamCreateToggleRamp
- 506 Add GetPlaceIsPersistedToCloud
- 505 Remove FirstPublishOfCloudPlace
- 505 Remove SetDocumentDisplayName
- 505 Remove PromptForLocalSave
- 505 Add DEPRECATED_SetDocumentDisplayName
- 493 Remove BaseURLHasChineseHost
- 492 Remove PromptImportLocalAssets
- 492 Remove PromptImportLocalAsset
- 486 Change ThreadSafety of UseLocalSpace from ReadOnly to ReadSafe
- 486 Change ThreadSafety of StudioLocaleId from ReadOnly to ReadSafe
- 486 Change ThreadSafety of ShowConstraintDetails from ReadOnly to ReadSafe
- 486 Change ThreadSafety of from ReadOnly to ReadSafe
- 486 Change ThreadSafety of RotateIncrement from ReadOnly to ReadSafe
- 486 Change ThreadSafety of from ReadOnly to ReadSafe
- 486 Change ThreadSafety of from ReadOnly to ReadSafe
- 486 Change ThreadSafety of from ReadOnly to ReadSafe
- 486 Change ThreadSafety of GridSize from ReadOnly to ReadSafe
- 486 Change ThreadSafety of DrawConstraintsOnTop from ReadOnly to ReadSafe
- 486 Change ThreadSafety of DraggerSolveConstraints from ReadOnly to ReadSafe
- 486 Change ThreadSafety of from ReadOnly to ReadSafe
- 486 Change ThreadSafety of ActiveScript from ReadOnly to ReadSafe
- 479 Change Parameters of OnSaveOrPublishPlaceToRoblox from (showGameSelect: bool, isPublish: bool, closeAfterSave: bool) to (showGameSelect: bool, isPublish: bool, closeMode: StudioCloseMode)
- 479 Change Parameters of ShowSaveOrPublishPlaceToRoblox from (showGameSelect: bool, isPublish: bool, closeAfterSave: bool) to (showGameSelect: bool, isPublish: bool, closeMode: StudioCloseMode)
- 479 Remove RequestCloseStudio
- 479 Add RequestClose
- 478 Add SaveLocallyAsComplete
- 478 Add ShowSaveOrPublishPlaceToRoblox
- 477 Add FirstPublishOfCloudPlace
- 477 Add PromptForLocalSave
- 475 Change Parameters of OnSaveOrPublishPlaceToRoblox from (showGameSelect: bool, isPublish: bool) to (showGameSelect: bool, isPublish: bool, closeAfterSave: bool)
- 475 Add RequestCloseStudio
- 472 Add GetBadgeUploadUrl
- 472 Add GetBadgeConfigureUrl
- 471 Add OnSaveOrPublishPlaceToRoblox
- 470 Remove DEPRECATED_OnPublishPlaceToRoblox
- 470 Add
- 469 Change Tags of from [NotReplicated] to [Hidden, NotReplicated]
- 469 Change CanLoad of from true to false
- 469 Change Tags of from [ReadOnly, NotReplicated] to [Hidden, ReadOnly, NotReplicated]
- 469 Change Tags of from [NotReplicated] to [Hidden, NotReplicated]
- 469 Change CanLoad of from true to false
- 469 Change Tags of from [ReadOnly, NotReplicated] to [Hidden, ReadOnly, NotReplicated]
- 464 Remove DEPRECATED_ShowPlaceVersionHistoryDialog
- 462 Change ThreadSafety of PromptTransformPluginCheckEnable from to Unsafe
- 462 Change ThreadSafety of OnSaveToRoblox from to Unsafe
- 462 Change ThreadSafety of OnPublishPlaceToRoblox from to Unsafe
- 462 Change ThreadSafety of OnPublishAsPlugin from to Unsafe
- 462 Change ThreadSafety of OnPluginInstalledFromWeb from to Unsafe
- 462 Change ThreadSafety of OnPluginInstalledFromToolbox from to Unsafe
- 462 Change ThreadSafety of OnOpenManagePackagePlugin from to Unsafe
- 462 Change ThreadSafety of OnOpenGameSettings from to Unsafe
- 462 Change ThreadSafety of OnOpenConvertToPackagePlugin from to Unsafe
- 462 Change ThreadSafety of OnImportFromRoblox from to Unsafe
- 462 Change ThreadSafety of OnConvertToPackageResult from to Unsafe
- 462 Change ThreadSafety of GamePublishFinished from to Unsafe
- 462 Change ThreadSafety of GameNameUpdated from to Unsafe
- 462 Change ThreadSafety of DEPRECATED_OnPublishPlaceToRoblox from to Unsafe
- 462 Change ThreadSafety of UpdatePluginManagement from to Unsafe
- 462 Change ThreadSafety of UninstallPlugin from to Unsafe
- 462 Change ThreadSafety of TryInstallPlugin from to Unsafe
- 462 Change ThreadSafety of ShowPublishToRoblox from to Unsafe
- 462 Change ThreadSafety of ShowPlaceVersionHistoryDialog from to Unsafe
- 462 Change ThreadSafety of SetUniverseDisplayName from to Unsafe
- 462 Change ThreadSafety of SetPluginEnabled from to Unsafe
- 462 Change ThreadSafety of SetDocumentDisplayName from to Unsafe
- 462 Change ThreadSafety of SerializeInstances from to Unsafe
- 462 Change ThreadSafety of PublishAs from to Unsafe
- 462 Change ThreadSafety of PromptImportLocalAssets from to Unsafe
- 462 Change ThreadSafety of PromptImportLocalAsset from to Unsafe
- 462 Change ThreadSafety of PromptImportFiles from to Unsafe
- 462 Change ThreadSafety of PromptImportFile from to Unsafe
- 462 Change ThreadSafety of OpenInBrowser_DONOTUSE from to Unsafe
- 462 Change ThreadSafety of IsPluginUpToDate from to Unsafe
- 462 Change ThreadSafety of IsPluginInstalled from to Unsafe
- 462 Change ThreadSafety of HasInternalPermission from to Unsafe
- 462 Change ThreadSafety of GizmoRaycast from to Unsafe
- 462 Change ThreadSafety of GetUserId from to Unsafe
- 462 Change ThreadSafety of GetTermsOfUseUrl from to Unsafe
- 462 Change ThreadSafety of GetStartupPluginId from to Unsafe
- 462 Change ThreadSafety of GetStartupAssetId from to Unsafe
- 462 Change ThreadSafety of GetResourceByCategory from to Unsafe
- 462 Change ThreadSafety of GetClassIcon from to Unsafe
- 462 Change ThreadSafety of EmitPlacePublishedSignal from to Unsafe
- 462 Change ThreadSafety of DEPRECATED_ShowPlaceVersionHistoryDialog from to Unsafe
- 462 Change ThreadSafety of CopyToClipboard from to Unsafe
- 462 Change ThreadSafety of ConvertToPackageUpload from to Unsafe
- 462 Change ThreadSafety of BaseURLHasChineseHost from to Unsafe
- 462 Change ThreadSafety of AnimationIdSelected from to Unsafe
- 462 Change ThreadSafety of UseLocalSpace from to ReadOnly
- 462 Change ThreadSafety of StudioLocaleId from to ReadOnly
- 462 Change ThreadSafety of ShowConstraintDetails from to ReadOnly
- 462 Change ThreadSafety of from to ReadOnly
- 462 Change ThreadSafety of RotateIncrement from to ReadOnly
- 462 Change ThreadSafety of from to ReadOnly
- 462 Change ThreadSafety of from to ReadOnly
- 462 Change ThreadSafety of GridSize from to ReadOnly
- 462 Change ThreadSafety of DrawConstraintsOnTop from to ReadOnly
- 462 Change ThreadSafety of DraggerSolveConstraints from to ReadOnly
- 462 Change ThreadSafety of from to ReadOnly
- 462 Change ThreadSafety of ActiveScript from to ReadOnly
- 458 Remove OpenPluginInsertPage
- 457 Add GameNameUpdated
- 451 Add PromptTransformPluginCheckEnable
- 447 Change Parameters of ShowPlaceVersionHistoryDialog from () to (placeId: int64)
- 447 Add DEPRECATED_ShowPlaceVersionHistoryDialog
- 446 Add GetStartupAssetId
- 443 Add OnOpenGameSettings
- 442 Remove OnOpenGameSettings
- 443 Add OnOpenGameSettings
- 441 Change Parameters of OnPublishPlaceToRoblox from () to (isOverwritePublish: bool)
- 441 Add DEPRECATED_OnPublishPlaceToRoblox
- 441 Add BaseURLHasChineseHost
- 440 Add HasInternalPermission
- 440 Add
- 438 Change Parameters of GizmoRaycast from (origin: Vector3, direction: Vector3, raycastParams: RaycastParams = RaycastParams{IgnoreWater=false, FilterDescendantsInstances={}}) to (origin: Vector3, direction: Vector3, raycastParams: RaycastParams = RaycastParams{IgnoreWater=false, CollisionGroup=Default, FilterDescendantsInstances={}})
- 438 Add
- 437 Add GetTermsOfUseUrl
- 436 Add SetDocumentDisplayName
- 433 Add ShowPlaceVersionHistoryDialog
- 431 Add
- 428 Add OnImportFromRoblox
- 428 Add AnimationIdSelected
- 426 Change Parameters of GamePublishFinished from (success: bool) to (success: bool, gameId: int64)
- 425 Add DrawConstraintsOnTop
- 424 Remove BulkImportFinished
- 424 Remove ShowBulkImportView
- 424 Remove LaunchBulkImport
- 423 Change Parameters of PublishAs from (universeId: int64, placeId: int64) to (universeId: int64, placeId: int64, groupId: int64)
- 422 Change ReturnType of GizmoRaycast from Tuple to RaycastResult
- 422 Add ShowConstraintDetails
- 422 Add DraggerSolveConstraints
- 420 Add GizmoRaycast
- 419 Remove GizmoRaycast
- 420 Add GizmoRaycast
- 419 Add BulkImportFinished
- 419 Change Tags of LaunchBulkImport from [Yields] to []
- 419 Change ReturnType of LaunchBulkImport from int to void
- 418 Add ShowBulkImportView
- 418 Change Security of GetUserId from RobloxScriptSecurity to PluginSecurity
- 417 Add LaunchBulkImport
- 416 Change Security of ConvertToPackageUpload from PluginSecurity to RobloxScriptSecurity
- 409 Add OpenInBrowser_DONOTUSE
- 406 Add OnPublishAsPlugin
- 404 Add OnPluginInstalledFromWeb
- 404 Add GetStartupPluginId
- 404 Remove GetInstalledPluginData
- 404 Add
- 402 Remove PlacePublishedToRoblox
- 402 Change Parameters of OnConvertToPackageResult from (result: bool) to (isSuccessful: bool, errorMessage: string)
- 402 Remove GamePublishedToRoblox
- 402 Add GamePublishFinished
- 402 Remove emitPlacePublishedSignal
- 402 Add EmitPlacePublishedSignal
- 401 Change Parameters of OnOpenConvertToPackagePlugin from () to (instances: Objects, name: string)
- 401 Add OnConvertToPackageResult
- 401 Add ConvertToPackageUpload
- 400 Add PlacePublishedToRoblox
- 400 Add UseLocalSpace
- 400 Add RotateIncrement
- 400 Add GridSize
- 399 Add OnPluginInstalledFromToolbox
- 399 Add UpdatePluginManagement
- 399 Add UninstallPlugin
- 399 Add SetPluginEnabled
- 399 Add GetInstalledPluginData
- 398 Add TryInstallPlugin
- 398 Add IsPluginUpToDate
- 398 Add IsPluginInstalled
- 396 Add OnOpenManagePackagePlugin
- 396 Add OnOpenConvertToPackagePlugin
- 396 Add GamePublishedToRoblox
- 396 Add emitPlacePublishedSignal
- 396 Add PublishAs
- 396 Add GetResourceByCategory
- 393 Add OnPublishPlaceToRoblox
- 390 Add SerializeInstances
- 387 Add StudioLocaleId
- 382 Add OnSaveToRoblox
- 379 Add GetUserId
- 375 Add GetClassIcon
- 372 Change Tags of PromptImportLocalAssets from [Yields] to [Yields, Deprecated]
- 372 Change Tags of PromptImportLocalAsset from [Yields] to [Yields, Deprecated]
- 372 Add PromptImportFiles
- 372 Add PromptImportFile
- 370 Add ShowPublishToRoblox
- 369 Add PromptImportLocalAssets
- 369 Add PromptImportLocalAsset
- 364 Add SetUniverseDisplayName
- 364 Add OpenPluginInsertPage
- 364 Add CopyToClipboard
- 357 Add ActiveScript
- 357 Add StudioService
Members 48
ActiveScript
Type | Default | |
---|---|---|
Instance |
ActiveScript refers to the LuaSourceContainer currently being
edited by the user. If the user is not editing a script, this will be
nil
. Below is an example that shows how you can use this property to
measure for how long a script was active.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
|
Thread safety | ReadSafe |
---|---|
Category | State |
Loaded/Saved | false |
History 4
- 553 Change Default of ActiveScript from to
- 486 Change ThreadSafety of ActiveScript from ReadOnly to ReadSafe
- 462 Change ThreadSafety of ActiveScript from to ReadOnly
- 357 Add ActiveScript
AnimationIdSelected
Parameters (1) | ||
---|---|---|
id | int64 | |
Returns (1) | ||
null |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 3
- 573 Change ReturnType of AnimationIdSelected from void to null
- 462 Change ThreadSafety of AnimationIdSelected from to Unsafe
- 428 Add AnimationIdSelected
CopyToClipboard
Parameters (1) | ||
---|---|---|
stringToCopy | string | |
Returns (1) | ||
null |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 3
- 573 Change ReturnType of CopyToClipboard from void to null
- 462 Change ThreadSafety of CopyToClipboard from to Unsafe
- 364 Add CopyToClipboard
DraggerSolveConstraints
Type | Default | |
---|---|---|
bool |
Thread safety | ReadSafe |
---|---|
Category | Data |
Loaded/Saved | false |
History 4
- 553 Change Default of DraggerSolveConstraints from to
- 486 Change ThreadSafety of DraggerSolveConstraints from ReadOnly to ReadSafe
- 462 Change ThreadSafety of DraggerSolveConstraints from to ReadOnly
- 422 Add DraggerSolveConstraints
DrawConstraintsOnTop
Type | Default | |
---|---|---|
bool |
Thread safety | ReadSafe |
---|---|
Category | Data |
Loaded/Saved | false |
History 5
- 575 Change Tags of DrawConstraintsOnTop from [ReadOnly, NotReplicated] to [ReadOnly, NotReplicated, Deprecated]
- 553 Change Default of DrawConstraintsOnTop from to
- 486 Change ThreadSafety of DrawConstraintsOnTop from ReadOnly to ReadSafe
- 462 Change ThreadSafety of DrawConstraintsOnTop from to ReadOnly
- 425 Add DrawConstraintsOnTop
GetBadgeConfigureUrl
Parameters (1) | ||
---|---|---|
badgeId | int64 | |
Returns (1) | ||
string |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
GetBadgeUploadUrl
Parameters (0) | ||
---|---|---|
No parameters. | ||
Returns (1) | ||
string |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
- 472 Add GetBadgeUploadUrl
GetClassIcon
Parameters (1) | ||
---|---|---|
className | string | |
Returns (1) | ||
Dictionary |
GetClassIcon provides a dictionary that allows the display of a class' Explorer window icon, e.g. calling this function with "Part" returns property values that display the part icon from the Explorer window.
Below is a literal table representation of the value returned when this
function is called with "Part"
.
{
Image = "rbxasset://textures/ClassImages.png",
ImageRectOffset = Vector2.new(16, 0),
ImageRectSize = Vector2.new(16, 16)
}
The utility function below may prove useful when displaying class icons:
1 2 3 4 5 6 7 8 |
|
Security | PluginSecurity |
---|---|
Thread safety | Unsafe |
History 2
- 462 Change ThreadSafety of GetClassIcon from to Unsafe
- 375 Add GetClassIcon
GetPlaceIsPersistedToCloud
Parameters (0) | ||
---|---|---|
No parameters. | ||
Returns (1) | ||
bool |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
GetResourceByCategory
Parameters (1) | ||
---|---|---|
category | string | |
Returns (1) | ||
Dictionary |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 2
- 462 Change ThreadSafety of GetResourceByCategory from to Unsafe
- 396 Add GetResourceByCategory
GetStartupAssetId
Parameters (0) | ||
---|---|---|
No parameters. | ||
Returns (1) | ||
string |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 2
- 462 Change ThreadSafety of GetStartupAssetId from to Unsafe
- 446 Add GetStartupAssetId
GetStartupPluginId
Parameters (0) | ||
---|---|---|
No parameters. | ||
Returns (1) | ||
string |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 2
- 462 Change ThreadSafety of GetStartupPluginId from to Unsafe
- 404 Add GetStartupPluginId
GetTermsOfUseUrl
Parameters (0) | ||
---|---|---|
No parameters. | ||
Returns (1) | ||
string |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 2
- 462 Change ThreadSafety of GetTermsOfUseUrl from to Unsafe
- 437 Add GetTermsOfUseUrl
GetUserId
Parameters (0) | ||
---|---|---|
No parameters. | ||
Returns (1) | ||
int64 |
Returns the Studio user's userId if they're logged in, otherwise returns 0.
Security | PluginSecurity |
---|---|
Thread safety | Unsafe |
GizmoRaycast
Parameters (3) | Default | |
---|---|---|
origin | Vector3 | |
direction | Vector3 | |
raycastParams | RaycastParams | RaycastParams{IgnoreWater=false, BruteForceAllSlow=false, RespectCanCollide=false, CollisionGroup=Default, FilterDescendantsInstances={}} |
Returns (1) | ||
RaycastResult? |
Security | PluginSecurity |
---|---|
Thread safety | Unsafe |
History 9
- 638 Change ReturnType of GizmoRaycast from RaycastResult to RaycastResult?
- 549 Change Parameters of GizmoRaycast from (origin: Vector3, direction: Vector3, raycastParams: RaycastParams = RaycastParams{IgnoreWater=false, BruteForceAllSlow=false, CollisionGroup=Default, FilterDescendantsInstances={}}) to (origin: Vector3, direction: Vector3, raycastParams: RaycastParams = RaycastParams{IgnoreWater=false, BruteForceAllSlow=false, RespectCanCollide=false, CollisionGroup=Default, FilterDescendantsInstances={}})
- 509 Change Parameters of GizmoRaycast from (origin: Vector3, direction: Vector3, raycastParams: RaycastParams = RaycastParams{IgnoreWater=false, CollisionGroup=Default, FilterDescendantsInstances={}}) to (origin: Vector3, direction: Vector3, raycastParams: RaycastParams = RaycastParams{IgnoreWater=false, BruteForceAllSlow=false, CollisionGroup=Default, FilterDescendantsInstances={}})
- 462 Change ThreadSafety of GizmoRaycast from to Unsafe
- 438 Change Parameters of GizmoRaycast from (origin: Vector3, direction: Vector3, raycastParams: RaycastParams = RaycastParams{IgnoreWater=false, FilterDescendantsInstances={}}) to (origin: Vector3, direction: Vector3, raycastParams: RaycastParams = RaycastParams{IgnoreWater=false, CollisionGroup=Default, FilterDescendantsInstances={}})
- 422 Change ReturnType of GizmoRaycast from Tuple to RaycastResult
- 420 Add GizmoRaycast
- 419 Remove GizmoRaycast
- 420 Add GizmoRaycast
GridSize
Type | Default | |
---|---|---|
float |
GridSize determines the distance in studs by which Studio's drag and move tools move objects each tick. This is set in the user's Model tab under the Snap to Grid section.
Thread safety | ReadSafe |
---|---|
Category | Data |
Loaded/Saved | false |
HasInternalPermission
Parameters (0) | ||
---|---|---|
No parameters. | ||
Returns (1) | ||
bool |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 2
- 462 Change ThreadSafety of HasInternalPermission from to Unsafe
- 440 Add HasInternalPermission
IsPluginInstalled
Parameters (1) | ||
---|---|---|
assetId | int64 | |
Returns (1) | ||
bool |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 2
- 462 Change ThreadSafety of IsPluginInstalled from to Unsafe
- 398 Add IsPluginInstalled
IsPluginUpToDate
Parameters (2) | ||
---|---|---|
assetId | int64 | |
currentAssetVersion | int64 | |
Returns (1) | ||
bool |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 2
- 462 Change ThreadSafety of IsPluginUpToDate from to Unsafe
- 398 Add IsPluginUpToDate
OnImportFromRoblox
Parameters (0) | ||
---|---|---|
No parameters. |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 2
- 462 Change ThreadSafety of OnImportFromRoblox from to Unsafe
- 428 Add OnImportFromRoblox
OnOpenGameSettings
Parameters (1) | |
---|---|
pageIdentifier | string |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 4
- 462 Change ThreadSafety of OnOpenGameSettings from to Unsafe
- 443 Add OnOpenGameSettings
- 442 Remove OnOpenGameSettings
- 443 Add OnOpenGameSettings
OnOpenManagePackagePlugin
Parameters (2) | |
---|---|
userId | int64 |
assetId | int64 |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 2
- 462 Change ThreadSafety of OnOpenManagePackagePlugin from to Unsafe
- 396 Add OnOpenManagePackagePlugin
OnPluginInstalledFromToolbox
Parameters (0) | ||
---|---|---|
No parameters. |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 2
- 462 Change ThreadSafety of OnPluginInstalledFromToolbox from to Unsafe
- 399 Add OnPluginInstalledFromToolbox
OnPluginInstalledFromWeb
Parameters (1) | |
---|---|
pluginId | string |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 2
- 462 Change ThreadSafety of OnPluginInstalledFromWeb from to Unsafe
- 404 Add OnPluginInstalledFromWeb
OnPublishAsPlugin
Parameters (1) | |
---|---|
instances | Instances |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 3
- 648 Change Parameters of OnPublishAsPlugin from (instances: Objects) to (instances: Instances)
- 462 Change ThreadSafety of OnPublishAsPlugin from to Unsafe
- 406 Add OnPublishAsPlugin
OnSaveToRoblox
Parameters (1) | |
---|---|
instances | Instances |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 3
- 648 Change Parameters of OnSaveToRoblox from (instances: Objects) to (instances: Instances)
- 462 Change ThreadSafety of OnSaveToRoblox from to Unsafe
- 382 Add OnSaveToRoblox
OpenInBrowser_DONOTUSE
Parameters (1) | ||
---|---|---|
url | string | |
Returns (1) | ||
null |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 3
- 573 Change ReturnType of OpenInBrowser_DONOTUSE from void to null
- 462 Change ThreadSafety of OpenInBrowser_DONOTUSE from to Unsafe
- 409 Add OpenInBrowser_DONOTUSE
PromptImportFile
Parameters (1) | Default | |
---|---|---|
fileTypeFilter | Array | {} |
Returns (1) | ||
Instance |
This function prompts the current Studio user to select one file, which will then be loaded as a File.
See also:
- StudioService:PromptImportFiles(), the same function but for loading a list of files instead of a single file
Security | PluginSecurity |
---|---|
Thread safety | Unsafe |
History 2
- 462 Change ThreadSafety of PromptImportFile from to Unsafe
- 372 Add PromptImportFile
PromptImportFiles
Parameters (1) | Default | |
---|---|---|
fileTypeFilter | Array | {} |
Returns (1) | ||
Instances |
This function prompts the current Studio user to select one or more files, which will then be loaded as Files.
Throws an error if the fileTypeFilter was an empty list.
See also:
- StudioService:PromptImportFile(), the same function but for loading a single file instead of a list of files
Security | PluginSecurity |
---|---|
Thread safety | Unsafe |
History 3
- 648 Change ReturnType of PromptImportFiles from Objects to Instances
- 462 Change ThreadSafety of PromptImportFiles from to Unsafe
- 372 Add PromptImportFiles
PromptTransformPluginCheckEnable
Parameters (0) | ||
---|---|---|
No parameters. |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 2
- 462 Change ThreadSafety of PromptTransformPluginCheckEnable from to Unsafe
- 451 Add PromptTransformPluginCheckEnable
RequestClose
Parameters (1) | ||
---|---|---|
closeMode | StudioCloseMode | |
Returns (1) | ||
null |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 2
- 573 Change ReturnType of RequestClose from void to null
- 479 Add RequestClose
RotateIncrement
Type | Default | |
---|---|---|
float |
RotateIncrement determines the angle in degrees by which Studio's rotation tool will rotate selected objects each tick. This is set in the user's Model tab under the Snap to Grid section.
Thread safety | ReadSafe |
---|---|
Category | Data |
Loaded/Saved | false |
History 4
- 553 Change Default of RotateIncrement from to
- 486 Change ThreadSafety of RotateIncrement from ReadOnly to ReadSafe
- 462 Change ThreadSafety of RotateIncrement from to ReadOnly
- 400 Add RotateIncrement
SaveLocallyAsComplete
Parameters (1) | |
---|---|
success | bool |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 1
Secrets
Type | Default | |
---|---|---|
string |
Security | RobloxScriptSecurity |
---|---|
Thread safety | ReadSafe |
Category | Data |
Loaded/Saved | true |
SetPluginEnabled
Parameters (2) | ||
---|---|---|
assetId | int64 | |
state | bool | |
Returns (1) | ||
null |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 3
- 573 Change ReturnType of SetPluginEnabled from void to null
- 462 Change ThreadSafety of SetPluginEnabled from to Unsafe
- 399 Add SetPluginEnabled
ShowConstraintDetails
Type | Default | |
---|---|---|
bool |
Thread safety | ReadSafe |
---|---|
Category | Data |
Loaded/Saved | false |
History 4
- 553 Change Default of ShowConstraintDetails from to
- 486 Change ThreadSafety of ShowConstraintDetails from ReadOnly to ReadSafe
- 462 Change ThreadSafety of ShowConstraintDetails from to ReadOnly
- 422 Add ShowConstraintDetails
ShowPlaceVersionHistoryDialog
Parameters (1) | ||
---|---|---|
placeId | int64 | |
Returns (1) | ||
null |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 4
- 573 Change ReturnType of ShowPlaceVersionHistoryDialog from void to null
- 462 Change ThreadSafety of ShowPlaceVersionHistoryDialog from to Unsafe
- 447 Change Parameters of ShowPlaceVersionHistoryDialog from () to (placeId: int64)
- 433 Add ShowPlaceVersionHistoryDialog
ShowPublishToRoblox
Parameters (0) | ||
---|---|---|
No parameters. | ||
Returns (1) | ||
null |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 3
- 573 Change ReturnType of ShowPublishToRoblox from void to null
- 462 Change ThreadSafety of ShowPublishToRoblox from to Unsafe
- 370 Add ShowPublishToRoblox
ShowWeldDetails
Type | Default | |
---|---|---|
bool |
Security | RobloxScriptSecurity |
---|---|
Thread safety | ReadSafe |
Category | Data |
Loaded/Saved | false |
History 1
- 640 Add ShowWeldDetails
StudioLocaleId
Type | Default | |
---|---|---|
string |
The StudioLocaleId property contains the locale currently in-use by
Studio, e.g. en_US
. It is useful when localizing plugins.
Below is a trivial example of localization based on the value returned by this function.
1 2 3 4 5 6 7 8 9 10 |
|
Thread safety | ReadSafe |
---|---|
Category | State |
Loaded/Saved | false |
History 4
- 553 Change Default of StudioLocaleId from to
- 486 Change ThreadSafety of StudioLocaleId from ReadOnly to ReadSafe
- 462 Change ThreadSafety of StudioLocaleId from to ReadOnly
- 387 Add StudioLocaleId
TryInstallPlugin
Parameters (2) | ||
---|---|---|
assetId | int64 | |
assetVersionId | int64 | |
Returns (1) | ||
null |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 3
- 573 Change ReturnType of TryInstallPlugin from void to null
- 462 Change ThreadSafety of TryInstallPlugin from to Unsafe
- 398 Add TryInstallPlugin
UninstallPlugin
Parameters (1) | ||
---|---|---|
assetId | int64 | |
Returns (1) | ||
null |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 3
- 573 Change ReturnType of UninstallPlugin from void to null
- 462 Change ThreadSafety of UninstallPlugin from to Unsafe
- 399 Add UninstallPlugin
UpdatePluginManagement
Parameters (0) | ||
---|---|---|
No parameters. | ||
Returns (1) | ||
null |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 3
- 573 Change ReturnType of UpdatePluginManagement from void to null
- 462 Change ThreadSafety of UpdatePluginManagement from to Unsafe
- 399 Add UpdatePluginManagement
UseLocalSpace
Type | Default | |
---|---|---|
bool |
UseLocalSpace determines whether the Studio movement/rotation tools will manipulate a part's CFrame using the local space of an object or global space. By default, this setting is toggled with CtrlL or ⌘L. Plugins can read from this property if they implement their own object movement tools.
Thread safety | ReadSafe |
---|---|
Category | Data |
Loaded/Saved | true/false |
History 4
- 553 Change Default of UseLocalSpace from to
- 486 Change ThreadSafety of UseLocalSpace from ReadOnly to ReadSafe
- 462 Change ThreadSafety of UseLocalSpace from to ReadOnly
- 400 Add UseLocalSpace
Removed members 45
BaseURLHasChineseHost
Parameters (0) | ||
---|---|---|
No parameters. | ||
Returns (1) | ||
bool |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 3
- 493 Remove BaseURLHasChineseHost
- 462 Change ThreadSafety of BaseURLHasChineseHost from to Unsafe
- 441 Add BaseURLHasChineseHost
BulkImportFinished
Parameters (1) | |
---|---|
state | int |
Security | RobloxScriptSecurity |
---|
History 2
- 424 Remove BulkImportFinished
- 419 Add BulkImportFinished
ConvertToPackageUpload
Parameters (1) | ||
---|---|---|
uploadUrl | string | |
Returns (1) | ||
void |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 4
- 520 Remove ConvertToPackageUpload
- 462 Change ThreadSafety of ConvertToPackageUpload from to Unsafe
- 416 Change Security of ConvertToPackageUpload from PluginSecurity to RobloxScriptSecurity
- 401 Add ConvertToPackageUpload
DEPRECATED_EmitPlacePublishedSignal
Parameters (0) | ||
---|---|---|
No parameters. | ||
Returns (1) | ||
void |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 2
DEPRECATED_GameNameUpdated
Parameters (1) | |
---|---|
name | string |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 2
DEPRECATED_GamePublishFinished
Parameters (2) | |
---|---|
success | bool |
gameId | int64 |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 2
DEPRECATED_OnPublishPlaceToRoblox
Parameters (1) | |
---|---|
isOverwritePublish | bool |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 5
- 535 Remove DEPRECATED_OnPublishPlaceToRoblox
- 530 Add DEPRECATED_OnPublishPlaceToRoblox
- 470 Remove DEPRECATED_OnPublishPlaceToRoblox
- 462 Change ThreadSafety of DEPRECATED_OnPublishPlaceToRoblox from to Unsafe
- 441 Add DEPRECATED_OnPublishPlaceToRoblox
DEPRECATED_OnSaveOrPublishPlaceToRoblox
Parameters (3) | |
---|---|
showGameSelect | bool |
isPublish | bool |
closeMode | StudioCloseMode |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 2
DEPRECATED_RefreshDocumentDisplayName
Parameters (0) | ||
---|---|---|
No parameters. | ||
Returns (1) | ||
void |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 2
DEPRECATED_SetDocumentDisplayName
Parameters (1) | ||
---|---|---|
newName | string | |
Returns (1) | ||
void |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 2
DEPRECATED_SetTurnOnTeamCreateOnPublish
Parameters (1) | ||
---|---|---|
turnOn | bool | |
Returns (1) | ||
void |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 2
DEPRECATED_SetUniverseDisplayName
Parameters (1) | ||
---|---|---|
newName | string | |
Returns (1) | ||
void |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 2
DEPRECATED_ShowPlaceVersionHistoryDialog
Parameters (0) | ||
---|---|---|
No parameters. | ||
Returns (1) | ||
void |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 3
- 464 Remove DEPRECATED_ShowPlaceVersionHistoryDialog
- 462 Change ThreadSafety of DEPRECATED_ShowPlaceVersionHistoryDialog from to Unsafe
- 447 Add DEPRECATED_ShowPlaceVersionHistoryDialog
DEPRECATED_ShowSaveOrPublishPlaceToRoblox
Parameters (3) | ||
---|---|---|
showGameSelect | bool | |
isPublish | bool | |
closeMode | StudioCloseMode | |
Returns (1) | ||
void |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 2
DEPRECATED_publishAs
Parameters (3) | ||
---|---|---|
universeId | int64 | |
placeId | int64 | |
groupId | int64 | |
Returns (1) | ||
void |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 2
- 535 Remove DEPRECATED_publishAs
- 530 Add DEPRECATED_publishAs
EmitPlacePublishedSignal
Parameters (0) | ||
---|---|---|
No parameters. | ||
Returns (1) | ||
void |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 3
- 530 Remove EmitPlacePublishedSignal
- 462 Change ThreadSafety of EmitPlacePublishedSignal from to Unsafe
- 402 Add EmitPlacePublishedSignal
FirstPublishOfCloudPlace
Parameters (2) | |
---|---|
universeId | int64 |
placeId | int64 |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 2
GameNameUpdated
Parameters (1) | |
---|---|
name | string |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 3
- 530 Remove GameNameUpdated
- 462 Change ThreadSafety of GameNameUpdated from to Unsafe
- 457 Add GameNameUpdated
GamePublishFinished
Parameters (2) | |
---|---|
success | bool |
gameId | int64 |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 4
- 530 Remove GamePublishFinished
- 462 Change ThreadSafety of GamePublishFinished from to Unsafe
- 426 Change Parameters of GamePublishFinished from (success: bool) to (success: bool, gameId: int64)
- 402 Add GamePublishFinished
GamePublishedToRoblox
Parameters (0) | ||
---|---|---|
No parameters. |
Security | RobloxScriptSecurity |
---|
History 2
- 402 Remove GamePublishedToRoblox
- 396 Add GamePublishedToRoblox
GetInstalledPluginData
Parameters (0) | ||
---|---|---|
No parameters. | ||
Returns (1) | ||
string |
Security | RobloxScriptSecurity |
---|
History 2
- 404 Remove GetInstalledPluginData
- 399 Add GetInstalledPluginData
GetUserIsInTeamCreateToggleRamp
Parameters (0) | ||
---|---|---|
No parameters. | ||
Returns (1) | ||
bool |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 2
LaunchBulkImport
Parameters (1) | ||
---|---|---|
assetTypeToImport | int | |
Returns (1) | ||
void |
Security | RobloxScriptSecurity |
---|
History 4
- 424 Remove LaunchBulkImport
- 419 Change Tags of LaunchBulkImport from [Yields] to []
- 419 Change ReturnType of LaunchBulkImport from int to void
- 417 Add LaunchBulkImport
OnConvertToPackageResult
Parameters (2) | |
---|---|
isSuccessful | bool |
errorMessage | string |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 4
- 520 Remove OnConvertToPackageResult
- 462 Change ThreadSafety of OnConvertToPackageResult from to Unsafe
- 402 Change Parameters of OnConvertToPackageResult from (result: bool) to (isSuccessful: bool, errorMessage: string)
- 401 Add OnConvertToPackageResult
OnOpenConvertToPackagePlugin
Parameters (2) | |
---|---|
instances | Objects |
name | string |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 4
- 520 Remove OnOpenConvertToPackagePlugin
- 462 Change ThreadSafety of OnOpenConvertToPackagePlugin from to Unsafe
- 401 Change Parameters of OnOpenConvertToPackagePlugin from () to (instances: Objects, name: string)
- 396 Add OnOpenConvertToPackagePlugin
OnPublishPlaceToRoblox
Parameters (1) | |
---|---|
isOverwritePublish | bool |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 4
- 530 Remove OnPublishPlaceToRoblox
- 462 Change ThreadSafety of OnPublishPlaceToRoblox from to Unsafe
- 441 Change Parameters of OnPublishPlaceToRoblox from () to (isOverwritePublish: bool)
- 393 Add OnPublishPlaceToRoblox
OnSaveOrPublishPlaceToRoblox
Parameters (3) | |
---|---|
showGameSelect | bool |
isPublish | bool |
closeMode | StudioCloseMode |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 4
- 530 Remove OnSaveOrPublishPlaceToRoblox
- 479 Change Parameters of OnSaveOrPublishPlaceToRoblox from (showGameSelect: bool, isPublish: bool, closeAfterSave: bool) to (showGameSelect: bool, isPublish: bool, closeMode: StudioCloseMode)
- 475 Change Parameters of OnSaveOrPublishPlaceToRoblox from (showGameSelect: bool, isPublish: bool) to (showGameSelect: bool, isPublish: bool, closeAfterSave: bool)
- 471 Add OnSaveOrPublishPlaceToRoblox
OpenPluginInsertPage
Parameters (1) | ||
---|---|---|
assetId | int64 | |
Returns (1) | ||
void |
Security | RobloxScriptSecurity |
---|
History 2
- 458 Remove OpenPluginInsertPage
- 364 Add OpenPluginInsertPage
PlacePublishedToRoblox
Parameters (0) | ||
---|---|---|
No parameters. |
Security | RobloxScriptSecurity |
---|
History 2
- 402 Remove PlacePublishedToRoblox
- 400 Add PlacePublishedToRoblox
PromptForLocalSave
Parameters (0) | ||
---|---|---|
No parameters. | ||
Returns (1) | ||
void |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 2
- 505 Remove PromptForLocalSave
- 477 Add PromptForLocalSave
PromptImportLocalAsset
Parameters (2) | Default | |
---|---|---|
prompt | string | |
fileTypeFilter | Array | {} |
Returns (1) | ||
Instance |
Security | PluginSecurity |
---|---|
Thread safety | Unsafe |
History 4
- 492 Remove PromptImportLocalAsset
- 462 Change ThreadSafety of PromptImportLocalAsset from to Unsafe
- 372 Change Tags of PromptImportLocalAsset from [Yields] to [Yields, Deprecated]
- 369 Add PromptImportLocalAsset
PromptImportLocalAssets
Parameters (2) | Default | |
---|---|---|
prompt | string | |
fileTypeFilter | Array | {} |
Returns (1) | ||
Objects |
Security | PluginSecurity |
---|---|
Thread safety | Unsafe |
History 4
- 492 Remove PromptImportLocalAssets
- 462 Change ThreadSafety of PromptImportLocalAssets from to Unsafe
- 372 Change Tags of PromptImportLocalAssets from [Yields] to [Yields, Deprecated]
- 369 Add PromptImportLocalAssets
PublishAs
Parameters (3) | ||
---|---|---|
universeId | int64 | |
placeId | int64 | |
groupId | int64 | |
Returns (1) | ||
void |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
RefreshDocumentDisplayName
Parameters (0) | ||
---|---|---|
No parameters. | ||
Returns (1) | ||
void |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 2
RequestCloseStudio
Parameters (0) | ||
---|---|---|
No parameters. | ||
Returns (1) | ||
void |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 2
- 479 Remove RequestCloseStudio
- 475 Add RequestCloseStudio
SerializeInstances
Parameters (1) | ||
---|---|---|
instances | Objects | |
Returns (1) | ||
string |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 3
- 524 Remove SerializeInstances
- 462 Change ThreadSafety of SerializeInstances from to Unsafe
- 390 Add SerializeInstances
SetDocumentDisplayName
Parameters (1) | ||
---|---|---|
newName | string | |
Returns (1) | ||
void |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 3
- 505 Remove SetDocumentDisplayName
- 462 Change ThreadSafety of SetDocumentDisplayName from to Unsafe
- 436 Add SetDocumentDisplayName
SetTurnOnTeamCreateOnPublish
Parameters (1) | ||
---|---|---|
turnOn | bool | |
Returns (1) | ||
void |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 2
SetUniverseDisplayName
Parameters (1) | ||
---|---|---|
newName | string | |
Returns (1) | ||
void |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 3
- 530 Remove SetUniverseDisplayName
- 462 Change ThreadSafety of SetUniverseDisplayName from to Unsafe
- 364 Add SetUniverseDisplayName
ShowBulkImportView
Parameters (0) | ||
---|---|---|
No parameters. | ||
Returns (1) | ||
void |
Security | RobloxScriptSecurity |
---|
History 2
- 424 Remove ShowBulkImportView
- 418 Add ShowBulkImportView
ShowSaveOrPublishPlaceToRoblox
Parameters (3) | ||
---|---|---|
showGameSelect | bool | |
isPublish | bool | |
closeMode | StudioCloseMode | |
Returns (1) | ||
void |
Security | RobloxScriptSecurity |
---|---|
Thread safety | Unsafe |
History 3
- 530 Remove ShowSaveOrPublishPlaceToRoblox
- 479 Change Parameters of ShowSaveOrPublishPlaceToRoblox from (showGameSelect: bool, isPublish: bool, closeAfterSave: bool) to (showGameSelect: bool, isPublish: bool, closeMode: StudioCloseMode)
- 478 Add ShowSaveOrPublishPlaceToRoblox
emitPlacePublishedSignal
Parameters (0) | ||
---|---|---|
No parameters. | ||
Returns (1) | ||
void |
Security | RobloxScriptSecurity |
---|