null nil RBX1 143.46667414903641 0 0 0 1 0 0 0 1 0 0 0 1 Workspace null null 5 9.31910515 15.7428522 47.161499 -0.993762612 -0.0694102868 0.0872823223 -3.72529074e-009 0.782683372 0.622420073 -0.111516789 0.618537784 -0.777801394 70 9.14455032 14.4980822 48.7170143 1 0 0 0 1 0 0 0 1 Camera 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.300000012 0.5 -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 true -0.5 0.5 0 0 -0.5 0.5 4 0 194 0 0 29 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 false 256 Part 0 -0.5 0.5 0 0 0 0 0 -0.5 0.5 3 0 0 0 0 0 1 1 50 1.20000005 108 false -0.5 0.5 0 0 -0.5 0.5 4 0 21 -20 1.70000005 79 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 false 256 DestinationPart3 0 -0.5 0.5 0 0 0 0 0 -0.5 0.5 3 0 0 0 0 0 3 1 4 2.20000005 2 false -0.5 0.5 0 0 -0.5 0.5 4 0 21 0 1.70000005 79 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 false 256 DestinationPart1 0 -0.5 0.5 0 0 0 0 0 -0.5 0.5 3 0 0 0 0 0 3 1 4 2.20000005 2 false -0.5 0.5 0 0 -0.5 0.5 4 0 21 20 1.70000005 79 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 false 256 DestinationPart2 0 -0.5 0.5 0 0 0 0 0 -0.5 0.5 3 0 0 0 0 0 3 1 4 2.20000005 2 true LoadingGui StarterPack StarterGui true false LocalScript wait(15) print("Start walking...") local dp1 = game.Workspace.DestinationPart1 local dp2 = game.Workspace.DestinationPart2 local dp3 = game.Workspace.DestinationPart3 if(game.Players.LocalPlayer.Name == "Player1") then game.Players.LocalPlayer.Character.Humanoid:MoveTo(dp1.Position, dp1) end wait(2) if(game.Players.LocalPlayer.Name == "Player2") then game.Players.LocalPlayer.Character.Humanoid:MoveTo(dp2.Position, dp2) end wait(2) if(game.Players.LocalPlayer.Name == "Player3") then game.Players.LocalPlayer.Character.Humanoid:MoveTo(dp3.Position, dp3) end 0 10 1 SoundService 1 CollectionService PhysicsService BadgeService Geometry RenderHooksService SocialService GamePassService 1000 Debris Instance Instance CookiesService Teleport Service true Players Instance Instance ContextActionService Instance Selection 4286677377 1 4278190080 4278190080 4290822336 100000 0 41.7332993 Lighting 4290032825 14:00:00 ChangeHistoryService false true true true TestService 3 3000 false Script wait(10) -- the first test: did the players join successfully local success = 0 if(game.Players.NumPlayers == 3) then success = 1 end RBX_CHECK_MESSAGE(success, "3 Players after 10 seconds of server time") wait(60) success = 0 if(game.Players.NumPlayers == 3) then success = 1 end -- the second test: are the players still there after 60 seconds RBX_CHECK_MESSAGE(success, "3 Players remain after 70 seconds of server time") wait(5) Teams