|
|
|
|
|
abijit750Join Date: 2012-10-25 Post Count: 180 |
# Support 2
|
|
|
|
Support,
Signed,
Pengyshade - Deputy Director. |
|
|
|
I support for the most part |
|
|
I support but we should be aloud to not get demoted if we are in active if we PM a HR. |
|
|
KomaKingsJoin Date: 2011-07-05 Post Count: 381 |
Support
Let's wait for the Director to decide in his decision.
KomaKings |
|
|
Support and happy to help with the spreadsheet! |
|
|
#Support
This will help more EMS be FD! GREAT! |
|
chieffxJoin Date: 2011-02-03 Post Count: 323 |
#Support |
|
VitoPetriJoin Date: 2012-10-28 Post Count: 28 |
I support |
|
|
findlight = game.Workspace.findFirstChild("Generator")
function on()
isOn = true
findlight.bulb.source.dynlight.enabled = true
print("Light is now on! :D")
end
function off()
isOn = false
findlight.bulb.source.dynlight.enabled = false
print("Light is now off! D:")
end
function doTheScript()
if isOn == true then off else on end
end
part.ClickDetector.clicked:connect(doTheScript)
--[[ LegitINC ]]--
|
|
|
XeuxisJoin Date: 2012-12-08 Post Count: 194 |
If you support, you must say what idea. |
|
|
|
|
|
UnGloomJoin Date: 2013-09-29 Post Count: 113 |
Support |
|