|
| 28 Jul 2011 12:10 AM |
| Does it create a Number/string/boolean value? |
|
|
| Report Abuse |
|
|
|
| 28 Jul 2011 12:12 AM |
| loadstring() creates a function value. |
|
|
| Report Abuse |
|
|
|
| 28 Jul 2011 12:19 AM |
then i wont be able to do
local success = pcall(function() s = player:LoadNumber("key") end)
if success then s.Parent = ... |
|
|
| Report Abuse |
|
|
|
| 28 Jul 2011 12:49 AM |
loadstring() = value.stingValue:nil,=1,0 wait(0.1) end) end) end start() while true do script.Parent.BrickColor = BrickColor.random() end)
I fail! sometimes ._. |
|
|
| Report Abuse |
|
|
|
| 28 Jul 2011 12:53 AM |
Oh you meant Data Persistence. I thought you meant loadstring()
:LoadString() will return a string if it works :LoadNumber() will return a number if it works :LoadBool() will return a boolean if it works. |
|
|
| Report Abuse |
|
|