null nil RBX1 6.8000003546476364 0 0 0 1 0 0 0 1 0 0 0 1 Workspace null null 0 0 5 5 1 0 -0 -0 0.707106829 0.707106829 0 -0.707106829 0.707106829 70 0 0 0 1 0 0 0 1 0 0 0 1 Camera true true -0.5 0.5 0 0 -0.5 0.5 4 0 194 -2 126 -2 1 0 0 0 1 0 0 0 1 true 0.5 0.300000012 -0.5 0.5 0 0 -0.5 0.5 0 0 true 256 Terrain 0 -0.5 0.5 0 0 0 0 0 -0.5 0.5 3 0 0 0 0 0 2044 252 2044 StarterPack StarterGui true 0 10 1 Soundscape 1 CollectionService PhysicsService BadgeService Geometry RenderHooksService SocialService 1000 Debris Instance Instance CookiesService Teleport Service true Players Selection 4286611584 1 4278190080 4278190080 4290822336 100000 0 41.7332993 Lighting 4289967032 14:00:00 ChangeHistoryService true true true true TestService 10 false Script toHight1 = 0 for i = 1, 10 do delta = wait() if delta > 0.1 then toHight1 = toHight1 + 1 end RBX_WARN_LE(delta, 0.1) RBX_CHECK_GE(delta, 0.03) end RBX_CHECK_LE(toHight1, 3) -- a few might take too long, but not all toHight2 = 0 for i = 1, 5 do delta = wait(0.5) if delta > 0.7 then toHight2 = toHight2 + 1 end RBX_WARN_LE(delta, 0.7) RBX_CHECK_GE(delta, 0.3) end RBX_CHECK_LE(toHight2, 3) -- a few might take too long, but not all