Firescrew
|
  |
| Joined: 03 Aug 2012 |
| Total Posts: 1484 |
|
|
| 22 Dec 2013 10:56 PM |
Light = Instance.new("PointLight", Torso) Light.Shadows = true Light.Range = 0
RunService.Stepped:connect(function() end)
Mouse.KeyDown:connect(function(key) if key:lower() == "f" then if Flashlight == false then Flashlight = true Light.Range = 16 script.FlashlightClick:Play() elseif Flashlight == true then Flashlight = false Light.Range = 0 script.FlashlightClick:Play() end end |
|
|
| Report Abuse |
|
|
|
| 22 Dec 2013 10:57 PM |
Mouse.KeyDown:connect(function(key) if key:lower() == "f" then if Flashlight == false then Flashlight = true Light.Range = 16 script.FlashlightClick:Play() elseif Flashlight == true then Flashlight = false Light.Range = 0 script.FlashlightClick:Play() end) end |
|
|
| Report Abuse |
|
|
cntkillme
|
  |
| Joined: 07 Apr 2008 |
| Total Posts: 44956 |
|
| |
|
Madified
|
  |
| Joined: 19 Apr 2011 |
| Total Posts: 5292 |
|
| |
|
wazap
|
  |
| Joined: 29 Jun 2007 |
| Total Posts: 23234 |
|
|
| 22 Dec 2013 10:59 PM |
| Missing end) at end of script. |
|
|
| Report Abuse |
|
|
Firescrew
|
  |
| Joined: 03 Aug 2012 |
| Total Posts: 1484 |
|
| |
|
Madified
|
  |
| Joined: 19 Apr 2011 |
| Total Posts: 5292 |
|
| |
|
wazap
|
  |
| Joined: 29 Jun 2007 |
| Total Posts: 23234 |
|
|
| 22 Dec 2013 11:02 PM |
Mouse isnt defined lol
script.Parent.Equipped:connect(function(Mouse) --code end) |
|
|
| Report Abuse |
|
|
|
| 22 Dec 2013 11:05 PM |
| noob remove SWT from your defeated list you never beat them |
|
|
| Report Abuse |
|
|
Madified
|
  |
| Joined: 19 Apr 2011 |
| Total Posts: 5292 |
|
| |
|