- Describe the bug. Describe what is happening when the bug occurs. Describe what you would normally expect to occur.
Attempting to type workspace:FindPartOnRayWithWhitelist
(or any other long autocompletable string, such as workspace:FindPartOnRayWithIgnoreList
) in the script editor will make studio lag.
- How often does the bug happen (Everytime/sometimes/rarely)? What are the steps that reproduce the bug? Please list them in very high detail. Provide simple example places that exhibit the bug and provide description of what you believe should be the behavior.
This can be reproduced fairly easily. Insert a script into workspace, and type workspace:FindPartOnRayWithWhitelist
into the script editor without using intellisense’s autocomplete. It will gradually start to lag as you type it
- Where does the bug happen (www, gametest, etc) Is it level-specific? Is it game specific? Please post a link to the place that exhibits the issue.
This happens in studio on the current release.
- When did the bug start happening? If we can tie it to a specific release that helps us figure out what we broke.
I don’t know exactly when this bug started happening. I experienced it in the most recent official release as of posting this.