Raycasts and Client-Server

I’m trying to create a simple anti-exploit using raycasts. I have a folder in the workspace whose descendants are blacklisted. The raycasts are done from the server. Can an exploiter parent a part (e.g., a wall) to this folder and prevent being caught, or would such a change not replicate to the server?

1 Like

The exploiter should not be able to unless they use a RemoteEvent that can do that, everything that is created in the client is not replicated, except for animations and other things.

2 Likes

Such a change would not replicate to the server

1 Like