Dr. Safety Posted March 30, 2024 Share Posted March 30, 2024 Is there any way to spawn in one of the Wes balloons (the basic ones, that are just a balloon animal of random color) using console commands, but having agency on the color or shape? For example, is there a prefab such as: balloon_beefalo_red balloon_spider_green Link to comment https://forums.kleientertainment.com/forums/topic/155360-prefab-for-specific-balloon-shapescolors/ Share on other sites More sharing options...
ADM Posted March 31, 2024 Share Posted March 31, 2024 They don't have distinct prefabs but you can set certain variables to achieve it, normally it would be a bit lengthy to apply them but you can use their OnLoad function to do the work for you: c_spawn("balloon") c_sel():OnLoad({num = 1, colour_idx = 1}) Spoiler Shapes : Basic Beefalo Pig Spider Butterfly Hound Merm Tentacle Bunnyman Colors : Red Green Blue Yellow Purple Orange Link to comment https://forums.kleientertainment.com/forums/topic/155360-prefab-for-specific-balloon-shapescolors/#findComment-1708788 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.
Please be aware that the content of this thread may be outdated and no longer applicable.