|
| 03 Dec 2013 04:42 PM |
| Anyone know how to script minigames to make a choose next minigame button that lets you choose the minigame and works? |
|
|
| Report Abuse |
|
|
|
| 03 Dec 2013 05:49 PM |
m = Instance.new("Message",game.Workspace) Minigame = game.Lighting.Minigame
wait(100) m.Text = "Welcome to Minigames!" wait(20) m.Text = "The minigames will start soon." wait(6) m.Text = "The minigame chosen is..." wait(6) m.Text = "MinigameName!" wait(20) m:remove() Minigame:clone() Minigame.Parent = game.Workspace Minigame.Position = Vector3.new(0,0,0)
This is a example, fix it up how you like.. |
|
|
| Report Abuse |
|
|
robomax11
|
  |
| Joined: 07 Jul 2011 |
| Total Posts: 6828 |
|
| |
|
|
| 03 Dec 2013 05:53 PM |
Below.
much errors
much lack
much n0b |
|
|
| Report Abuse |
|
|
maxjelly
|
  |
| Joined: 18 May 2013 |
| Total Posts: 8344 |
|
| |
|