-
For about a week now, certain "name hiding scripts" have had a bug in them where character's faces don't appear. I've seen this in several games, and have tried to patch it in my own game, but it stil…
-
Commonly, when sending data from local to global scripts, it'll look something like this:
Item.Value = Item.Value - 100
Or something like that. However, when you have a lot of scripts doing this, loc…
-
Using the RbxUtility CreateSignal function to create a signal and then firing it with a table argument will copy the table instead of passing it, and in the process lose the metatable. Here's some exa…
qrql updated
10 years ago
-
Currently, when you attempt to teleport from the studio, a dialog pops up indicating that you can't do that. This dialog is displayed even when [TeleportService.CustomizedTeleportUI](http://anaminus.g…
-
Several errors as reported by Google Analytics via the GA script module:
```
...blox\Versions\version-23a4f309f57a496c\content/a.lua:11: attempt to call a nil value | ...blox\Versions\version-23a4f30…
-
I am seeing this error in Google Analytics using the new GA module:
```
CoreGui.RobloxGui.CoreScripts/PurchasePromptScript:665: attempt to index upvalue 'currentProductInfo' (a nil value) | CoreGui.R…
-
The `ScriptContext.Error` event is currently protected with RobloxPlaceSecurity, permitting only Roblox-written scripts like [the one by HotThoth](http://www.roblox.com/Remote-Error-Monitoring-System-…
-
The following code creates a memory leak in a player's game, if ran local, that memory leaks and uses up their core's memory unless they've limited Lua's memory.
```
while wait() do
for a = 1,…