Part is nil in remote event

heres a stupid thing, I can send “points” CFrame in the remote event, but not point itself?

workspace.Spider.Fire:FireServer(point.CFrame,point) -- the cframe returns, but the point is nil
point.CFrame

Is ‘point’ created on the client? If it is it won’t replicate to the server.

1 Like

oh, yeah it is

awwaewfawfaef