Assume I have a Secret variable returned from something like game.HttpService:GetSecret("my_secret")
, is it possible to fetch the string my_secret
from the returned variable alone(the secret name not its value)?
Assume I have a Secret variable returned from something like game.HttpService:GetSecret("my_secret")
, is it possible to fetch the string my_secret
from the returned variable alone(the secret name not its value)?