Hello I am doing a script but I must recover the name on the part but when I do:
game.Workspace.Checkpoints.0
He tells me that there is a problem How to recover the part without modifying the name itself
Roblox has brackets and double quotes. Names that violate the name requirements like numbers, symbols, keywords, can be used by doing this (example)
workspace["0"].child
thats how it works, you dont use the first dot, but the second dot still must be there for the child if oyur trying to get one, and you just use [""].
hope this helps :3