Memzeer 0 Posted July 11, 2021 I am learning a ton about the game but I cant seem to find the classname for a door in an addon vehicle. Help! Share this post Link to post Share on other sites
Maff 251 Posted July 11, 2021 If I'm understanding your request, you can find the animation names with animationNames. You are looking for "door" or "hidedoor", some objects have multiple doors however. Then you can use animateSource to open / close the door, but I might be jumping ahead. Look at the vehicle and use the following in the debug console: animationNames cursorObject; That will return an array of strings with the names of model animations for what object. I hope I've understood your question. Respond with how you get on. 1 1 Share this post Link to post Share on other sites
Memzeer 0 Posted July 11, 2021 It worked, thanks for the help! Share this post Link to post Share on other sites