of     1   

mylowoof
#141259338Wednesday, July 23, 2014 8:36 AM GMT

How would i make multiple blocks be influenced by one script?
128GB
#141259390Wednesday, July 23, 2014 8:38 AM GMT

for _, v in pairs (Workspace:GetChildren()) do if v:IsA("BasePart") then v.BrickColor = BrickColor.new("Bright blue") end end
mylowoof
#141259788Wednesday, July 23, 2014 8:48 AM GMT

Im kind of new to scripting :/ Could you put that more simply?
128GB
#141259864Wednesday, July 23, 2014 8:50 AM GMT

Thats as simple as it gets Effect every object in Workspace with Is it a basepart? If so change color

    of     1