local playerData = Instance.new("Folder") playerData.Name = player.Name player.Parent = game.ServerStorage.PlayerData
Error is: Parent of Player can not be changed
Pls help without it i can't continue my game :(
Set playerData.Parent instead of player.Parent to game.ServerStorage.PlayerData