I use Verse to spawn props, but I need to use Prop Manipualator device on them. Is it possible somehow? for changing HP for example or use OnDamagedEvent
maybe i can make all props which spawned as Instance Prop? or someone know different way please help
Hey @Tabanamana how are you?
Heve you tried this guide? Spawn devices dynamically using Verse! (And a bit of cursed tricks) | Community tutorial
With this you should be able to spawn Prop Manipulators in the same place you spawn custom props.
You can also edit the properties before spawning it!
You will only need to separate the different Prop Manipulators in different Tags so you can know which properties you need to modify for each group.
For example, if you want some custom props to have 500HP and another group to have 300HP you will need two different tags.
Hope this helps you!
This would not work. Prop Manipulators initialize the props they manage at the start of the game. Nothing we do during the game will change how a Prop Manipulator behaves.
Depending on the goals, one could achieve a lot with custom logic though, but sadly changing Health or using OnDamagedEvent can’t be done at the moment.

