Minigames My own Engine How to Spawn players in?
Asked by
6 years ago Edited 6 years ago
Hello so i not very much learned scripting and i making simple one system so heres the script but i want that after 30 seconds players will spawn to Map in random map locations? Can you add some script here and Write in Line Titles?
03 | game.Lighting.Map 1 :clone().Parent = game.Workspace |
05 | local msg = Instance.new( "Message" ) |
06 | msg.Parent = game.Workspace |
07 | msg.Text = ( "Loading next map" ) |
10 | game.Workspace.Map 1 :remove() |
14 | game.Lighting.Map 2 :clone().Parent = game.Workspace |
16 | msg.Parent = game.Workspace |
17 | msg.Text = ( "Loading next map" ) |
20 | game.Workspace.Map 2 :remove() |
24 | game.Lighting.Map 3 :clone().Parent = game.Workspace |
26 | msg.Parent = game.Workspace |
27 | msg.Text = ( "Loading next map" ) |
30 | game.Workspace.Map 3 :remove() |