#plants are green but in properties they are unique

1 messages · Page 1 of 1 (latest)

crisp nova
#

i posted this in studio help but it could be a scripting issue as well
wassup yall i was wondering if yall can help me with sum
I have three plant models in ReplicatedStorage (SproutPlant, ZazaBush, and GigaShroom). Each one is a single Part with a unique Color and Size. When I plant them using a script, everything works fine—growth stages, harvesting, replanting—but no matter which plant I spawn, they all appear the same green color, even though they have different colors in ReplicatedStorage.

Here’s what I’ve already tried:

Confirmed the plant models are individual Parts (not models)

Confirmed they have unique colors in their properties

Stored the original color from the template and reapplied it during the growth stages

Set the Material to Plastic, BrickColor, and Color3 manually

Added debug print to confirm the right Color is being set (and it is)

But visually, all plants still show up as green.

Has anyone seen this before? Could something in the workspace or cloning process be overriding the color?