Item
Items allow you to place interactive objects on the world.
Item
Item is a component used to create interactions on the world. It has no functionality by itself, but may be required when using other components.
Movable Item
Movable Items allow you to synchronize the position of objects between players in the world.
Grabbable Item
Grabbable Items allow players to grab and move objects.
🔖 ** Tips **
[How to make grabbed items –Cluster Creators Guide] (https://creator.cluster.mu/2020/03/30/howto-item-create/) ↗
In this article, we will learn the types and usage of items in CreatorKit, and explain how to use items in the world while actually touching them ...
Character Item
Character Items allow you to create items that are moved by the Character Controller component.
Ridable Item
Ridable Items can be used to create items that players can ride.