For example, we have an object and this script is its parent. The number is unknown as we don't know yet what the player is gonna put the number in the variable as.
YourId = 00112233 Instance.new("Part", script).Name = YourId -- Example 1 script:FindFirstChild(YourId) -- Example 2 script[YourId]
Those did not work for me, any ideas?