The example from the official documentation is not working when adding it to ServerScriptService
https://create.roblox.com/docs/reference/engine/classes/DataModel
local Workspace = game:GetService("Workspace")
Workspace.Gravity = 20
The example from the official documentation is not working when adding it to ServerScriptService
https://create.roblox.com/docs/reference/engine/classes/DataModel
local Workspace = game:GetService("Workspace")
Workspace.Gravity = 20