I got issues trying to teleport all players to one part?
I previously tried to use this but it doesn't work
1 | for i,v in pairs (game.Players:GetPlayers()) do |
2 | v.Character.HumanoidRootPart.CFrame = CFrame.new(workspace.tp) |
I need to be able to teleport all players to a map once its loaded and back when the map is unloaded/round is over but my teleport script doesnt seem two work
02 | local map = math.random( 1 , 4 ) |
04 | local gamespawn = game.Lighting.Map 1. SpawnLocation |
05 | local m = Instance.new( "Message" , game.Workspace) |
12 | local Map 1 copy = game.Lighting.Map 1 :clone() |
13 | Map 1 copy.Parent = game.Workspace |
20 | local m = Instance.new( "Message" , game.Workspace) |
27 | local Map 2 copy = game.Lighting.Map 2 :clone() |
28 | Map 2 copy.Parent = game.Workspace |
35 | local m = Instance.new( "Message" , game.Workspace) |
42 | local Map 3 copy = game.Lighting.Map 3 :clone() |
43 | Map 3 copy.Parent = game.Workspace |
50 | local m = Instance.new( "Message" , game.Workspace) |
57 | local Map 4 copy = game.Lighting.Map 4 :clone() |
58 | Map 4 copy.Parent = game.Workspace |