of     1   

Dantopia
#118001956Saturday, November 16, 2013 4:38 PM GMT

[ Content Deleted ]
Devoi
#118002553Saturday, November 16, 2013 4:44 PM GMT

its a really small script so [insert gui button path here].MouseButton1Down:connect(function() game.Lighting.GlobalShadows=not game.Lighting.GlobalShadows end)
Dantopia
#118004781Saturday, November 16, 2013 5:08 PM GMT

[ Content Deleted ]
Dantopia
#118006775Saturday, November 16, 2013 5:31 PM GMT

[ Content Deleted ]
Dantopia
#118006932Saturday, November 16, 2013 5:33 PM GMT

[ Content Deleted ]
MettaurSp
#118008947Saturday, November 16, 2013 5:56 PM GMT

script.Parent.MouseButton1Down:connect(function() game.Lighting.GlobalShadows = not game.Lighting.GlobalShadows end) --Removed some clutter in this one.
MettaurSp
#118009035Saturday, November 16, 2013 5:57 PM GMT

Which what I posted was basically the same as the one two or three posts above mine, just different handing for what to attach it to.
Dantopia
#118009641Saturday, November 16, 2013 6:03 PM GMT

[ Content Deleted ]
Fluffmiceter
#118012092Saturday, November 16, 2013 6:30 PM GMT

function onClick() game.Lighting.GlobalShadows = false Instance.new("Message",Workspace).Text = "Next time go to Scripting Helpers." end script.Parent.MouseButton1Down:connect(onClicked) --ROBLOX is case sensitive.
Fluffmiceter
#118012181Saturday, November 16, 2013 6:31 PM GMT

The global shadows property is boolean.
Everesty
#118012330Saturday, November 16, 2013 6:33 PM GMT

@fluff >onClick >onClicked
cntkillme
#118012442Saturday, November 16, 2013 6:34 PM GMT

ROBLOX is not case-sensitive see, look: robLOX.com rObLOx.com ROBlox.com hehehe umad
Fluffmiceter
#118014574Saturday, November 16, 2013 6:56 PM GMT

imad RBLX.Lua is case sensitive*
Dantopia
#118014978Saturday, November 16, 2013 7:00 PM GMT

[ Content Deleted ]

    of     1