So i have this egg system im working on but the problem is the egg goes inside the player and floor some people are saying i should make the egg closer to the camera i did that. But idk if they mean like CFrame.New(0,0,-9)
here is how i have it so my egg looks tiny then grows can anyone help?
can you include more information? like a screenshot of the egg?
you could maybe move the camera closser to the egg not the egg closser to the camera. They probably just want the egg to appear bigger and that is a way to do that
i don’t really know how i would do that can you give me like an example
local offset=-7
camera.CFrame=CFrame.new(eggposition)+Vector3.new(0,0,offset)
eggposition is the position of your egg