Skip to content

Commit c3f6976

Browse files
authored
Update Workspace.yaml
game:GetService("Workspace") is unnecessary, workspace is global https://create.roblox.com/docs/reference/engine/globals/RobloxGlobals#workspace I see no purpose of recommending that
1 parent 565db3f commit c3f6976

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en-us/reference/engine/classes/Workspace.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ description: |
3030
3131
`Class.Workspace` can be accessed several ways, all of which are valid.
3232
33-
- `game:GetService("Workspace")` (recommended)
3433
- `workspace`
34+
- `game:GetService("Workspace")`
3535
- `game.Workspace`
3636
3737
##### Notes

0 commit comments

Comments
 (0)