Making effects show on every client

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:

1 Like

thank you so much bro this is going to help so much

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.