The end part of this script does not work, how can i fix it?[edited]
idk what to do to make it work, please help, thnx
ps: this is like one of my previous question but this has another part at the end, it is quite advanced for me so please help me with this one.
01 | function CreatingParts(name, position) |
02 | local CreateNewPart = Instance.new( "Part" , workspace) |
03 | CreateNewPart.Anchored = true |
04 | CreateNewPart.Position = position |
05 | CreateNewPart.Name = name |
10 | CreatingParts( "Help" , Vector 3. new( 4 , 2.5 , 43 )) |
11 | CreatingParts( "LOL" , Vector 3. new( 5 , 2.5 , 43 )) |
12 | CreatingParts( "IHML" , Vector 3. new( 6 , 2.5 , 43 )) |
13 | CreatingParts( "HMM" , Vector 3. new( 7 , 2.5 , 43 )) |
14 | CreatingParts( "Meow" , Vector 3. new( 8 , 2.5 , 43 )) |
15 | CreatingParts( "CreativityIntensifies" , Vector 3. new( 9 , 2.5 , 43 )) |
16 | CreatingParts( "Superb" , Vector 3. new( 10 , 2.5 , 43 )) |
17 | CreatingParts( "IDKWHATNAMEISHOULDGIVE" , Vector 3. new( 11 , 2.5 , 43 )) |
18 | CreatingParts( "IDK2" , Vector 3. new( 12 , 2.5 , 43 )) |
19 | CreatingParts( "IDK3" , Vector 3. new( 13 , 2.5 , 43 )) |
22 | if game.Workspace.AriyanHacker 29. Humanoid.position ~ = Vector 3. new( 13 , 2.5 , 39 ) then |
24 | game:WaitForChild( "LOL" ).BrickColor = BrickColor.new( "Really red" ) |