RedRelic
|
  |
| Joined: 27 Mar 2011 |
| Total Posts: 465 |
|
|
| 12 Dec 2015 10:21 PM |
Script Below
local repPart = Instance.new("Part") repPart.Position = tool.Barrel.Position local light = tool.Handle.Lampy:clone() light.Enabled = true light.Range = 8 light.Parent = repPart light.Brightness = 4000 repPart.FormFactor = "Custom" repPart.Size = Vector3.new(0.2,0.2,0.2) repPart.Transparency = 0 repPart.Anchored = true repPart.CanCollide = false
Would it be light.shadow = true |
|
|
| Report Abuse |
|
|
| 12 Dec 2015 10:22 PM |
light.Shadows = true
http://wiki.roblox.com/index.php?title=API:Class/Light/Shadows |
|
|
| Report Abuse |
|
RedRelic
|
  |
| Joined: 27 Mar 2011 |
| Total Posts: 465 |
|
| |