01 | script.Parent.MouseButton 1 Click:connect( function () --- this function is working |
02 | game.Workspace.GameMessage.Text = "Carrots are fruits." |
03 | Wait( 3 ) |
04 | game.Workspace.GameMessage.Text = "" |
05 | end ) |
06 |
07 | wait( 11 ) |
08 | function divider() |
09 | local div = game.Workspace.Divider.Door |
10 | local fal = game.Workspace.False.Door |
11 |
12 | div.Transparency = 0.75 ----- working |
13 | div.CanColide = true |
14 | wait( 1 ) |
15 |