SetTimeVanishingSpeed

local code  = World:SetTimeVanishingSpeed(speed)
if code == ErrorCode.OK then
    print('Execution Successful'  )
else
    print('Execution failed')
end