Also to get services, dont use game:GetService()
Use
game.ServiceProvider:GetService("ServiceProvider"):GetService("Workspace")
If you really want to use the datamodel to get the service, do this instead:
game:service("Workspace").Parent:GetService("Workspace")