Hello, I am currently making a fighting game in roblox, and there is an egg hatching system. I am scripting the egg on the player’s screen, and the problem is that it clips through other objects in the workspace. Does anyone know a solution to this?
1 Like
Are you using a viewportframe or something?
I am using runService.RenderStepped to put the egg CFrame at the currentCamera CFrame.