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