local testArray = {"A string", 3.14159, workspace.Part}
testArray[2] = 12345
testArray[4] = "New string"
print(testArray[2])
print(testArray[4])
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter