- Describe the bug. Describe what is happening when the bug occurs. Describe what you would normally expect to occur.
Macros, such as RBX_CHECK
or RBX_CHECK_MESSAGE
(documented in this page: Documentation - Roblox Creator Hub) are underlined blue. This happens even if the script runs inside the service.
- 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 bug can consistently be reproduced. Instantiate TestService by executing game:GetService("TestService")
in the command bar, and write a Script under TestService whose body is RBX_CHECK(true)
. RBX_CHECK
should be underlined blue as a result.
- When did the bug start happening? If we can tie it to a specific release that helps us figure out what we broke.
I observed this bug in the latest version of Roblox Studio (0.318.0.168780).
- Anything else that you would want to know about the bug if it were your job to find and fix it.