Closed TacticalTux closed 3 years ago
This API usage is not correct. The signature of setRawProperty
lays out the required types.
Here is an example from the Remodel test suite that shows how to use setRawProperty
. For your example, you should write something like this:
local test = Instance.new("StringValue")
remodel.setRawProperty(test, "Value", "String", "Hello, world!")
(or)
Upon attempting to read and write script objects, I encountered an error using setRawProperty, and upon further testing, it seems to be impacting it as a whole above. Failing code is above, with the error below it.