Difference between clone() and Clone()

hi, what is the difference between using the Clone() function with an upper case C or the clone() function with a lower case c

They are the same thing. The correct way to write it is, β€œClone()”, with a capital β€œC”.

β€œ:clone()” is deprecated, β€œ:Clone()” is up to date.

Don’t use:
https://developer.roblox.com/en-us/api-reference/function/Instance/clone

Use:
https://developer.roblox.com/en-us/api-reference/function/Instance/Clone

1 Like