I have been getting this error
[19:09:14.906 - GetSevice is not a valid member of DataModel "Untitled Fighting Game [Early Access] @ 06 Oct 2020 19:09"]
Here is the script that makes the error.
local NPC = game.ReplicatedStorage.Robot --ObjectNameHere
local spawner = script.Parent
while true do
wait(10)
game:GetSevice("Debris"):AddItem(NPC, 60)
end