ItsQuinn
|
  |
| Joined: 02 Jul 2013 |
| Total Posts: 125 |
|
|
| 14 Dec 2014 03:05 PM |
BColor = Character["Body Colors"] BColor.HeadColor = CStats.BodyColor.Value
Output:"21:04:25.151 - Body Colors is not a valid member of Model" |
|
|
| Report Abuse |
|
|
|
| 14 Dec 2014 03:10 PM |
try
BColor = Character:FindFirstChild("Body Colors") BColor.HeadColor = CStats.BodyColor.Value |
|
|
| Report Abuse |
|
|
vlekje513
|
  |
| Joined: 28 Dec 2010 |
| Total Posts: 9057 |
|
|
| 14 Dec 2014 03:13 PM |
try
BColor = Character:WaitForChild("Body Colors") BColor.HeadColor = CStats.BodyColor.Value |
|
|
| Report Abuse |
|
|
ItsQuinn
|
  |
| Joined: 02 Jul 2013 |
| Total Posts: 125 |
|
|
| 14 Dec 2014 03:16 PM |
@Lucas1270z
This was the output
"21:12:52.162 - Players.Player.PlayerGui.Customise.Script:12: attempt to index global 'BColor' (a nil value)"
@vlekje513
This was the output
"21:14:08.011 - WaitForChild called on an Instance that is not in a DataModel." |
|
|
| Report Abuse |
|
|
ItsQuinn
|
  |
| Joined: 02 Jul 2013 |
| Total Posts: 125 |
|
| |
|
ItsQuinn
|
  |
| Joined: 02 Jul 2013 |
| Total Posts: 125 |
|
| |
|
ItsQuinn
|
  |
| Joined: 02 Jul 2013 |
| Total Posts: 125 |
|
| |
|
digpoe
|
  |
| Joined: 02 Nov 2008 |
| Total Posts: 9092 |
|
|
| 15 Dec 2014 10:50 AM |
Character not loaded.
wait(1/30) |
|
|
| Report Abuse |
|
|
ItsQuinn
|
  |
| Joined: 02 Jul 2013 |
| Total Posts: 125 |
|
| |
|