selene icon indicating copy to clipboard operation
selene copied to clipboard

Assigning script.Parent results in an `selene: error incorrect_standard_library_use - standard library global `script.Parent` is not writable`

Open Quenty opened this issue 3 years ago • 3 comments

Trying to assign script.Parent results in an error:

selene: error
incorrect_standard_library_use - standard library global `script.Parent` is not writable

image

This is not expected, since script.Parent is writable (although questionable code, you should still be able to assign to it).

Quenty avatar Aug 09 '21 04:08 Quenty