of     1   

nitro10000
#36281468Sunday, October 31, 2010 9:28 AM GMT

Is there a way to make an auto turret with a on/off switch? Ive tryed quite a few things but none work. Help is welcomed =) Thanks
Notunknown99
#36281952Sunday, October 31, 2010 10:03 AM GMT

Yes. Make a BoolValue in the turret called Active In the turret, when firing check if Active is true Make a button to change Active
nitro10000
#36323473Monday, November 01, 2010 12:20 AM GMT

Thanks ill try that =)
teseting
#36323527Monday, November 01, 2010 12:21 AM GMT

Or the bool value could be the disabled property like this. script.Parent.SCRiptHERE.Disabled = not script.Parent.SCRiptHERE.Disabled

    of     1