Can someobe help me fix this script?
01 | m = Instance.new( "Message" ,workspace) |
02 | m.Text = "" ..string.upper(player.Name).. " thank you for testing my new model." |
03 | wait( 3 ) |
04 | m:Remove() |
05 | elseif Off then |
06 | for _,v in pairs (Environment:GetChildren()) do |
07 | if v:IsA( "BasePart" ) then |
08 | Select(v, "White" ) |
09 | wait() |
10 | v:Remove() |
11 | end |
12 | end |
13 | wait( 0.1 ) |
14 | Environment:Remove() |
15 | end |
16 | end |
If you can I'll be very greatful!