I recently learned how loadstring() works, and I tried using it with a function, But I got this error.
00:44:25.866 loadstring() is not available - Server - Script:1
00:44:25.866 Stack Begin - Studio
00:44:25.866 Script 'ServerScriptService.Script', Line 1 - Studio - Script:1
00:44:25.867 Stack End - Studio
local p = loadstring("function p(value) print(value) end")
local value = p(1)