|
| 17 Jul 2014 05:11 PM |
Can you insert a ObjectValue into starterpack
And inside that ObjectValue you change the value of it with a script ? |
|
|
| Report Abuse |
|
|
|
| 17 Jul 2014 05:12 PM |
| Unsure. You will have to check. Cloning MIGHT not preserve the Value. |
|
|
| Report Abuse |
|
|
|
| 17 Jul 2014 05:15 PM |
well I wanted to try something like this
Banned = {["ThisGuy"] = true, ["ThatGuy"] = true}
game:GetService("Players").PlayerAdded:connect(function(Player) if Banned[Player.Name] then script.Parent.Value = 123 else script.Parent.Value = 0 end end) |
|
|
| Report Abuse |
|
|
|
| 17 Jul 2014 05:17 PM |
script.Parent.Value
..?
What is your intention? |
|
|
| Report Abuse |
|
|
|
| 17 Jul 2014 05:20 PM |
script.Parent.Value
Defers to the ObjectValue |
|
|
| Report Abuse |
|
|
|
| 17 Jul 2014 05:21 PM |
You... What?
Scripts in StarterPack wont run. |
|
|
| Report Abuse |
|
|
| |
|