How to reference numbers?

How do I reference numbers?

For example, In my game I have this checkpoint system, each checkpoint is named: “1”; “5” etc.

When I did a WaitForChild this auto completed:
Checkpoint Autop

1 Like

to reference numbers, simply put them inside of quotation marks like this:

"1"
2 Likes