-
Upon looking through the code of the PromptPurchaseScript2:
https://github.com/ROBLOX/Core-Scripts/blob/master/CoreScriptsRoot/CoreScripts/PurchasePromptScript2.lua
I realized that it required a mod…
-
Would it be possible to automatically update the plugin? script.Source is accessible from plugins, so if HttpService is enabled, it could be fetched from somewhere. If not, the code is just stored loc…
-
I love that Roblox is allowing us to play with the CoreGui more, but this bug needs to be fixed before anyone is going to use the system message feature.
`game:GetService("StarterGui"):SetCore("ChatM…
-
This might be an issue that I only have though.
local fonts = require(replicated:WaitForChild('Rbx_CustomFont'))
...
local theme_text_pseudo = fonts.Replace("Helsinki_shadow", theme:WaitForChild('Tex…
-
When changing from landscape to portrait mode, roblox does not change the resolution and stretches. Same occurs when changing from portrait to landscape. But never stretches when you first join the ga…
-
A rendered LineHandleAdornment will crash studio under those circumstances:
- ZIndex is below -2
- AlwaysOnTop is set to true
- Adornee is set to a visible part
Not tested with other Adornments or wi…
-
ROBLOX studio will crash when you open a script, run a game, and then try to open the script again.
## Repro
1. I, at least, inserted a tool into StarterPack, and then a local script.
![image](ht…
-
Certain plugins have been causing this error, which will activate whenever I attempt to use any of the smooth terrain tools.
```
16:42:34.422 - RenderStepped event can only be used from local scripts…
-
**This is only a bug in online mode or in server-test-mode client as far as I know**
Setting a frame in a PlayerGui's parent to nil after both the child and the parent have loaded also sets all of th…
-
https://github.com/ROBLOX/Core-Scripts/blob/master/CoreScriptsRoot/CoreScripts/Topbar.lua#L969-L982
Using the screen resolution this way is not the proper way of detecting device type. For example, m…