What if u used a Color3 thing to increase brightness of a brick. i think the script goes BrickColor.new(Color3.new(R,G,B)) But not sure how u would add brickcolor to color3. if u could u could do a localized lighting effect. Might cause alota lag though lol since it would probally have to be range based.
Yea, first version (this one) was made by the block having the script to look for the light, now the light looks for the bricks and changes their colors according to their distance, MUCH less lag =)
everyone? I don't even know how to open lua
HedgehogStudios1 1 year ago
i would be epic for a car :D
nofameatall 1 year ago
What if u used a Color3 thing to increase brightness of a brick. i think the script goes BrickColor.new(Color3.new(R,G,B)) But not sure how u would add brickcolor to color3. if u could u could do a localized lighting effect. Might cause alota lag though lol since it would probally have to be range based.
armadica10 1 year ago
Kind of looks like mine, but mine goes a little bit more brighter, and is in complete place.
tdog158 1 year ago
that kinda works :P
ninjabart122 3 years ago
t= script.Parent
while true do
wait()
if (t.Position - game.Workspace:findFirstChild("Light").Position).magnitude < 30 then
t.Reflectance = 0
end
if (t.Position - game.Workspace:findFirstChild("Light").Position).magnitude < 15 then
t.Reflectance = 0.2
end
ninjabart122 3 years ago
if (t.Position - game.Workspace:findFirstChild("Light").Position).magnitude < 10 then
t.Reflectance = 0.4
end
if (t.Position - game.Workspace:findFirstChild("Light").Position).magnitude < 5 then
t.Reflectance = 0.6
end
if (t.Position - game.Workspace:findFirstChild("Light").Position).magnitude < 1 then
t.Reflectance = 0.8
end
end
ninjabart122 3 years ago
its cool :D
anyway my username is psiops56 in roblox
psiops56 3 years ago
i wanna try making one ;P
ninjabart122 3 years ago
that's awesome, you could make a way better flashlight on roblox then the other normal ones.
PS: I love you mirrors edge game
Rox159th 3 years ago
Rough, but good otherwise
EternalNeon 3 years ago
awsome must of been hard to make
glicherpie 3 years ago
Little rough, but that is impressive.
Willy105 3 years ago
Does it have change by distance?
Leemo45 3 years ago
Yea, first version (this one) was made by the block having the script to look for the light, now the light looks for the bricks and changes their colors according to their distance, MUCH less lag =)
ProductionTakeOne 3 years ago
Nice work. You know, that means you could like make a real working flashlight and crap ya' know?. By the way, I'm SoraOokami on Roblox
SoraKurosu0 3 years ago
thats cool
videobob92 3 years ago
sucks
GamerDrifter 3 years ago
As i said: Its a WEAK imitation lolz
ProductionTakeOne 3 years ago
It's awesome-z.
nikster369 3 years ago
@GamerDrifter No you suck.
Mario78718 1 year ago