of     1   

LuaAtrocities
#185293747Monday, March 14, 2016 12:49 AM GMT

local mouse = game.Players.LocalPlayer:GetMouse(); mouse.Move:connect(function() local t = mouse.Target; if t:IsA'Part' then local bs = script.Parent.ShowAppearance; local bc = t.BrickColor; local r = t.Reflectance; local m = t.Material; local tr = t.Transparency; bs['.BrickColor'].Text = 'BrickColor = "'..bc..'"'; bs['.Reflenctance'].Text = 'Reflectance = '..r; bs['.Material'].Text = 'Material = "'..m..'"'; bs['.Transparency'].Text = 'Transparency = '..tr; end; end);
LuaAtrocities
#185293850Monday, March 14, 2016 12:51 AM GMT

Other than me spelling reflectance wrong.
[rfa#hidefromsearch]
#185295886Monday, March 14, 2016 1:26 AM GMT

[rfa#hidefromsearch]
ray_revenge
#185295995Monday, March 14, 2016 1:28 AM GMT

wow Recommended username: CrookedRay_revenge
CoyoteStark
#185296056Monday, March 14, 2016 1:29 AM GMT

Yeah, are you mixing up lua with some other language?...
LuaAtrocities
#185302114Monday, March 14, 2016 3:19 AM GMT

aren't you supposed to put semicolons in lua?
cofunction
#185302400Monday, March 14, 2016 3:23 AM GMT

Semicolons don't matter. It won't make a difference with or without. c;
LuaAtrocities
#185304721Monday, March 14, 2016 4:14 AM GMT

it's my habit to do semicolons, so i'll keep doing it

    of     1