Script editor doesn't recognize 'loadstring' function

Problem

In Roblox Studio, the script editor no longer recognizes the loadstring function.

image

Where

This showed up while I was making an update for Open Flood Test, in the script ServerScriptService.Game.EventStringRunner

Steps to Reproduce

  1. Open a Baseplate world in Roblox Studio.

  2. Change ServerScriptService’s LoadStringEnabled property to true from Studio’s property window.

  3. Create a script somewhere.

  4. Type a normal loadstring statement. Like this:

    local f = loadstring("print('Hello World!')")
    

Studio Configuration

Beta Features:

  • Asset Manager
  • Safe Studio Updates

Plugins:

3 Likes

Sorry about this! The fix will be in the 434 release.

2 Likes