How do I fix this Map loading script?
Hi,
I am a beginner in Lua, I tried to make a script that loads a map onto the workspace and then teleports the players to the spawn place of each group, I tried the loading maps script and it worked, but I have no Idea on how to teleport a player to a place and make him spawn only in that place until the round is completed.
Please help me ,I tried opening catalog and searching for map loaders, but the seem to be much advanced.
2 | game.ServerStorage.Lava:Clone().Parent = game.Workspace |
3 | game.ServerStorage.Weapons.Sword:Clone().Parent = game.Player:FindFirstChild( "Backpack" ) |
5 | game.Workspace.Lava:Destroy() |