The '''FocusedWorldStatus''' is a component that only works in the dash space world that displays information about the currently focused world. Is used in the session tab in the dash.
'''FocusedWorldStatus''' is a component that displays information about the currently focused world. It's used in the session tab in the [[dash]].
<!--T:3-->
<!--T:3-->
Line 17:
Line 18:
|CanSave|Bool| Whether the user is allowed to save the focused world.
|CanSave|Bool| Whether the user is allowed to save the focused world.
|ShouldSave|Bool| Whether the focused world has unsaved changes or not.
|ShouldSave|Bool| Whether the focused world has unsaved changes or not.
|CanClose|Bool| Whether the focused world can be closed (Is false for the local world).
|CanClose|Bool| Whether the focused world can be closed. False for the [[Local Home]].
|RoleName|String| The name of the role that the user currently has in the focused world.
|RoleName|String| The name of the role that the user currently has in the focused world.
|UserCount|Int| The amount of users currently in the focused world.
|UserCount|Int| The amount of users currently in the focused world.
|ActiveUserCount|Int| of the users in the focused world, how many are AFK.
|ActiveUserCount|Int| How many of the users in the focused world aren't AFK.
|MaxUserCount|Int| The maximum amount of users that can be in the focused world.
|MaxUserCount|Int| The maximum amount of users that can be in the focused world.
|AccessLevel|SessionAccessLevel| The access level of the focused world.
|AccessLevel|SessionAccessLevel| The access level of the focused world.
|HideFromListing|Bool| Whether or not the focused world should not be shown in world listings or shown to other users.
|HideFromListing|Bool| Whether or not the focused world should not be shown in world listings or shown to other users.
|AwayKickEnabled|Bool| Whether the focused world has afk kick enabled.
|AwayKickEnabled|Bool| Whether the focused world has AFK kick enabled.
|AwayKickMinutes|Float| How many minutes till a user can be afk before being kicked from the focused world.
|AwayKickMinutes|Float| How many minutes a user can be AFK before being kicked from the focused world.
|UnsafeMode|Bool| Whether the focused world is in unsafe mode, which allows for some features to work. Only affects private worlds.
|UnsafeMode|Bool| Whether the focused world is in [[unsafe mode]], which allows for some features to work. Can only be true in private worlds.
}}
}}
<!--T:4-->
<!--T:4-->
== Usage ==
== Usage ==
Used in the dash, and isn't utilizable in normal gameplay
Used in the dash, and isn't utilizable in normal gameplay.
<!--T:5-->
<!--T:5-->
Latest revision as of 13:22, 23 September 2025
This is a userspace component — you cannot attach it anywhere but the userspace. Messing with the userspace can be fun, but it is not recommended as you risk messing your dash up if you don't know what you're doing.
Component image
Focused World Status component as seen in the Scene Inspector
FocusedWorldStatus is a component that displays information about the currently focused world. It's used in the session tab in the dash.