local player = script:FindFirstAncestorWhichIsA("Player")
script.Parent.MouseButton1Click:Connect(function()
local Character = player.Character or player.CharacterAdded:Wait()
player.PlayerGui.StartGui.Enabled = false
Character.MoveScript.Disabled = false
player.PlayerGui.ScoreGui.Enabled = true
player.PlayerGui.ScoreGui.ScoreButton.ScoreScriptServer.Disabled = false
print("eeeeeee")
end)