SpawnCF = variable name
: CFrame = variable type
This is how it is Variable : type
. Btw these types can be class names too like Humanoid
. Why do it? The engine knows what you’re working with so when you try indexing or accessing a property it will show up
Works like this too:
local MyNumber:number = 1
local MyString:string = "hello world"
Resources: