I made a script for rebirth but I have this error "MouseButton1Ckick is not a valid member of TextButton" can you help me? The script here >
rebirthButton.MouseButton1Ckick:Connect(function() local result = replicatedStorage.Remotes.Rebirth:InvokeServer()
You spelt MouseButton1Click
wrong, try rebirthButton.MouseButton1Click:Connect(function()
and end the function using end)