How do you protect the map from being edited with F3X?

Hi, I am trying to make a game that allows players to build using a F3X, but I don’t want to allow players to be able to edit the buildings that are in the game (that I made in studio). How do I prevent players from editing anything other then things they build with the F3X?

I think you could simply lock the BaseParts you don’t want them to be able to play with.
[Tested it out and it worked]

1 Like

This worked thanks! Any chance you know how to prevent users from selecting themselves or each other with the F3X?

1 Like

Use the lock property to apply it on each limb of the player’s character.

1 Like