⚠️Beta features

What are beta features?

This feature allows you to try out features before they are officially released. It is provided for the purpose of accelerating development by receiving feedback on the usability before the official release.

beta world

Beta worlds have icons to help you identify them.

When you enter the Beta World, you will receive a warning that pre-release functionality is being used. Once you understand the warning, you will be able to enter the room.

As of September 2023, Beta World cannot be used for events.

Worldcraft with Beta Features Allowed

Beta items can be placed in addition to regular craft items in world crafts that allow beta features.

When a world craft that allows beta features is released, it becomes a beta world.

beta items

Items that utilize beta features will be marked with a beta icon.

Beta items cannot be placed in worldcraft that do not allow betas. Additionally, beta items cannot be commercialized.

How to enable beta features

Beta content with beta features enabled can be created in the following ways:

How to make a beta world

A world that is uploaded with “Enable Beta Features” checked in “Beta Feature Settings” in the window that appears by selecting “Cluster > Settings” in CreatorKit will be a beta world.

It is not possible to update a world that has a different setting to allow betas. If you are unable to update the world, please check the “Beta Feature Settings” from “Cluster > Settings” in CreatorKit.

Once a world is created as a world that allows beta features, the beta feature activation setting cannot be canceled. Additionally, Beta features cannot be enabled in worlds that do not allow Beta features.

How to create a world craft that allows beta features

You can configure settings to allow beta features when creating a worldcraft.

When starting World Craft in the menu, you can start World Craft with beta features enabled by checking “Enable Beta” from Advanced Settings.

Once a worldcraft is created as a worldcraft that allows beta features, the beta feature activation setting cannot be canceled. You will also not be able to enable beta features in a worldcraft that does not allow beta features.

How to make beta items

Items uploaded with “Enable Beta Features” checked in “Beta Feature Settings” in the window that appears by selecting “Cluster > Settings” in CreatorKit will be craft items in the beta.

Within beta items, you can take advantage of the features provided in the beta version.

Features provided in beta version

The following features will be available in the beta item:

Using Beta APIs with Scriptable Items

A beta scripting API is available for Scriptable Items.

Script beta APIs are APIs with a beta flag in Cluster Creator Kit Script Reference.

Player Script Component

This component is used to write scripts that control players and devices.

Using Beta API in Player Script

A beta scripting API is available in Player Script.

A script’s beta API is an API that is marked with the beta flag in the Cluster Creator Kit Script Reference.

Physical behavior settings

You can create craft items that have physical behavior. The following settings for Rigidbody will now be reflected in the uploaded item.

  • Items uploaded with the isKinematic setting turned off will now have physical behavior.
  • If you upload an item with physical behavior with the useGravity setting turned off, gravity will be ignored.

You can also dynamically toggle whether an item is affected by gravity from a script. See Script Reference for details.

HumanoidAnimationList component

You can use the contents of the HumanoidAnimationList component from scripts.

The HumanoidAnimationList component can be used to use animation poses from scripts. See Script Reference for details.

Item Material Set List component

The contents of the Item Material Set List component can be used from scripts.

The Item Material Set List component can be used to set material colors and property values from script. See Script Reference for details.