|
| 06 Nov 2015 09:29 PM |
So I have a folder in a brick called config, and when I try to get it, it says it is not a valid member of part? No typos, I know because it works in solo networking. It is a local script. Sorry if this is a super simple answer, I tend to miss stuff a lot.
script: local Config = script.Parent.Config
output: 22:29:34.799 - Config is not a valid member of Part 22:29:34.800 - Script 'Players.Player2.Backpack.M41A.Handle.GunScript', Line 2 22:29:34.802 - Stack End |
|
|
| Report Abuse |
|
|
| 06 Nov 2015 09:32 PM |
| local Config = script.Parent:WaitForChild("Config") |
|
|
| Report Abuse |
|
| |