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
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.
oh, yeah it is
awwaewfawfaef