Consider letting the viewer know about:
-
The undo and redo buttons in the ribbon at the top of the screen, and,
-
The redo shortcut, Ctrl + Y or ⌘ + Y.
Consider letting the viewer know about:
The undo and redo buttons in the ribbon at the top of the screen, and,
The redo shortcut, Ctrl + Y or ⌘ + Y.
Got some fixes for all these SoundEffect pages:
ChorusSoundEffect
should be corrected to CompressorSoundEffect
. (Red)SoundEffect
pages which all share the message in the second paragraph. (Orange)ChorusSoundEffect
EchoSoundEffect
FlangeSoundEffect
ReverbSoundEffect
TremoloSoundEffect
PitchShiftSoundEffect
EqualizerSoundEffect
DistortionSoundEffect
CompressorSoundEffect
ContextActionService:SetPosition()
's description is talking about setting the text of the button???
We’re aware - this was just published yesterday, but not yet announced due to the broken assets. Will be working with a web engineer to find out what’s going on.
Update: The assets are fixed and the page should be fully visible!
I mean if they have the VIP game pass surely they paid for it
https://developer.roblox.com/en-us/resources/learn-and-explore#play-together-and-collaborate
Each game here offers VIP servers at the price of 10 Robux so that you, your friends, and your loved ones can have a private virtual space to play and stay in touch with one another.
Should be changed to use the new name (private servers) and note that they’re free and no longer 10 Robux.
local fruits = {"apples", "orangs", "kiwi"}
for index, fruit in ipairs(fruits) do
print(index, fruit) --> 1 applies, 2 oranges, 3 kiwi, etc...
end
In the commented area, it should be 1 apples, and not 1 applies. It’s very minor, but it could confuse people and make them wonder what 1 applies to, but most likely not. Also, just noticed that oranges is spelled wrong in the table.
According to this table, Roblox still uses the old currency of R$ instead of the modern .
You can also find plugins in the Toolbox. The opening paragraph doesn’t mention plugins anywhere, but the tables below do.
In the second code sample, there is an extra bracket on the end of an if statement.
https://gyazo.com/2d74e5ad8d4e2d35fe7ff8b9631ae7b6
The final bracket is not valid.
The phrase [ smooth terrain using the table format"> ] appears at the very top of the page, alongside a long, dark blue bar. You can find it in the article titled Terrain:WriteVoxels.
https://developer.roblox.com/en-us/api-reference/function/Terrain/WriteVoxels
Typo
I found a typo here: RunService:BindToRenderStep
In the “Bind and Unbind a Function” code sample, there are comments that go from Step 1, then to Step3 and Step 3 again. It should be Step 1, Step 2, Step 3.
Multiple lua libraries’ functions are mislabeled as label.functions
Affected Pages
Lua Globals
Roblox Globals
math
utf8