Boddizle
|
  |
| Joined: 27 Jan 2012 |
| Total Posts: 238 |
|
|
| 18 Jan 2016 05:14 PM |
would anyone be willing to fix and make correct and 21,323 lined script
its all really similar but its broke and I may know why but im just your average scripter
I would pay 453 robux myself and get funds from the league I own
bl3.b15.BrickColor = BrickColor.new(1011) bl3.b16.BrickColor = BrickColor.new(1011) bl3.b17.BrickColor = BrickColor.new(1011) bl3.b18.BrickColor = BrickColor.new(1011) bl3.b19.BrickColor = BrickColor.new(1011) bl3.b20.BrickColor = BrickColor.new(1011) end if string.lower(string.lower(m,1,9)) == ":away atl" then game.Workspace.AwayS.Value=156487857
end if string.lower(string.lower(m,1,9)) == ":away bkn" then game.Workspace.AwayS.Value=156487871
end if string.lower(string.lower(m,1,9)) == ":away bos" then game.Workspace.AwayS.Value=156487874
end if string.lower(string.lower(m,1,9)) == ":away cha" then game.Workspace.AwayS.Value=156487884
end |
|
|
| Report Abuse |
|
|
Garfanzo
|
  |
| Joined: 24 Apr 2015 |
| Total Posts: 742 |
|
|
| 18 Jan 2016 05:17 PM |
There is probably a much easier way to do this -
for i, v in pairs(WhatEverYourParentNameIsHere:GetChildren()) do if v.ClassName == "Part" then v.BrickColor = BrickColor.new (1011) end
Of course I see that your script has a little more complexity then that, but try that code and see where it can get you, and we could help with the rest.
But 21,323 lines of code... I'll have to pass. |
|
|
| Report Abuse |
|
|
Boddizle
|
  |
| Joined: 27 Jan 2012 |
| Total Posts: 238 |
|
|
| 18 Jan 2016 05:21 PM |
I mean I know what you're coming from, the original maker of the script made it more complicated and now hes inactive, probably the only one who knows how
It'd probably bee easier to do that, then to try to edit all his lines of scripting
|
|
|
| Report Abuse |
|
|