shirovian
shirovian
[Workspace](https://create.roblox.com/docs/reference/engine/classes/Workspace) isn't a global it's a service so this error is correct, workspace is just a shortcut for accessing it without having to `game:GetService("Workspace")`: ```lua do -- service access local...
> > [Workspace](https://create.roblox.com/docs/reference/engine/classes/Workspace) isn't a global it's a service so this error is correct, workspace is just a shortcut for accessing it without having to `game:GetService("Workspace")`: > > ```lua >...
Ah, I didn't run the code as I was on my phone, I **genuinely** believed it was service only and chose to reply anyway, forgot there was a global since...