Commiting Script Error

To commit my local script

Every Time I try commit my local script it comes up with the error saying:

I looked on dev hub I didn’t really see anything like this.

This is the script

local Status = game.ReplicatedStorage.Status

local TimerDisplay = script.Parent.TimerDisplay

Status.Changed:Connect(function()

TimerDisplay.Text = Status.Value

end)

This is a new feature I don’t even know if i should call this a new feature for team create that allows multiple people to Edit scripts. You can disable it in Game Settings > Options If you want to make use of the future here is what you do.

Go to View and enable the Drafts widget. When you edit scripts it should show up in there. Click on the script and right click then click Commit or you can select the script and click the blue commit button. If someone else commited to the same script a Green icon will show up. Now you can’t commit anymore, instead you can merge your draft or look at the changes.

More info: Collaborative Editing has arrived!

1 Like