From d9d3b1dc207f3d46b1c0f715559b4b7d1e5ea9fb Mon Sep 17 00:00:00 2001 From: Gael <85808999+TheGreatSageEqualToHeaven@users.noreply.github.com> Date: Wed, 2 Aug 2023 20:12:43 +0100 Subject: [PATCH] Update read-only-environment.md --- rfcs/read-only-environment.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rfcs/read-only-environment.md b/rfcs/read-only-environment.md index cd1275f2..21488768 100644 --- a/rfcs/read-only-environment.md +++ b/rfcs/read-only-environment.md @@ -29,3 +29,5 @@ Works identically to `getfenv` but only provides read-only access to the functio Type-checking can be difficult. Roblox's marketplace currently hides assets that use `getfenv` so it would need to be updated to hide assets with `_ENV`/`getenv`/`getrenv`. + +Environments can have metamethods of their own which may not interface well with a read-only `getenv`/`getrenv`.