1. #1

    Help with intro.

    Ok so I have my rider near my intro on an invisible platform waiting for the intro to run it's course. Then I teleport him to the start but I can't change the rider and bike back to visible. I tried using a visibility event but it doesn't connect to the rider or bike. How can I make the bike and rider visible again?
    Share this post

  2. #2
    Go into the rider and bike properties, and attach the visibility setting to a variable data source. When the VDS is set to 0, that counts as unchecked, anything over 1 counts as checked. So when you want them visible, use a set value event on the VDS to 1.

    Share this post

  3. #3
    Originally Posted by stllbreathnbdy Go to original post
    Go into the rider and bike properties, and attach the visibility setting to a variable data source. When the VDS is set to 0, that counts as unchecked, anything over 1 counts as checked. So when you want them visible, use a set value event on the VDS to 1.


    Thanks.
    Share this post