• Hi Guest!

    We are extremely excited to announce the release of our first Beta1.1 and the first release of our Public AddonKit!
    To participate in the Beta, a subscription to the Entertainer or Creator Tier is required. For access to the Public AddonKit you must be a Creator tier member. Once subscribed, download instructions can be found here.

    Click here for information and guides regarding the VaM2 beta. Join our Discord server for more announcements and community discussion about VaM2.
  • Hi Guest!

    VaM2 Resource Categories have now been added to the Hub! For information on posting VaM2 resources and details about VaM2 related changes to our Community Forums, please see our official announcement here.

VaM 1.x How can I automatically undress a character after a certain period of time?

Threads regarding the original VaM 1.x

Geraltofsilivri

New member
Joined
Apr 10, 2026
Messages
1
Reactions
0
Hello everyone. So in any scene i want to undress character by enabling undress option increasing the distance scale in cloth physics after a certain period of time but i couldn't find any tutorial for that. I'm sure i will achive this by selecting character then plugins/logicbricks but i couldn't find a plugin(And don't know how to use them actually) to set a timer and after that timer ends it will do what i said above. Any help?
 
The demo undress scene + guide below might help if you need to learn how to setup a trigger. It shows the process of setting up one for just a button, and uses "weight" rather than "distanceScale", but it's got most of the basics covered.

LogicBricks does have the Timer and RandomTimer plugins which could help, but you could also just use the built-in trigger system which also has a timer. If you look at the "4.3" image from that guide you'll see the UI elements for that.

Just enabling "Use Timer" will make things activate instantly at the elapsed "Timer Length". If you also enable "Use Second Point" you can have a transition over time from one value to another. Changing the "Timer Type" to "Linear" and "Second Point Location" to 0 will make it a simple A to B transition. So you could have something like "Second Point Value" for "distanceScale" be 1 then "value" at the top be 2, then when the trigger activates you should see the clothing spread out smoothly over time.

 
Last edited:
Upvote 0
Back
Top Bottom