game.ReplicatedStorage.Events.FemaleEvent.OnServerEvent:connect(function(player) local Button = game.StarterGui.Menu.Frame.Female local g = "http://www.roblox.com/asset/?id=82992952" local char = player.Character char.Head.MeshId = g end)
i want to make body part changer on female or male but i get this error Unable to assign property MeshId. Script write access is restricted - Server - Script:7 how to fix it?