I’m trying to make a script for a reactor in my game and I’m not sure how i should start it off, My idea so far is to make a “ReactorOn” and “ReactorOff” variable that depends on if a certain part is a certain color or something to indicate such a thing, but how would I create a system like that?
1 Like
What are you wanting the reactor to do?
Mostly depends on what you want the reactor to do, for example if it generates power at the cost of heating up and possibly having a meltdown, you could have 2 modes, every say, 1 second it checks what mode it is and if its on it adds extra power and extra heat and when it off power drains and it cools down