Prop collision help

How do I make a prop have collision for a period of time and then not have collision

You can’t really do this. You would have to have 2 separate props, one has collision, the other one doesn’t.

Let’s say you wanted the prop to have collision 10 seconds after the game starts
Lifecycle —> Trigger: Delay of 10 seconds —> Disable Prop with collision enabled & Enable prop that has collision disabled


Or something like that :>

Welcome to the community!

4 Likes

Easy. Just turn off the collision of the main prop and add an invisible barrier that you will use for collision. Enable and disable to barrier whenever needed.

3 Likes

(post poofed away by author)

@slim_shady912 Do not plagiarize someone else’s work, put in your own effort to help someone, or don’t bother.

8 Likes

You can’t do that(that I know of).You can deactivate it, but doing that makes it invisible.