I am trying to make a script that requires an instance to be saved somewhere. The problem is that this line won't work:
local object = game.Workspace.Part CurrentInstance.Value = object --This line won't work
There are no errors. Does anyone have a solution?