Reproduction Steps
System Info: AMD Ryzen 9 5900HX with Radeon Graphics 16GB NVIDIA GeForce RTX 3060 Laptop GPU
All I had to do for this to reproduce was to copy and paste the text. I tried pasting Developer Hub API examples and it came out like this:
While I was trying to copy and paste this:
local success, result = pcall(function()
return TextService:FilterStringAsync(
petName,
fromUserId
)
end)
Expected Behavior
I’m supposed to get back the copied and pasted text rather than a text blob.
Actual Behavior
Pastes a weird text blob rather than the original text.
Workaround
I’ve typed the code myself.
Issue Area: Studio
Issue Type: Display
Impact: Moderate
Frequency: Often
Date First Experienced: 2022-03-19 00:03:00 (-04:00)
Date Last Experienced: 2022-03-27 00:03:00 (-04:00)